Skip to content

Access to code

OtavioJFOliveira edited this page Aug 26, 2020 · 1 revision

To have access to the project files it will be necessary to clone the repository directly from Github.

These steps will be divided into steps:

  • 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“:

MEMORY CONFIGURATION

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.

INSTALLING THE LIBRARIES

  • SoftwareSerial for ESP32
  • ADXL345

The other libraries are native to ESP32 and are automatically installed when the card is installed.