I would like to have selected values (only actual values, temperatures , humidity or pressures) from sensors on my own web page.
With controller will be better to storage all values and share to my web page?
Posts made by pawel
-
valuses form mysensors to own web page.
-
Eeprom usage
Hi.
How mySensors usage eeprom memory?
How many bytes and with addresses?
I would like use eeprom memory to own application but I don't know with address will be free.Thx.
Pawel -
RE: repeater and sensor in one node.
I should change:
- in setup():
gw.begin() --> gw.begin(NULL, AUTO, true); - in loop();
gw.sleep(SLEEP_TIME); --> gw.process();
this will be enough?
when i use node as repeater with sensor . this will be work all time without sleep mode?
And I should us timer (not delay) send sensors value.
What else? - in setup():
-
repeater and sensor in one node.
It is possible in one node is repeater and sensor?
Thanx
Pawel