You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi mciupak, I'd like to use your driver for RF24 radios.
How can I communicate with the driver from a c program running in user space?
Do you have any example code?
Thanks, Andrea
The text was updated successfully, but these errors were encountered:
in terms of transmitting and receiving data you can use standard open/close and read/write functions. as for any other character device file. Configuration of the module (e.g. RX/TX addresses, data rate, channel etc.) is done via sysfs for the time being. See /sys/class/nrf24/ directory.
Currently I am in the middle of implementing minor changes in the driver and as soon it will be finished I will upload some C and C++ examples. Is it fine for you?
Stumbled upon this code in hopes of learning more about the NRF24 wireless hardware. Do you think it would be easy or hard to port this over to a the MILKV DUO ? (RISCV)
Hi mciupak, I'd like to use your driver for RF24 radios.
How can I communicate with the driver from a c program running in user space?
Do you have any example code?
Thanks, Andrea
The text was updated successfully, but these errors were encountered: