This shows you the differences between two versions of the page.
pm:prj2025:avaduva:andrei_vlad.iancu [2025/05/25 22:55] andrei_vlad.iancu |
pm:prj2025:avaduva:andrei_vlad.iancu [2025/05/25 23:31] (current) andrei_vlad.iancu |
||
---|---|---|---|
Line 41: | Line 41: | ||
| Microcontroller | Arduino Uno | GPIO, UART, ADC, PWM | [Arduino Uno](https://store.arduino.cc/products/arduino-uno-rev3) | | | Microcontroller | Arduino Uno | GPIO, UART, ADC, PWM | [Arduino Uno](https://store.arduino.cc/products/arduino-uno-rev3) | | ||
| Senzor temperatură | LM35DZ | Analog | [LM35 Datasheet](https://www.ti.com/lit/ds/symlink/lm35.pdf) | | | Senzor temperatură | LM35DZ | Analog | [LM35 Datasheet](https://www.ti.com/lit/ds/symlink/lm35.pdf) | | ||
- | | Convertor ADC | ADC0804 | Paralel (8b) | [ADC0804 Datasheet](https://www.ti.com/lit/ds/symlink/adc0804.pdf) | | + | | Convertor ADC | ADC0804 | Paralel (8b) | [ADC0804 Datasheet](https://www.ti.com/lit/ds/symlink/adc0804-n.pdf) | |
| Afișaj LCD | LCD 16x2 | GPIO 4-bit | [HD44780 LCD](https://www.sparkfun.com/datasheets/LCD/HD44780.pdf) | | | Afișaj LCD | LCD 16x2 | GPIO 4-bit | [HD44780 LCD](https://www.sparkfun.com/datasheets/LCD/HD44780.pdf) | | ||
| Buzzer pasiv | - | PWM | - | | | Buzzer pasiv | - | PWM | - | | ||
Line 89: | Line 89: | ||
Codul sursă include: | Codul sursă include: | ||
* main.cpp | * main.cpp | ||
- | * lcd.cpp/.h | + | * lcd.c/.h |
- | * uart.cpp/.h | + | * uart.c/.h |
- | * adc.cpp/.h | + | * adc.c/.h |
- | * pwm_motor.cpp/.h | + | * pwm.c/.h |
+ | * delay.c/.h | ||
+ | * gpio.c/.h | ||
* platformio.ini | * platformio.ini | ||
+ | |||
+ | GIT - https://github.com/WhyNotZebra/smart-thermometer | ||