https://github.com/franck1333/dht11_voitures
This small project allow me to get a numeric Thermometer in my old car.
https://github.com/franck1333/dht11_voitures
arduino cars dht11 thermometer
Last synced: about 2 months ago
JSON representation
This small project allow me to get a numeric Thermometer in my old car.
- Host: GitHub
- URL: https://github.com/franck1333/dht11_voitures
- Owner: Franck1333
- License: gpl-3.0
- Created: 2020-03-19T18:02:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-23T07:26:33.000Z (over 2 years ago)
- Last Synced: 2025-01-11T13:29:02.783Z (4 months ago)
- Topics: arduino, cars, dht11, thermometer
- Language: C++
- Homepage: https://www.linkedin.com/in/franckrochat/
- Size: 10.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
---
---
DHT11_Voitures
This small project allow me to get a numeric Thermometer in my ancient car.
Those days, I want to modernize my old car by adding electronics by myself.
This arduino project is in fact usable everywhere but that’s gave me a pretext for the realisation of this project in my old car.
By the way, this project gave me the opportunity to code in a language that i’m not used to and also to conceive a PCB on software and realize it at the end.
To finish, I want to make a final product usable by anyone by conceive and product a case by a 3D printer.
Getting Started
To get a copy of the project, you can go on the GitHub’s webpage of the project and click on the green button to download as a .ZIP file. However, if you’re using a prompt console on an Unix machine use this line :
git clone https://github.com/Franck1333/DHT11_Voitures.git
Prerequisites
To use the project, you will need some Hardware :
An Arduino Board (here: Arduino Nano, https://tinyurl.com/arduinoMiniboards)
An OLED Screen (here: 128 x 64, https://tinyurl.com/oledscreenarduino)
A DHT11 Sensor (here: Mine got 3 Pins but this one in the link will work as well, https://tinyurl.com/DHT11sensor4p)
A LEDAlso, a breadboard or PCB and also Wires and tools needed to solder.
And you will also need some libraries and softwares :
- An Arduino IDE Up to date
- An Arduino boardDownloading/Installing
To get and downloaded the files, use this line :
git clone https://github.com/Franck1333/DHT11_Voitures.git
When the project is Downloaded, check your
pi
folder, and you will see the folderDHT11_Voitures
.Run
The Way to run the project :
To run the project; You need to compile and upload the Source code
to the Arduino Board by using the Arduino IDE
When it’s done, you should assembly all the component on a
breadboard or solder all the components on a PCB
When the last step is done, You must Power on by pluggin an USB power source to your Arduino boards and if you didn’t make any mistakes , It’s Works.
Running the tests
That’s how to test the program:
Use the Arduino IDE with your files<file>.ino
The Folders and Files
In this project we’ve got some folders
Folders
- 3D_Model: 3D Files needed to create a cases for the Thermometer.
- Documents_Fritzing: Files used to conceive and assembly all the component.
- Lib: Library used by the main program.
- Pictures: Pictures of the project.Files in “/DHT11_Voitures/”
Main features of the program
- Voitures_DHT11.ino: That's main program.
- Scheme_DHT11.pdf: That's the scheme of the numeric thermometer.
- Components_list.html: This is the list of components needed for this project.Authors
-
Franck ROCHAT - Initial work - Franck ROCHAT Thank You ! ❤️