Environment
IssueOneWireHost.FindAllDevices() always returns 0 devices Hardware confirmed working
CodeConfiguration.SetPinFunction(16, DeviceFunction.COM2_RX); NoteESP32_S3 firmware does NOT include OneWire support → Is this a known bug? Any workaround available? |
Answered by
Joe9899
Jul 9, 2026
Replies: 1 comment 2 replies
|
Can you see proper 1-Wire signaling on the bus? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi José,
sorry for my late reply. Yes, the signal is present. The command
OneWireHost.FindAllDevices()now detects the DS18B20. It was a really silly mistake. I’m using a breakout board that has separate GNDs—one for 5V and one for 3.3V. The 3.3V GND is only connected to the ESP’s pin. I had simply used the wrong GND. Thanks for your reply.