MQQT Gateway works with V1.4.1, SoftSPI enabled in RF24_config.h and workaround mentionned (#define digitalio.h in main ino) but radio dialog with nodes in V1.4.1 fails (for Nodes , SoftSPI is not enabled). If i rollback nodes to V1.4 , it works!
Fbod
@Fbod
Best posts made by Fbod
Latest posts made by Fbod
-
RE: Issues since upgrading to v1.4.1
-
RE: Issues since upgrading to v1.4.1
Yes, I did the gateway upgrade to V1.4.1 . I'm using Mqtt Gwy.
i've tried also to used SofSpi but get the same problem as mentionned in an another post (compil error in RF24.h) . I've let my Mqtt Gateway in V1.4.1 but not with softspi , using ports 11,12,13 instead of A0,A1,A2.
I've rollbacked all my nodes to V1.4.
So my config is now : Nodes V1.4 + Gateway V1.4.1 , all run fine.You say that V1.4.1 is only a BugFix release but , for example, SofSPI was not present in V1.4 but only in V1.4.1. Maybe other differences ?
-
Issues since upgrading to v1.4.1
Hi,
I've a lot of nodes built with V1.4. All are running fine.
I downloaded V1.4.1 but since some of them seem hanged. . I get only "node started" but nothing else.
No error message.
I've restored V1.4 and all run fine now.Any Idea ?
Thanks.
-
RE: Ethernet Gateway Sketch : How to send back sensors value
So, connected less protocol (Http,udp,..) couldn't be used with this basis sketch. As i'm looking for a Http interface with Imperihome , i'm interrested by any idea about how to.
Thanks
-
Ethernet Gateway Sketch : How to send back sensors value
In the Ethernet gateway Sketch, there is a callback routine writeEthernet with just one command"server.write(writeBuffer);" .
But i don't understand how to specify IP and port destination and thru which protocol (TCP,HTTP,UDP,..).
Any idea ?Regards