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

https://github.com/daggilli/arduino_basics

A very simple project to showcase the most elementary Arduino I/O operations
https://github.com/daggilli/arduino_basics

arduino cpp interfacing-sensors platformio tutorial-code

Last synced: 6 months ago
JSON representation

A very simple project to showcase the most elementary Arduino I/O operations

Awesome Lists containing this project

README

          

### ARDUINO_BASICS

A small project to demonstrate a number of elementary features of the Arduino Uno. The project includes reading and writing to digital pins, reading an analogue value, using a PWM output, and communication via the serial port. There is also a simple moving average class to reduce noise from external sources, and code to interpret the signal from a TMP36 temperature sensor.

This is very basic stuff but still useful to beginnners.

The development environment is PlatformIO.

The setup used for this example is as follows:
![Project schematics](docs/arduino_basics.png)