- Posts: 74
add a protocol to a devo uses the nRF24L01
- DJDavid33
-
Topic Author
- Offline
Less
More
29 Mar 2016 11:15 #45376
by DJDavid33
add a protocol to a devo uses the nRF24L01 was created by DJDavid33
Hello how can we add a protocol to a devo?
how to open a file. mod?
because I find this video that uses the nRF24L01 module on a naze32
ca am interested but it uses its own protocol.
there are files in the source code provides.
but I do not know how to add this protocol in Devo7E me because I already nRF24L01 my devo how to link?
Thank you for your help
how to open a file. mod?
because I find this video that uses the nRF24L01 module on a naze32
ca am interested but it uses its own protocol.
there are files in the source code provides.
but I do not know how to add this protocol in Devo7E me because I already nRF24L01 my devo how to link?
Thank you for your help
- victzh
-
- Offline
Less
More
- Posts: 1386
29 Mar 2016 15:13 #45383
by victzh
Replied by victzh on topic add a protocol to a devo uses the nRF24L01
It is probably better to ask this guy to add support for one of the standard nRF24L01 protocols to his firmware, e.g. V202. Standard protocols are usually more mature, the protocol this guy uses is not worthy enough - uses one channel only, six 8-bit channels in weird order and eight 1-bit switches.
@goebish, what happened to your effort to add nRF24 based protocols to cleanflight?
@goebish, what happened to your effort to add nRF24 based protocols to cleanflight?
- DJDavid33
-
Topic Author
- Offline
Less
More
- Posts: 74
29 Mar 2016 17:26 #45390
by DJDavid33
Replied by DJDavid33 on topic add a protocol to a devo uses the nRF24L01
Hello, thank you for your answer
I know if I understood the translation.
but I love my meter has a nRF24L01 naze32 simply to replace my RX601 or I have 6 channels
while the nRF24L01 we can have more channel and less expensive
I use the v2x2 protocol but not my WLtoys v666
it would be great to be able to steal my naze32 racer with the V202 protocol.
I know if I understood the translation.
but I love my meter has a nRF24L01 naze32 simply to replace my RX601 or I have 6 channels
while the nRF24L01 we can have more channel and less expensive
I use the v2x2 protocol but not my WLtoys v666
it would be great to be able to steal my naze32 racer with the V202 protocol.
- goebish
-
- Offline
- NRF Weirdo
Less
More
- Posts: 2633
29 Mar 2016 20:49 - 29 Mar 2016 21:01 #45400
by goebish
Replied by goebish on topic add a protocol to a devo uses the nRF24L01
Someone has started to merge and cleanup my code to trunk a few weeks ago, he made a great job then disapeared from the surface of the earth (well, at least his github account was closed and all his work vanished :/).
I'm waiting for a spare Naze32 to finish the work. Hydra is OK for nrf24l01 support in cleanflight.
I'm waiting for a spare Naze32 to finish the work. Hydra is OK for nrf24l01 support in cleanflight.
Last edit: 29 Mar 2016 21:01 by goebish.
- goebish
-
- Offline
- NRF Weirdo
Less
More
- Posts: 2633
29 Mar 2016 21:11 #45401
by goebish
Replied by goebish on topic add a protocol to a devo uses the nRF24L01
... but as usual, don't hold your breath, it will be done as time allows
- victzh
-
- Offline
Less
More
- Posts: 1386
29 Mar 2016 21:20 #45402
by victzh
That's really sad and disappointing
Replied by victzh on topic add a protocol to a devo uses the nRF24L01
goebish wrote: Someone has started to merge and cleanup my code to trunk a few weeks ago, he made a great job then disapeared from the surface of the earth (well, at least his github account was closed and all his work vanished :/).
That's really sad and disappointing
- DJDavid33
-
Topic Author
- Offline
Less
More
- Posts: 74
30 Mar 2016 00:37 #45414
by DJDavid33
Replied by DJDavid33 on topic add a protocol to a devo uses the nRF24L01
here's a video with the source code.
I do not know if it can help you in your search.
when I compiled with arduino I have error messages
I could not try
I do not know if it can help you in your search.
when I compiled with arduino I have error messages
- goebish
-
- Offline
- NRF Weirdo
Less
More
- Posts: 2633
10 Apr 2016 14:15 - 10 Apr 2016 14:19 #46262
by goebish
Good news, I don't know what happened, but he's back
A pull request has been made, so it should make its way into CleanFlight trunk, eventually.
github.com/cleanflight/cleanflight/pull/1937
Note that there's still some work required to make it work on Naze32 tho, I'll try to tackle that someday, but as you probably noticed I've not been very active lately, 24 hours in a day is not enough
Replied by goebish on topic add a protocol to a devo uses the nRF24L01
victzh wrote: That's really sad and disappointing
Good news, I don't know what happened, but he's back
A pull request has been made, so it should make its way into CleanFlight trunk, eventually.
github.com/cleanflight/cleanflight/pull/1937
Note that there's still some work required to make it work on Naze32 tho, I'll try to tackle that someday, but as you probably noticed I've not been very active lately, 24 hours in a day is not enough
Last edit: 10 Apr 2016 14:19 by goebish.
- victzh
-
- Offline
Less
More
- Posts: 1386
10 Apr 2016 18:02 #46277
by victzh
Replied by victzh on topic add a protocol to a devo uses the nRF24L01
I hear you, Real Life can be bothering and stay in the way. And definitely several more hours a day would help!
Time to create page: 0.212 seconds
-
Home
-
Forum
-
Development
-
Protocol Development
- add a protocol to a devo uses the nRF24L01