AMarkovic0 / atmega328p_temperature_monitoring

ATMega328p temperature monitoring using builtin temperature sensor ( works using ATcmd - suitable for serial plotters ).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

temperature-on-mail-request-Atmega328p

Overview

This software has been made just for fun, while waiting for ESP2866. This software measures temperature in Atmega328p. On email request, this software will send you an email with measured temperatue.

The project has two components:

  • Software for the temperature measurment and signal processing
  • SMTP Client

Atmega328p

Even the Atmega328p processor is on the Arduino board, I decided to not use the Arduino libraries but to make my own. Temperature is measured using builtin temperature sensor, this sensor is usually used to monitor temperature of the MCU and the data will not provide correct information about inroom temperatue.

SMTP Client

Has been made without any knowledge about the module.

About

ATMega328p temperature monitoring using builtin temperature sensor ( works using ATcmd - suitable for serial plotters ).


Languages

Language:C 72.6%Language:Python 24.0%Language:Makefile 3.4%