03-16-2025, 09:57 PM
Thank you so much for your quick response!
As told, I changed the line in src/phyphoxBle.h as well as in src/phyphoxeBLE_NanoIOT.cpp - specifically just changed "NANO_33_IOT" into "MKRWIFI1010", as I do not own or programm a Nano 33 IoT, this should not cause trouble for me in future.
So the Sketch now does not respond an error, it can be compiled and uploaded.
Also in the Serial Monitor, everything looks ok.
**But when trying to add the experiment in Phyphox, it responds "Bluetooth Experiment Error - the services could no be found."**
Problem solved - I added PhyphoxBLE::poll() as first line in loop()
If not, it looks like the ArduinoMKR does not keep the bluetooth connection open, as it always disappeared in "Bluetooth devices" when searching in phyphox for it.
I did not include the whole code for the experiment now, but I made a big step forward
Again, thank you very much!
As told, I changed the line in src/phyphoxBle.h as well as in src/phyphoxeBLE_NanoIOT.cpp - specifically just changed "NANO_33_IOT" into "MKRWIFI1010", as I do not own or programm a Nano 33 IoT, this should not cause trouble for me in future.
So the Sketch now does not respond an error, it can be compiled and uploaded.
Also in the Serial Monitor, everything looks ok.
**But when trying to add the experiment in Phyphox, it responds "Bluetooth Experiment Error - the services could no be found."**
Problem solved - I added PhyphoxBLE::poll() as first line in loop()
If not, it looks like the ArduinoMKR does not keep the bluetooth connection open, as it always disappeared in "Bluetooth devices" when searching in phyphox for it.
I did not include the whole code for the experiment now, but I made a big step forward
Again, thank you very much!