UART problems connecting to BT201 Bluetooth audio 4-in-1 module #7990
|
I can't see any other's experiences but I've hit a brick wall with communicating from the jolt.js to this BT201 sound playout module. I've successfully powered the BT201 either on 5V in parallel with the jolt or powered from the Q0 connector, but serial1 communication is not working. It needs 115200 baud rate and I've tried mapping Serial1 to D0 and D1 (and visa versa) off the Q0 connector and using H6/H7 (and visa versa). I cannot get the onData to show me a response. I've tried a redundant shared ground wire too. I also get no response looping the serial line back with a wire. This is the module: |
Replies: 1 comment 4 replies
|
It feels like it should work ok - can you share the code you used? For serial you should definitely try and use the Qwiic connectors, since H0..7 are designed for higher voltage inputs so divide the voltage down too much to be used directly for UART (although there are some hacks available) Sometimes RX/TX end up labelled wrong (they label what they expect you to connect them to rather than what they are) so it's worth trying to configure Serial both ways around if it's a problem. |


Great! Just to check, on Q0 it'd be
Q0.sclandQ0.sda-D0/D1themselves are pins that are usable from JS but I'm pretty sure they won't do what you want (D0 is the button for instance)