Communication between my python program and an arduino connected to an nrf24lo1

Hello everyone, i have this project that my lecturer asked me to do. I have an arduino connected to a number of sensors and to a nrf24l01 module. I have to transmit this sensor data to my python program in my LAPTOP via the nrf24lo1 where it will perform some machine learning. However i have to idea how to make the my python program in my laptop receive this transmitted data. I thought of using the hackone rtl sdr but i just learnt that they speak different protocol. Please help me.

what Arduino are you using?

have a look at how-to-connect-nrf24l01-to-pc-without-arduino-board

the nrf24l01 module. uses an SPI interface
you could use a FTDI USB to Hi-Speed SPI/I2C/JTAG Serial Adapter Cable to interface it to your laptop
you would then need driver software on the laptop

maybe simpler to connect a nrf24l01 module. to a low cost microcontroller, e.g. Nano, which then connects to your laptop

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.