HackerTrans
TopNewTrendsCommentsPastAskShowJobs

octablock

no profile record

Submissions

[untitled]

1 points·by octablock·vor 4 Monaten·0 comments

[untitled]

1 points·by octablock·vor 4 Monaten·0 comments

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

github.com
2 points·by octablock·vor 5 Monaten·0 comments

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

github.com
1 points·by octablock·vor 5 Monaten·0 comments

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

github.com
2 points·by octablock·vor 5 Monaten·0 comments

Show HN: Handling UART backpressure on ESP32 without blocking producers

github.com
2 points·by octablock·vor 5 Monaten·1 comments

comments

octablock
·vor 5 Monaten·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
·vor 5 Monaten·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
·vor 5 Monaten·discuss
Thanks for sharing this and for the thoughtful summary. Really glad you found the docs and ideas useful!