Hi @carywin Which library is good for any network you want to build rfm69, RadioHead ? Does it make any difference in code?
Posts made by abt
-
RE: is mesh n/w possible using RFM69 without using gateway?
-
data send from one node to other node more than one time while doing rfm69 communication
When ever i am sending data using serial port from one to another. Data gets printed on serial port 2 to 3 times. I am using arduino uno. I am referring https://learn.sparkfun.com/tutorials/rfm69hcw-hookup-guide/all#res code.Here for Node 1 same code and for Npde 2 just swap value of MYNODEID and TONODEID.Here i am using 868MHz that i have already changed in my code.
-
RE: is mesh n/w possible using RFM69 without using gateway?
Hi @mfalkvidd,
If you don't mind ,could you share your tree topology code? -
RE: is mesh n/w possible using RFM69 without using gateway?
Hi @mfalkvidd,
how can i make a simple mesh network which directly sends message to the concerned node and that node acknowledge to the main node from which that message has been received with or without a gateway ? -
RE: is mesh n/w possible using RFM69 without using gateway?
@mfalkvidd
Thanks for the reply. Not at all.I do not have any problem with this. -
is mesh n/w possible using RFM69 without using gateway?
I am new to RFM69. I want to make a mesh network using RFM69 and Arduino. Is it possible to make this without using a gateway? Help me in the programming of this.