Naze32 Cleanflight + nRF24L01

More
20 Mar 2016 23:17 #44895 by DJDavid33
Naze32 Cleanflight + nRF24L01 was created by DJDavid33
Hello
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.

More
23 Mar 2016 03:39 #45025 by hexfet
Replied by hexfet on topic Naze32 Cleanflight + nRF24L01
Interesting. Looks like he implemented his own protocol inside cleanflight. Maybe he'd like to port it to deviation, or support one of the nrf protocols already in deviation.

Please Log in or Create an account to join the conversation.

More
23 Mar 2016 05:01 #45029 by victzh
Replied by victzh on topic Naze32 Cleanflight + nRF24L01
Goebish submitted V202 to cleanflight repo recently. Or was going to. See github.com/goebish/cleanflight/

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.

More
24 Mar 2016 15:25 - 24 Mar 2016 15:30 #45092 by DJDavid33
Replied by DJDavid33 on topic Naze32 Cleanflight + nRF24L01
hello thank you for your help.
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
Last edit: 24 Mar 2016 15:30 by DJDavid33.

Please Log in or Create an account to join the conversation.

More
24 Mar 2016 15:49 #45095 by victzh
Replied by victzh on topic Naze32 Cleanflight + nRF24L01
No, this guy implemented his own protocol for both receiver and transmitter.

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.

More
24 Mar 2016 23:49 - 24 Mar 2016 23:52 #45128 by goebish
Replied by goebish on topic Naze32 Cleanflight + nRF24L01
This is the branch:
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.
Last edit: 24 Mar 2016 23:52 by goebish.

Please Log in or Create an account to join the conversation.

More
25 Mar 2016 00:50 - 25 Mar 2016 00:57 #45130 by DJDavid33
Replied by DJDavid33 on topic Naze32 Cleanflight + nRF24L01
I find the files for the protocol v2x2
I would like to test with arduino but I know not add v202_rx.ino has MultiWii.ino
Attachments:
Last edit: 25 Mar 2016 00:57 by DJDavid33.

Please Log in or Create an account to join the conversation.

More
25 Mar 2016 01:00 #45131 by DJDavid33

Please Log in or Create an account to join the conversation.

More
25 Mar 2016 01:05 #45132 by goebish
Replied by goebish on topic Naze32 Cleanflight + nRF24L01
I'm not sure what you're trying to do :p

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.

More
25 Mar 2016 01:08 #45133 by goebish
Replied by goebish on topic Naze32 Cleanflight + nRF24L01
Where do you live btw ?
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.

More
25 Mar 2016 02:34 - 25 Mar 2016 02:45 #45135 by DJDavid33
Replied by DJDavid33 on topic Naze32 Cleanflight + nRF24L01
Salut oui je suis de Bordeaux :)
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.
Last edit: 25 Mar 2016 02:45 by DJDavid33.

Please Log in or Create an account to join the conversation.

More
25 Mar 2016 04:54 #45141 by victzh
Replied by victzh on topic Naze32 Cleanflight + nRF24L01
Finally! Finally you guys figured you speak the same language and don't need Google translate to communicate efficiently! :-)

Please Log in or Create an account to join the conversation.

More
25 Mar 2016 11:06 #45145 by goebish
Replied by goebish on topic Naze32 Cleanflight + nRF24L01

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.

More
25 Mar 2016 11:19 #45146 by goebish
Replied by goebish on topic Naze32 Cleanflight + nRF24L01

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.

More
25 Mar 2016 12:05 #45147 by DJDavid33
Replied by DJDavid33 on topic Naze32 Cleanflight + nRF24L01
ok donc tu peux pas m'aider pour multiwii ? lol
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.

More
25 Mar 2016 12:11 - 25 Mar 2016 12:15 #45148 by goebish
Replied by goebish on topic Naze32 Cleanflight + nRF24L01
This is time consuming and I've other stuffs to do right now ;)
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
Last edit: 25 Mar 2016 12:15 by goebish.

Please Log in or Create an account to join the conversation.

More
25 Mar 2016 12:40 #45150 by DJDavid33
Replied by DJDavid33 on topic Naze32 Cleanflight + nRF24L01
ok thank you

Please Log in or Create an account to join the conversation.

Time to create page: 0.054 seconds
Powered by Kunena Forum