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
- Host: GitHub
- URL: https://github.com/theskyinflames/arduino-learning
- Owner: theskyinflames
- License: apache-2.0
- Created: 2021-02-15T21:26:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-04T06:05:46.000Z (over 4 years ago)
- Last Synced: 2025-01-05T17:11:52.759Z (9 months ago)
- Topics: arduino, arduino-learning, hdt11, hdt22, lcd1602
- Language: C++
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.