Email or username:

Password:

Forgot your password?
Top-level
Hailey

@jaxter184 other than my desktop, the receivers are a couple of old 2012-ish mac minis I had lying around which I installed arch linux on for this

8 comments
Tommy Thorn

@hailey @jaxter184 UDP should make it fairly easy to whip up a microcontroller receiver

jaxter184

@tommythorn @hailey yeah, i originally asked because i had vague desires to make a PoE AES67 speaker, but i got bogged down in the research. just a little ESP32 with regular UDP messages seems much more reasonable.

Tommy Thorn

@jaxter184 @hailey The #RISCV based, #Rust focused ESP32-C3-RUST-1 dev kit should be coming from @adafruit in a few days. That ought to be a good target (not that I will have time to pursue this).

jaxter184

@tommythorn @adafruit is the ESP32-C3 not already available? I'm pretty sure ive had one laying around somewhere for like a year at least

Tommy Thorn

@jaxter184 @hailey @adafruit The board arrived and it *literally* took me 9 min from I sat down with the board until I had read the instructions [1], installed the software, and run the Hello World. This is great.

Slightly puzzled about the SHA-256 checksum warnings that show up.

[1] esp-rs.github.io/no_std-traini

Go Up