- Posts: 74
Naze32 Cleanflight + nRF24L01
- DJDavid33
- Topic Author
- Offline
I found this tutorial to control a naze32 with nRF24L01 chip.
I like to know what protocol should I use on my Devo 7 or I already install the nRF24L01 my radio.
with this chip need to use a RX and it's less expensive
because nRF24L01 can have 14 channels.
Thank you for your help.
Please Log in or Create an account to join the conversation.
- hexfet
- Offline
- Posts: 1891
Please Log in or Create an account to join the conversation.
- victzh
- Offline
- Posts: 1386
But this guy actually invented his own protocol and implemented it in both cleanflight and transmitter. His repos are linked in the YouTube video. His protocol is very simplistic and not worth bringing in.
Please Log in or Create an account to join the conversation.
- DJDavid33
- Topic Author
- Offline
- Posts: 74
but I was not clear with the French translation.
it uses the v2x2 protocol?
Or called me how to connect my devo 7E is nRF24L01 with protocol
thank you
Please Log in or Create an account to join the conversation.
- victzh
- Offline
- Posts: 1386
Another guy @goebish, Frenchman, by the way, added V202 to his own fork of Cleanflight.
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
github.com/goebish/cleanflight/tree/crazepony
Tutorial by SeByDocKy: www.rcgroups.com/forums/showthread.php?t...&page=6#post34100545
This is for CrazePony / CJMCU only for now but I'll try to make it work on Naze32, I'm waiting for a spare board.
Please Log in or Create an account to join the conversation.
- DJDavid33
- Topic Author
- Offline
- Posts: 74
I would like to test with arduino but I know not add v202_rx.ino has MultiWii.ino
Please Log in or Create an account to join the conversation.
- DJDavid33
- Topic Author
- Offline
- Posts: 74
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
For the 1st file you posted (v202 rx), just copy all the files in a folder named v202_rx then open v202_rx.ino in the Arduino IDE.
For the 2nd link (nrf24 multipro), you don't need it if you have a Devo, except if you want to make a TX with an Arduino as well.
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
I'm near Bordeaux, according to your nickname I suppose you're not far away
Please Log in or Create an account to join the conversation.
- DJDavid33
- Topic Author
- Offline
- Posts: 74
j'ai le fichier MultiWii.ino et le fichier v202_rx.ino
j'ouvre MultiWii.ino avec arduino mais je ne sais pas ajouter le v202_rx.ino pour téléverser ensemble .
Hi yes I am Bordeaux
I MultiWii.ino the file and the file v202_rx.ino
I open MultiWii.ino with arduino but I do not know add v202_rx.ino to upload together.
Please Log in or Create an account to join the conversation.
- victzh
- Offline
- Posts: 1386
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
DJDavid33 wrote: I open MultiWii.ino with arduino but I do not know add v202_rx.ino to upload together.
That's not that simple, quite a bit of work is required to make it work with MultiWii.
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
victzh wrote: Finally! Finally you guys figured you speak the same language and don't need Google translate to communicate efficiently!
Haha, I know my English isn't that good, but I don't use Google translate
Please Log in or Create an account to join the conversation.
- DJDavid33
- Topic Author
- Offline
- Posts: 74
I just tried with cleanflight such as video to flash with the file and it cleanflight_NAZE_RF24_150708.hex not add me the option RX RF24 dns configuration.
Please Log in or Create an account to join the conversation.
- goebish
- Offline
- I Void Warranties
- Posts: 2631
Have a look at this thread:
www.multiwii.com/forum/viewtopic.php?f=8&t=4369
It has an older (2.1) Multiwii version with nrf24l01 support, no idea which protocol it's using tho.
That looks interesting too: github.com/cloud-rocket/multiwii-firmware/tree/NRF24_Support (multiwii with nrf24l01 support and v202 protocol)
Google search has a few results as well:
www.google.fr/search?q=multiwii+nrf24l01
Please Log in or Create an account to join the conversation.
- DJDavid33
- Topic Author
- Offline
- Posts: 74
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Protocol Development
- Naze32 Cleanflight + nRF24L01