P
P
porzione2013-02-24 16:17:37
Arduino
porzione, 2013-02-24 16:17:37

How to connect nordic nrf24l01 to usb?

The task is to receive data on the linux pc by radio from several arduino sensors via nrf24. The first thought was to use spi->uart and uart->usb converters. It turns out cumbersome and not the fact that it will work, I would like to solve it more elegantly. You can tie a raspberry or a simple arduino / avr with usb on board for this purpose. Also, of course, an overhead and you have to tinker - are there easier ways?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
avstepanov, 2013-02-24
@avstepanov

IMHO, the easiest option is to use another “arduino” and stupidly spit out the data received through nrf24 into Serial.
And, of course, you can send commands to the same Serial, which the “arduino” will again send to the “sensors” via nrf24.

A
avstepanov, 2013-02-24
@avstepanov

By the way, if you search, you can find nrf24 immediately from USB.
www.seeedstudio.com/depot/preorder-crazyflie-nano-quadcopter-kit-6dof-with-crazyradio-bccfk01a-p-1364.html?cPath=170_172 - see here how the quadcopter is controlled.

H
hunter, 2013-05-24
@hunter

I had a similar task, at the moment I settled on connecting the radio module to a simple ATMEGA8 with minimal strapping, which I plan to connect to USB using a virtual USB (V-USB www.obdev.at/products/vusb/index.html ). The task, as I see it, can be solved in a couple of evenings with little bloodshed.

D
dhomo, 2013-12-11
@dhomo

Perhaps RFduino will do. As far as I understand, nrf24l01 is supported, but there is a problem with the documentation. https://github.com/RFduino/RFduino

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question