NRF24L01 Bridge ?
Posted:
Mon Mar 09, 2015 7:56 am
by Analitico
Any idea how to make a NRF24L01 - tcp-ip bridge with the esp8266 ?
Thank you
Re: NRF24L01 Bridge ?
Posted:
Mon Jun 22, 2015 2:06 pm
by sufi
Re: NRF24L01 Bridge ?
Posted:
Tue Jun 23, 2015 5:16 pm
by kolban
I think I like the idea of an NRF24L01 Bridge. From a specification standpoint, what might it look like or behave like?
I am assuming we would connect a real nRF24L01 to the GPIOs of the ESP and drive it that way. At this point we would have two addressable devices ... the IP of the ESP and the nRF24 address of the nRF24 device. I could imagine a UDP packet addressed to the ESP IP at a certain port being relayed out onto the nRF24 network. How would we deal with addressing? A fixed protocol header in the payload of the UDP packet? Statemanagement and pre-flight setup in the ESP driving the nRF24?
I think we need to put our heads together and ask the question "Imagine such a bridge existed ... what would it look like?"