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

https://github.com/theskyinflames/arduino-learning

It's a set of exercises I've used to learn Arduino sensors usage
https://github.com/theskyinflames/arduino-learning

arduino arduino-learning hdt11 hdt22 lcd1602

Last synced: 25 days ago
JSON representation

It's a set of exercises I've used to learn Arduino sensors usage

Awesome Lists containing this project

README

          

# ARDUINO LEARNING
This is a set of pieces of code intended to learn Arduino usages.

The most of these exercises have been done following the [BitwiseAr](https://www.youtube.com/channel/UC4unPLtykzwO7MB3IvaQZaA) tutorials

## Index of exercices
1. [HC-SR04](./HD-SR204) Using HC-SR04 sensor to build a distance sensor.
2. [HDT11](./hdt11) Using HDT11 sensor to display temperature and humidity by serial window.
3. [HDT22+LCD](./htd22+lcd) Using HDT22 sensor with an LCD 1602 display using 4 bits for data.