https://github.com/gajdipajti/arduino-misc-projects
This repository is for short projects, mostly to interface with a sensor or a device
https://github.com/gajdipajti/arduino-misc-projects
Last synced: 20 days ago
JSON representation
This repository is for short projects, mostly to interface with a sensor or a device
- Host: GitHub
- URL: https://github.com/gajdipajti/arduino-misc-projects
- Owner: gajdipajti
- License: gpl-3.0
- Created: 2021-04-26T17:21:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-26T20:03:50.000Z (about 4 years ago)
- Last Synced: 2025-04-12T22:53:04.862Z (20 days ago)
- Language: C++
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# arduino-misc-projects
This repository is for short projects, mostly to interface with a sensor or a device## Projects-LM35 Temperature sensor
[Blog post](https://gajdicookbook.wordpress.com/2021/04/26/arduino-lm35-temperature-sensor-1/)
* **lm35:** Read the ADC value from pin A0, and print the temperature to Serial.

* **lm35_lcd:** Read the ADC value from pin A0, and print the temperature on an LCD and to Serial.
