Replies: 2 comments
-
There's a bit of extra coding to be done, but it should be possible. In the WiFi case, you have the following players:
There can be multiple
If you want to do this without WiFi, instantiate your app using Also, for USB serial, you need to disable serial debug logging (or move it over to If you decide to do this, having some output in a form of PR (example code, additional functionality, documentation) would be absolutely great! |
Beta Was this translation helpful? Give feedback.
-
@janifr , even if you switch to Bluetooth or serial, I think you'll still need to incorporate this PR in order to use any of the ADC2 pins: #642 |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have Signal K installed on Raspberry PI 4 and would prefer to connect ESP32 board by bluetooth or wired USB serial connection instead of wifi, because I want to use ADC2 channels, which don't work with wifi enabled.
Is there a way to do it?
TIA, Jani
Beta Was this translation helpful? Give feedback.
All reactions