Search found 5 matches

by trackedrobot
Mon Feb 13, 2017 1:27 pm
Forum: Developer Discussions
Topic: Crazyradio to Crazyradio C / C++ library
Replies: 5
Views: 3543

Re: Crazyradio to Crazyradio C / C++ library

Hi, Using crazyradio to communicate with a Raspi is really interesting, how it is working? :) /Arnaud Its working great! I wanted better 'real time' communication with my robot (compared to wifi) so I can focus on my navigation code. So far its working very quickly and at a longer range than wifi. ...
by trackedrobot
Sat Feb 11, 2017 4:30 pm
Forum: Developer Discussions
Topic: Crazyradio to Crazyradio C / C++ library
Replies: 5
Views: 3543

Re: Crazyradio to Crazyradio C / C++ library

You would need to put one radio into PRX (primary receiver) mode and another one into PTX (primary transmitter). There is no "full-duplex" communication mode with the NRF-chip. A Python example is available here: https://github.com/bitcraze/crazyradio-firmware/tree/master/examples. I don'...
by trackedrobot
Sat Feb 11, 2017 4:23 pm
Forum: Developer discussions
Topic: Crazyradio PA 13V input - boosting signal
Replies: 1
Views: 2733

Crazyradio PA 13V input - boosting signal

Hey all, I've been using crazyradio pa for a while and was wondering how to boost the signal strength. The product description says you can use up to 13V input power via header. Does this boost transmission strength / range? If so can anyone give me some pointers on how to install this header and pr...
by trackedrobot
Tue Dec 20, 2016 12:22 pm
Forum: Developer Discussions
Topic: Crazyradio to Crazyradio C / C++ library
Replies: 5
Views: 3543

Re: Crazyradio to Crazyradio C / C++ library

Thanks! I'll have a look. These examples seem to be pretty close to what I need. I'll update this thread with my results after I get the units in.
by trackedrobot
Mon Dec 19, 2016 9:08 pm
Forum: Developer Discussions
Topic: Crazyradio to Crazyradio C / C++ library
Replies: 5
Views: 3543

Crazyradio to Crazyradio C / C++ library

Hey, I want to convert my robot project controls over to use radio in order to achieve close to real time communication compared to my current method which is wifi. Does anyone have any resources for how to get the Crazyradio to communicate with other Crazyradio units? I plan on having one plugged i...