Hello, I've been enjoying starting to build my own terra device.
Below are some details missing from the readme that I think are extremely important to add to help people get going without too much friction.
-
Install correct board drivers if using Mac / PC
I was unable to connect to my Feather32 until I had installed the correct drivers as detailed here in the Adafruit documentation. . I think it would be wise to add this into the 'Setup steps' section of the readme.
-
Adjust User_Setup.h file for TFT_eSPI library
This one really caused me a lot of headaches. I spent many hours trying to figure out how to get the display to run (I've only lightly dabbled in this sort of prototyping before)!!! Finally, I stumbled across this video, which explains how you must edit the User_Setup.h file in the display driver library. This finally got the display up and running for me. Here is my own edited version of the file with the correct code changes to make the display run. Perhaps this could be included in the repo files, along with adding explicit instructions on doing this into the 'Install Libraries' step in the Arduino Code section?
-
Add haptic motor to parts list
You include the breakout in the parts list, but not the motor, as listed in the Assembly Guide PDF. I didn't purchase this initially, so this would be helpful to add, along with a link to an example part.
Hello, I've been enjoying starting to build my own terra device.
Below are some details missing from the readme that I think are extremely important to add to help people get going without too much friction.
Install correct board drivers if using Mac / PC
I was unable to connect to my Feather32 until I had installed the correct drivers as detailed here in the Adafruit documentation. . I think it would be wise to add this into the 'Setup steps' section of the readme.
Adjust
User_Setup.hfile for TFT_eSPI libraryThis one really caused me a lot of headaches. I spent many hours trying to figure out how to get the display to run (I've only lightly dabbled in this sort of prototyping before)!!! Finally, I stumbled across this video, which explains how you must edit the
User_Setup.hfile in the display driver library. This finally got the display up and running for me. Here is my own edited version of the file with the correct code changes to make the display run. Perhaps this could be included in the repo files, along with adding explicit instructions on doing this into the 'Install Libraries' step in the Arduino Code section?Add haptic motor to parts list
You include the breakout in the parts list, but not the motor, as listed in the Assembly Guide PDF. I didn't purchase this initially, so this would be helpful to add, along with a link to an example part.