forked from janpom/davega
-
Notifications
You must be signed in to change notification settings - Fork 6
Home
charclo edited this page Mar 4, 2021
·
2 revisions
The firmware has to be configured for a particular e-skate. At the very least, the information about the wheel size, gearing, and the battery pack has to be provided.
- Open the Arduino IDE.
- Install the TFT_22_ILI9225 library.
- Open the Arduino IDE and do
Tools > Manage Libraries...
, in this dialog search forTFT_22_ILI9225
and install it.
- Open the Arduino IDE and do
- Download Roxie firmware from releases and unzip to your Arduino project directory (typically
$HOME/Documents/Arduino/
). - Open the roxie.ino from Arduino IDE to load the project.
- Go to the roxie_config.h tab and adjust the configuration to your needs.
- Connect Roxie to your computer using a micro-usb cable.
- Under Tools, select:
- Board: Arduino Nano Every
- Port: the port to which the arduino was attached
- Upload.
In the VESC Tool set:
- App Settings > General > App to Use: PPM and UART
- App Settings > UART > Baudrate: 115200 bps
Roxie firmware and hardware design is released under GNU GPL v3.
3D-printable Roxie enclosures are available on the Thingiverse.
- Roxie 2.0" display purchase links
- AliExpress (verified seller)
- Amazon (faster delivery but more expensive)
- VESC project
- DAVEGA X (more advanced commercial version of DAVEGA)