IoT Finca, Meeting Notes

2022-12-20 - MS Teams on IoT Finca Project

Jörn, Marko, Reka, Alejandro, Alexander, Fatima, Jan, Jesus, Lars, Rainer, Rolf, Karsten

Sensors

Makeathon 2020

Makeathon 2023

Ideas

2022-07-13

Next meeting: 2022-07-20, 16:00 CEST, 17:00 WEST

:!: New team members: Laura and Agustin are working students at ITQ GC and continue the IoT Finca project.

Next steps:

  1. For fundamental first steps in the Arduino universe (LED blink, Button Read, Read ADC, Serial Print) get basic Arduino boards such as the Arduino UNO. Most of the Arduino tutorials are tailored to the Arduino hardware.
  2. If you cannot get a simple Arduino or you do not want to, you can use the Heltec CubeCell boards which are programmable in the Arduino IDE, too. Everything you can do with Arduino you can do with Heltec and even more. The Arduino tutorials can be transferred to CubeCell, too, but this requires some knowledge and may be confusing in the beginning.
  3. Get basic electronic parts such as breadboard, LEDs, 220 Ohms resistors (or larger, to protect the LEDs), potentiometer, push buttons, etc., asap.
  4. Install the Arduino IDE.
  5. Install the CubeCell tool chain on your computer. You can download it from here. You will need it later for the LoRa connection, anyway.
  6. Learn Arduino! See the list of my favorite tutorials below.

CubeCell Arduino Toolchain

Install the CubeCell Arduino Toolchain from here:
https://heltec-automation-docs.readthedocs.io/en/latest/cubecell/quick_start.html

Arduino Tutorials

  1. :!: Arduino Programming Notebook by Brian W. Evans. I especially like the appendix showing the interplay of hard- and software!
  2. Build-in Examples of the Arduino IDE: Learning by coding.
  3. Adafruit Tutorial on Arduino by Simon Monk (my own list with recommendations).

2022-03-28