Skip to content

program for olimex esp32 poe iso: reads temp from ds18b20 and sends to zabbix

Notifications You must be signed in to change notification settings

ffreu/olimex-esp32-poe_ds18b20_zabbix-sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

About

This is a small program written for an OLIMEX ESP32-POE-ISO board with a connected DS18B20 temperature sensor. It reads the temperature from the sensor and sends it to a zabbix server with a configured trapper.

How to run

  • Install Arduino IDE
  • Open the .ino file in the arduino IDE
  • Import esp32 boards using the board manager (ctrl + shift + b).
  • You can install the OneWire and DallasTemperature libraries using Arduino's library manager (ctrl + shift + i).
  • The ESP32ZabbixSender library needs to be added manually to your {Arduino IDE}\libraries\ folder
    • (create a folder for it and put the .cpp and .h from the following git repository in it: ESP32ZabbixSender)
  • edit macros and variables to fit your needs
  • Select board and connected COM port and click on run

About

program for olimex esp32 poe iso: reads temp from ds18b20 and sends to zabbix

Topics

Resources

Stars

Watchers

Forks

Languages