2022-09-09 07:29 AM
The beginning of my data is 0xc0 0x00 0x00. I notify every 15 bytes of data on the server side, and I also receive 15 bytes of data on the client side. Then I wrap and start from scratch. The beginning of each line of data I input through the USB dongle serial port should be 0xc0 0x00 0x00, not other data, and there will be some inexplicable line breaks and character printing, as shown in the figure. This is my problem.
This problem has bothered me for a long time. Thank you in advance.
2022-09-09 07:41 AM
In the process of each data transmission, the drdy pin of ads1299 triggers a rising edge interrupt, and then obtains the return value of 15 times of transmission through SPI, and then performs ble server notification
2022-10-06 11:04 AM
Hello, Lep. Actually, I want to do a similar thing with you the STM32WB55CG custom board as a server and the USB dongle as a client.
However, my custom p2p server for STM32WB55CG cannot connect to the dongle. May I ask you how did you made this example?
Thank you for reading.
2022-10-06 11:44 AM
I successfully connect my custom board and dongle. But, it disconnects automatically. Furthermore, I want to notify ADC value continuously, but I have no idea that where can I add lines for it.
Thank you for reading.
2022-10-12 02:38 AM
You can use HW_TS_START or interrupt.