I will send a ”A” from my wireless XAIO to the PC it is connected to.
The application on the PC is just a texteditor right now.
I used bluefruit.h first with no Mbed. But It could not use the Mic on the XAIO. It only send if I touch one of pin on the XAIO. (First i thought it worked, but soon I realized it didnt use the mic)
Then i read more about Mbed and no Mbed and found out that the Mic only work in Mbed enabled XAIO. But now the bluefruit.h didnt work. So thats why I have to change to ArduinoBLE.h
And with ArduinoBLE.h I cant connect XAIO to my PC via Bluetooth. . . Does not work. I can see the XAIO in the PC when i scan for BLE, but not connect to it.
So there you have all my problem and why I have to change my code all the time.