Skip to content

Assembling FORCE

qmcgrath edited this page Feb 3, 2022 · 32 revisions

Software Instructions

  1. Download Arduino IDE First, install the FORCE library from the Arduino IDE. This is done by searching for the FORCE library in the Arduino library manager and installing the latest version. Install Force only, the dependency libraries will be installed later on. The library manager is opened using Tools > Manage Libraries. You can explore the example programs by clicking File > Examples > Force.

  2. Install relevant Arduino boards to run the Adalogger MO and Feather m4 You will also need to add the board being used, the AdaFruit Feather M4 Express. Tools > Board: > Board Manager > And then search and install AdaFruit SAMD Boards.
    Then select Tools > Board > AdaFruit Feather M4 Express. If the appropriate board is not selected there will be errors when compiling, most likely about the analog resolution.

  3. Install relevant libraries Required Libraries

    • HX711 Arduino Library (v0.7.4) by Bogdan Necula, Andreas Motl
    • SdFat - Adafruit Fork (v1.2.3) by Bill Greiman
    • RTClib (v1.13.0) by Adafruit
    • Adafruit ST7735 and ST7789 Library (v1.7.2) by Adafruit
    • Adafruit seesaw Library (v1.4.2) by Adafruit
    • Adafruit Neopixel (v1.8.0) by Adafruit
    • Adafruit GFX Library (v1.10.7) by Adafruit
    • Adafruit Adafruit_SPIFlash (v3.4.1) by Adafruit

Assembly Instructions

  1. Order the PCB
  2. Populate the PCV
  3. Solder headers onto Adafruit breakout boards
  4. Download FORCE sketch and flash FFED3
  5. Print 3d Parts
  6. Mount electrics ect ...
Clone this wiki locally