Skip to content

manti-by/centax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Centax IoT module

ESP-01 Arduino CLI License

About

ESP01-S based tem and humidity monitoring app, a satellite for ODIN server

Author: Alexander Chaika [email protected]

Source link: https://github.com/manti-by/centax/

Requirements:

  • ESP01-S module
  • DHT22 sensor module

Setup Centax application

  1. Install arduino-cli and make tools.

  2. Clone sources

    mkdir /home/manti/app/
    git clone https://github.com/manti-by/centax/ app/
  3. Setup Arduino ESP8266/ESP01 support

    cd /home/manti/app/centax/
    make setup
  4. Connect ESP01-S to a Programmer/Flasher, set env, compile and upload a binary

    export SENSOR_ID=SENSOR-ID
    export WIFI_PASSWORD=YOUR-WIFI-PASSWORD
    make compile
    make upload

NOTE: Check Makefile for more details about commands

About

IoT satelite based on ESP01-S with DHT11 sensor

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors