HackerTrans
TopNewTrendsCommentsPastAskShowJobs

octablock

no profile record

Submissions

[untitled]

1 points·by octablock·قبل 4 أشهر·0 comments

[untitled]

1 points·by octablock·قبل 4 أشهر·0 comments

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

github.com
2 points·by octablock·قبل 5 أشهر·0 comments

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

github.com
1 points·by octablock·قبل 5 أشهر·0 comments

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

github.com
2 points·by octablock·قبل 5 أشهر·0 comments

Show HN: Handling UART backpressure on ESP32 without blocking producers

github.com
2 points·by octablock·قبل 5 أشهر·1 comments

comments

octablock
·قبل 5 أشهر·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 أشهر·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 أشهر·discuss
Thanks for sharing this and for the thoughtful summary. Really glad you found the docs and ideas useful!