SimonTHK
Member
Hello smart people
I am trying to make an mp3 player work, called dfplayer FN-M16P. This is the datasheet: **broken link removed**
So I am not working with electronics and programming so often sadly. I have a hard time making it work. It seems that I should send information to it via UART, so I does this with a PSOC microprocessor (like arduino).
But when the datasheet tells me that Play is all these, do I have to send them once after the other as hexidecimals? How do the receiving end RX need it?
Play= 7E FF 06 0D 00 00 00 FE EE EF
Play alone are only 0x0D but it seems that I still might need to send the whole lot of hexidecimals each time. I am confused sadly. I miss something. I just lack some knowledge that is difficult to obtain and I hate to buy arduino and just use libraries!
Thansk in advance on helping me with the advanced project.
Best regards Simon
I am trying to make an mp3 player work, called dfplayer FN-M16P. This is the datasheet: **broken link removed**
So I am not working with electronics and programming so often sadly. I have a hard time making it work. It seems that I should send information to it via UART, so I does this with a PSOC microprocessor (like arduino).
But when the datasheet tells me that Play is all these, do I have to send them once after the other as hexidecimals? How do the receiving end RX need it?
Play= 7E FF 06 0D 00 00 00 FE EE EF
Play alone are only 0x0D but it seems that I still might need to send the whole lot of hexidecimals each time. I am confused sadly. I miss something. I just lack some knowledge that is difficult to obtain and I hate to buy arduino and just use libraries!
Thansk in advance on helping me with the advanced project.
Best regards Simon