|
Post by Admin on Jan 4, 2015 21:19:52 GMT
Hi Eric, I think that your project is awesome and am planning to re-create it and make some changes to suit my needs. I have some of the basic components needed but have ordered the rest and should arrive end December. ... It seems like this guy has had some success with bi-directional communication or am I mistaking?: Bi-directional communicationThank you for the great work... Oh man, sorry I didn't see this earlier. Thanks for pointing this out. This looks like a very sophisticated network layer for the nRF24L01's. I don't have the skills to make something this sophisticated. I wonder if it's possible someone would port this over to the RFM69HW's. It's also possible to have both wireless chips used depending on the criteria. But this is awesome for home automation, much better than the setup I've come up with. Glad to see so much development in inexpensive wireless transceivers.
|
|
|
Post by selcouth on Apr 25, 2015 3:59:03 GMT
Could you tell me what is the differenc between those ip //Ethernet byte mac[] = { 0x90, 0xA2, 0xDA, 0x0D, 0x11, 0x11 }; byte server[] = { 192, 168, 0, 50 }; IPAddress ip(192,168,0,61); the first IP address is for the server and the second one is for the ethernet is that correct? byte server[] = { 192, 168, 1, 51 }; // this line is your MQTT broker IP address IPAddress ip(192,168,0,61); // this line defines the IP address for the Ethernet gateway
|
|
|
Post by papa on Feb 1, 2017 15:51:28 GMT
When the forum was starting, some posts that seem off topic were posted to the Sticky: Read Me thread.
Rather than remove them all together, I'll try moving them to this thread
|
|