RMIT-Industrial-Design / HCI-Mobile

RMIT Digital Practice Design Studio 2017
GNU General Public License v3.0
0 stars 5 forks source link

Loss of Connection with Wireless Use #5

Closed ChrisTMChen closed 7 years ago

ChrisTMChen commented 7 years ago

Bluefruit loses connection or fails to function properly when using the battery and not plugged into a computer.

Laura-Maisy commented 7 years ago

Deleted the following from the code:

// while (!Serial); // wait for Serial to startup - maybe don't need this? delay(500);

ScottMit commented 7 years ago

This line should be removed when you disconnect the feather from the computer. Serial communication with the computer appears to be effected when it is removed. So you may want to put it back when developing code with the serial monitor.