user157904
Member since Apr 2024 • Last active Dec 2024Most recent activity
-
- 3 comments
- 124 views
-
Is there a way to enable half-duplex UART on Espruino Pico? I have a device that I communicate with using standard serial over one wire, however I am using an NPN and PNP transistor to toggle between rx/tx. I believe that STM32’s have half duplex UART capability but I’m not sure if/how this can be enabled in Espruino. It would be nice to connect the directly to the pico instead of needing additional transistors.
-
-
- 6 comments
- 525 views
-
-
-
I have a Bluetooth heater controller that I would like to connect to with my Espruino MDBT42Q. The controller uses an HC-05 Bluetooth module and sends/receives JSON strings using SPP. I am able to communicate with the controller via PC when paired to it (using a pin), but don’t know if this is possible using Espruino.
Can someone let me know if this is possible and if so, point me in the right direction on how to pair with the controller using a pin? Thanks!
Hi Gordon,
Thanks for your response. I managed to activate half duplex mode by poking the correct register as you suggested and all seems to work as expected.
Thanks!