-
• #2
Looks like you've connected RX to RX and TX to TX?
With Serial, you need to connect RX to TX and vice versa - it's a common issue :)
-
• #3
silly me! Still nothing though :(
-
• #4
You may need to print just the character code 1, not the string
0x01
.Try:
Serial1.print("\x01");
instead ofSerial1.println("0x01");
-
• #5
That was it dude, many thanks! Onward....
-
• #6
asked a dumb question so deleted :)
HI,
I'm trying to do something really simple but it's not working (probably me again)...
I would like the Pico to communicate with an MDFly TF Card MP3 Player Module via Serial1 but it doesn't seem to be doing it. The player is powered and in it's ready state, and the sdcard is loaded with 01-10.mp3 as required.
When the trigger pin on Pico is pulled low, the setWatch fires as evidenced by the "TEST" print in console window, but no response is received from the player.
Attached are some data sheet pages for the player.
Can you guys see anything obvious?
3 Attachments