Does anyone have any simple example code for the nRF2401 in picbasic. I’m looking for some simple startup code to run in a basic mode right now.
I plan to use a 16F876A for this project.
First stage: I want to get 2 devices talking in half duplex sending simple data to check the link distance.
Second stage: I eventually want to add a CODEC to the modules and transmit digital audio, but I’m having problems just getting it configured for even the data mode.
All I need at this time is a simple explanation/help on what the minimal data is that would need to be sent serially from the PIC to the Nordic module to set it to one channel. And any info on what additionally needs to be sent to toggle it between receive and transmit on this channel.
Mike