Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 3 months ago.
Communicating with a python script using nRF24L01+
Hi,
Does anyone know how to use this library with this one, https://github.com/jpbarraca/pynrf24, in order to make both systems exchange messages?
The python script is running on a raspberry py 2, and the mbed is a frdm-k64f.
I managed to make the raspberry send messages to the k64f, but the raspberry cant receive messages from the k64f. I also managed to make the raspberry receive messages from the k64f, but it cant send messages to the k64f. I need them both to be able to receive and transmit at the same time, like the transceiver that it is, but so far only half solutions.
Any help would be very appreciated.
Thanks, Luis