https://github.com/lefucjusz/kettle-pid-controller
Kettle temperature regulator using PID controller based on Arduino Nano. Measurements taken by the means of DS18B20 sensor, Fotek SSR-40DA SSR relay used as an actuator. Current temperature displayed on TM1637 LED display.
https://github.com/lefucjusz/kettle-pid-controller
adc anti-windup arduino cpp ds18b20 kettle pid pid-controller platformio pwm ssr temperature-control tm1637
Last synced: 10 months ago
JSON representation
Kettle temperature regulator using PID controller based on Arduino Nano. Measurements taken by the means of DS18B20 sensor, Fotek SSR-40DA SSR relay used as an actuator. Current temperature displayed on TM1637 LED display.
- Host: GitHub
- URL: https://github.com/lefucjusz/kettle-pid-controller
- Owner: Lefucjusz
- License: mit
- Created: 2023-07-23T19:53:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-10T20:08:42.000Z (over 2 years ago)
- Last Synced: 2025-05-14T06:27:53.655Z (11 months ago)
- Topics: adc, anti-windup, arduino, cpp, ds18b20, kettle, pid, pid-controller, platformio, pwm, ssr, temperature-control, tm1637
- Language: C++
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kettle-pid-controller
Kettle temperature regulator using PID controller based on Arduino Nano. Measurements taken by the means of DS18B20 sensor, Fotek SSR-40DA SSR relay used as an actuator. Current temperature displayed on TM1637 LED display.