This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF8001 - "Remove the wire on Pin 6 " but no wire as such

On loading the ble_proximity_template Arduino sketch, i get this message "Remove the wire on Pin 6 and reset the board for normal operation." even though there is no connection on Pin 6.

I have been comfortably running this very sketch for past couple days. Now suddenly i see that the control is stuck in following code. I dont understand why the disgitalRead(6) is returning0x01 though nothing is connected to it. This is wierd.Please help anybody.

if (0x01 == digitalRead(6)) { //Clear the pairing Serial.println(F("Pairing/Bonding info cleared from EEPROM.")); Serial.println(F("Remove the wire on Pin 6 and reset the board for normal operation.")); //Address. Value EEPROM.write(0, 0xFF); while(1) {};

Parents Reply Children
No Data
Related