|
|
|
|
|
|
|
|
|
Sorry for the delay and for your cc2500 if it is dead
(try to reset all possible think , another code here http://www.rhydolabz.com/documents/w...ample_code.zip)For the connection, you'r wright. Some better photos : |
|
|
|
|
|
|
France
Joined Sep 2011
77 Posts
|
It's not totally lost. I can't help for cc2500 support but even without this, the TX itself has a good potential.
Replace the rf module by something like this: http://www.hobbyking.com/hobbyking/s...Y_Module_.html and you'll have a very cool tx. If you're interested, I still can provide some code for inputs, ppm output, led and uart |
|
|
|
|
|
|
|
Here is Xavier's source (provide without any warranty
)I'll modify it for 6 channels and setting parametres with a 16X2 lcd. If possible, fms ppm with uart on a rs232 output. http://sites.google.com/site/stm8sdi...-2-4ghz-module |
|
|
|
|
|
|
|
Thank you Sbaron, I've a question ....
If i boot the cc2500 with the original board (configuration ...) and after switch to mine, does the cc will accept ? I'm working on my discovery board, Xavier'sources are a lot modified. And i'm waiting for that : http://cgi.ebay.fr/ws/eBayISAPI.dll?...84.m1497.l2649 For easy setting of the tx. Last question : a buddycode for corona diy ??? ;-) |
|
|
|
|
|
|
France
Joined Sep 2011
77 Posts
|
The previously attached code already configure the cc2500 exactly as the original firmware. What's missing is the code to find the address and the channel used by the receiver, and then store it into the structure rx_config. Without reversing the original firmware with a debugger or a disassembler, I doubt that you can transmit something.
Regarding the corona, it would be easy to add support since it needs only ppm input. See: http://www.mftech.de/ppm_en.htm You have to configure a timer to generate an interruption every 22.5ms , something like that : Code:
TIM3_DeInit(); // ( 1 / ( 16Mhz / 64 ) ) * ( 5624 + 1 ) = 22500us TIM3_TimeBaseInit(TIM3_PRESCALER_64, 5624); TIM3_ITConfig(TIM3_IT_UPDATE, ENABLE); TIM3_Cmd(ENABLE); I've just managed to get a th9x rc, so I'm not very motivated to continue with this for now... |
|
|
|
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Question Skyartec 705 Buddy / Trainer setup | ZippoZ | Skyartec | 13 | Mar 29, 2012 07:01 PM |
| Question Skyartec 705 - Dual Servo Ailerons? | ZippoZ | Skyartec | 10 | Mar 28, 2012 11:07 AM |
| Help! Skyartec sky-705 receiver | West Oz Mark | Power Systems | 0 | Feb 27, 2012 11:20 PM |
| Alert Sky705 Simulator Issues | Parkflying | Skyartec | 25 | Mar 20, 2011 08:23 AM |
| Help! SKY705 issues | jkaxford | Skyartec | 15 | Feb 02, 2011 02:04 AM |