FireBeetle 2 ESP32 C6 and OneWire
[email protected] 2026-01-28 23:04:51 135 Views1 Replies Hello All,
I am trying to read te temperature of a DS18B20 by the OneWire protocol.
I have a working circuit using an ESP32 Wroom but when porting to the C6 the OneWire protocol won't work.
I already tried many libraries (in the latest Arduino IDE) but got nothing up and running.
Anyone has some ideas?
Thanks in advance,
Michel (Antwerp, Belgium)
2026-01-29 02:16:23
tyethgundry
Maybe look at trying OneWireNG instead of OneWire, we've switched over to that instead, and it has a compatible matching temperature library or just use the ds18b20 helper directly from OnewireNG.
I've only got the C5 so can't easily recreate.
tyethgundry 
