HI!
I'm new to this stuff I really need some assistance with a problem. So, I've bought this ProDino board which is basically an Arduino Leonardo on steroids and I'm trying to use the relays on the board with the SHT11 sensor from Sensirion
I need to make a couple of things with this:
-First I want to insert another table that shows me, in real time, the temperature and the humidity levels
-Second, I want to make the relays go off (or on) when a certain level is surpassed.
I've downloaded the code example from www.kmpelectronics.eu and it works. I also have the code for the SHT11. And I really don't know how to make them work together.
I've attached two files (.txt) that contain those codes.
Bellow is a picture of the webserver with the table for the relays. I need to insert another table above it for the temperature and humidity levels.
Thank you in advance!
Relay.txt (8.54 KB)
SHT11.txt (997 Bytes)