- Posts: 74
Naze32 Cleanflight + nRF24L01
- DJDavid33
-
Topic Author
- Offline
Less
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.
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.
- hexfet
-
- Offline
Less
More
- Posts: 1971
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.
- victzh
-
- Offline
Less
More
- Posts: 1386
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.
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.
- DJDavid33
-
Topic Author
- Offline
Less
More
- Posts: 74
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
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.
- victzh
-
- Offline
Less
More
- Posts: 1386
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.
Another guy @goebish, Frenchman, by the way, added V202 to his own fork of Cleanflight.
- goebish
-
- Offline
- NRF Weirdo
Less
More
- Posts: 2633
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.
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.
- DJDavid33
-
Topic Author
- Offline
Less
More
- Posts: 74
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
I would like to test with arduino but I know not add v202_rx.ino has MultiWii.ino
Last edit: 25 Mar 2016 00:57 by DJDavid33.
- DJDavid33
-
Topic Author
- Offline
Less
More
- Posts: 74
- goebish
-
- Offline
- NRF Weirdo
Less
More
- Posts: 2633
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 
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.
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.
- goebish
-
- Offline
- NRF Weirdo
Less
More
- Posts: 2633
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
I'm near Bordeaux, according to your nickname I suppose you're not far away
- DJDavid33
-
Topic Author
- Offline
Less
More
- Posts: 74
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.
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.
- victzh
-
- Offline
Less
More
- Posts: 1386
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!
- goebish
-
- Offline
- NRF Weirdo
Less
More
- Posts: 2633
25 Mar 2016 11:06 #45145
by goebish
That's not that simple, quite a bit of work is required to make it work with MultiWii.
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.
- goebish
-
- Offline
- NRF Weirdo
Less
More
- Posts: 2633
25 Mar 2016 11:19 #45146
by goebish
Haha, I know my English isn't that good, but I don't use Google translate
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
- DJDavid33
-
Topic Author
- Offline
Less
More
- Posts: 74
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.
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.
- goebish
-
- Offline
- NRF Weirdo
Less
More
- Posts: 2633
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
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.
- DJDavid33
-
Topic Author
- Offline
Less
More
- Posts: 74
25 Mar 2016 12:40 #45150
by DJDavid33
Replied by DJDavid33 on topic Naze32 Cleanflight + nRF24L01
ok thank you
Time to create page: 1.004 seconds
-
Home
-
Forum
-
Development
-
Protocol Development
- Naze32 Cleanflight + nRF24L01