-
Notifications
You must be signed in to change notification settings - Fork 2
Access to code
To have access to the project files it will be necessary to clone the repository directly from Github.
- Open a terminal on Linux, you can use (Ctrl+Alt+t)
- with the terminal open enter:
git clone https://github.com/LiquidGalaxyLAB/Arduino-Controller
- Go to the new project folder
Zip the LiquidGalaxyController folder in .Zip format. After correctly selecting the card and sizing the memory, the necessary libraries will be installed. Navigate in Sketch -> Include Library -> Manage Libraries. Click in Add .ZIP Library and follow the steps to perform the installation.
In your Arduino IDE, go to File>Preferences Enter https://dl.espressif.com/dl/package_esp32_index.json into the “Additional Board Manager URLs” field as shown in the figure below. Then, click the “OK” button: Open the Boards Manager. Go to Tools > Board > Boards Manager Search for ESP32 and press install button for the “ESP32 by Espressif Systems“:
Select the ESP Dev Module and select the FlashSize to “16MB (128Mb)”
After correctly selecting the card and sizing the memory, the necessary libraries will be installed. Navigate in Sketch -> Include Library -> Manage Libraries.
- SoftwareSerial for ESP32
- ADXL345
The other libraries are native to ESP32 and are automatically installed when the card is installed.