TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

UDP transmitter implemented with PIO and DMA on the RP2040

109 pointsby vha3about 2 years ago

5 comments

speed_spreadabout 2 years ago
All those RP2040 hacks are impressive (HDMI, etc) but also suggest that the RP2040 is just slightly underpowered for many practical applications. I hope some cheap RISC-V MCU unbound by ARM licensing constraints (with Atomic ops+SIMD, unlike Cortex-M0) comes soon.
评论 #35814522 未加载
评论 #35814527 未加载
评论 #35813995 未加载
mschuster91about 2 years ago
Bit-banging Ethernet, now <i>that</i> is something I&#x27;d never thought to see.
评论 #35818436 未加载
评论 #35814763 未加载
评论 #35814568 未加载
detritesabout 2 years ago
It appears they&#x27;ve overclocked the RP2040 quite a bit without also increasing voltage. First time seeing that. Eg, slightly higher at 250Mhz some RP2040&#x27;s have been unstable without it: <a href="https:&#x2F;&#x2F;github.com&#x2F;pimoroni&#x2F;picosystem&#x2F;pull&#x2F;57">https:&#x2F;&#x2F;github.com&#x2F;pimoroni&#x2F;picosystem&#x2F;pull&#x2F;57</a>
bibaheuabout 2 years ago
It can probably be a bit simplified by using IPv6, as that avoids the IPv4 checksum.
评论 #35813794 未加载
评论 #35813079 未加载
aapplebyabout 2 years ago
Rube Goldbergian :D