Hi Everyone,
I need the Arduino Science Journal program to work on my Arduino Nano 33 BLE boards WITHOUT being plugged into the USB port of my computer.
I need them disconnected for Science Experiments that I need to do over bluetooth without a wired connection.
I was able to remove a "SERIAL(WHILE)" statement in a bluetooth program to make it keep running without a USB connection. Can I also do this with this program somehow?
Update: I simply deleted the while serial statement and the program works without a computer connection now. This solution is described in other posts for other programs.
- Arduino Guy