HackerTrans
TopNewTrendsCommentsPastAskShowJobs

octablock

no profile record

Submissions

[untitled]

1 points·by octablock·4 mesi fa·0 comments

[untitled]

1 points·by octablock·4 mesi fa·0 comments

Show HN: ESP32-S3 probe – a UART "flight recorder" with auto frame decoder

github.com
2 points·by octablock·5 mesi fa·0 comments

Show HN: LinkScope – Real-Time UART Analyzer Using ESP32-S3 and PC GUI

github.com
1 points·by octablock·5 mesi fa·0 comments

Show HN: BPU – Reliable ESP32 Serial Streaming with Cobs and CRC

github.com
2 points·by octablock·5 mesi fa·0 comments

Show HN: Handling UART backpressure on ESP32 without blocking producers

github.com
2 points·by octablock·5 mesi fa·1 comments

comments

octablock
·5 mesi fa·discuss
Good point.

A lot of small setups don’t wire CTS/RTS these days, so I wanted to explore a software-side approach as well. But I agree, proper flow control is still very important.
octablock
·5 mesi fa·discuss
Thanks for sharing this, that sounds really interesting.

COBS with CRC32 over UART is very close to the kind of problems I’ve been thinking about too. Glad the docs were helpful!
octablock
·5 mesi fa·discuss
Thanks for sharing this and for the thoughtful summary. Really glad you found the docs and ideas useful!