Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/silaskalmbach/arduino_minimal_examples


https://github.com/silaskalmbach/arduino_minimal_examples

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

# Arduino Minimal Examples
Collection on Arduino-Scrips for the Seminar and Design-Studio ILEKlab1244.

## Software:
- Simulation: https://www.tinkercad.com/login
- Programming Microcontroller: https://www.arduino.cc/en/software
- Programming Microcontroller with VSC: https://platformio.org/

### Recommendation for 3D-Printers at the ILEK
- Prusa i3 MK3S+: https://www.prusa3d.de/prusaslicer/
- Raise 3D Pro2: https://www.ideamaker.io/download.html

## Sensors:
- BME280 - Temperature, Humidity, Pressure (https://lastminuteengineers.com/bme280-arduino-tutorial/)
- HC-SE04 - Ultrasonic (https://github.com/gamegine/HCSR04-ultrasonic-sensor-lib)
- D8232 ECG measurement module (https://how2electronics.com/ecg-monitoring-with-ad8232-ecg-sensor-arduino/)
- Photoresistor - (https://www.deviceplus.com/arduino/diy-home-security-make-a-laser-tripwire-using-arduino/)

## Actors:
- SG90 - Micro Servo (https://www.aeq-web.com/arduino-servo-sg90-ansteuern/)
- Relays - (https://arduinogetstarted.com/tutorials/arduino-relay)
- LEDs (https://create.arduino.cc/projecthub/robocircuits/neopixel-tutorial-1ccfb9)

## Interaction Sensor-Actor:
- Ultrasonic -> Micro Servo
- Temperature -> LED

## Interface Computer - Microcontroller
- Firmata - Remote Control your Arduino (http://firmata.org/wiki/Main_Page, https://realpython.com/arduino-python/)
- Arduino Serial connection with JSON

## further information:
- CH341SER Driver for Ardnuino Nano (http://www.wch-ic.com/downloads/CH341SER_EXE.html)

## Projects:
- Sun Tracking Solar Panel (https://robu.in/sun-tracking-solar-panel-using-arduino-project-step-by-step-guide-with-code/)