Skip to content

omfg74/Arduino-zabbix-DHT-sensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

Temperature and humidity sensor for zabbix using arduino

Wiring

Arduino Nano + ENC28j60

  • Arduino Nano + ENC28j60

Arduino Uno + Ethernet shield

  • Arduino Uno + w5100 Ethernet shield

To use this code with Arduino uno and ethernet shild, change ethernet lib from:

#!C

#include <UIPEthernet.h>

To:

#!C

#include <Ethernet.h>

Zabbix Template

Download Zabbix 3.x Template

3D Case

3D Case

Thingverse link

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages