Arduino
Arduino Failure
Occasional failures have been reported with the Arduino on eChook boards, and we suspect these might be more common than we are currently aware of. A key indicator of such a failure is the Arduino chip becoming hot to the touch. If you experience this, we would really appreciate an email to [email protected] with any supporting details, including which eChook PCB version you have, which Arduino you have, when the kit was purchased, the duration of use, and the circumstances under which the failure occurred.
If the Arduino is getting hot to the touch (too hot to comfortably hold a finger against) a new Arduino is required.
Arduino Compiling and Uploading
While we have tested the code that we provide, there are lots of factors that can stop it compiling and uploading on different computers.
The error log given in the Arduino IDE is not much help by default. Go into preferences and enable verbose logging to get more detailed logs.
The most common issues can be addressed with the following:
Have you got the latest Arduino IDE Installed?
Have you got the CH340 Drivers installed?
Have you selected the correct board and COM port?
Have you got the Bounce2 Library installed?
Re-Download the eChook code to ensure no local changes have been made.
If it still fails, take a copy of the errors and post it on the forum, we'll give you a hand deciphering it.
Last updated
Was this helpful?