Jump to content
43oh

nrf24l01 sensor network


Recommended Posts

I have played around with spirillis msp430 nrf24l01 libraries and written some simple applications using them, which is great.  But now I am looking to set up a node network for sensors and actuators.  I would like to have something a layer above the spirillis nrf24l01 libraries that could act as a way to either mesh network or star network the nodes.

 

Maybe I am not searching the right things, but the best thing I have found so far is something from MySensors that seems to be Arduino only.  What I like about the mysensors is that it looks to handle  the networking of the nodes for you.  Are there any c libraries or energia libraries like that for msp430 and nrf24l01? 

 

Link to post
Share on other sites

I have my own packet handler code running on top of msprf24 that I've never published but it doesn't do that level of networking.  I've never had a real need for that type of complexity in my own setup.

 

Fwiw, in Energia, I have an implementation of a similar style of "packet handler code" here-

 

https://github.com/spirilis/Pkt

 

It runs on top of my Energia nRF24L01+ lib, Enrf24:

https://github.com/spirilis/Enrf24

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...