What is wrong with my complex BLE + Websocket code? #12381
Replies: 2 comments 1 reply
-
With due respect, just sharing all our questions and code makes it hard to help. It helps us all in understanding and learning if you can build a minimal repro, showing the same problem In fact, I often find that I can understand, and solve, my own issues in code that way. |
Beta Was this translation helpful? Give feedback.
-
I suspect the problem may be What is the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am using Raspberry Pico WH with a Motor.
I am trying to Start and Stop this motor using a websocket server, and I also want it to be able to be Started and Stopped with Bluetooth BLE as well. I am later gonna make an android app that will write to a specific BLE characteristic whether or not the motor should be started or stopped.
I have a few problems with my code:
Here is my code:
https://pastecode.io/s/71x9ug2g
Beta Was this translation helpful? Give feedback.
All reactions