|
|
|
|
||
|
United Kingdom
Joined Aug 2008
1,145 Posts
|
Quote:
Well you may not know a Walkera module fits FG perfect! I have a spare and willing to make PCB and fit mcu. Just need size of rf module and pin sizes and where they are. If your lucky my all just fit in Walkera case. Pm details if your interested? Phil |
|
|
||
|
|
|
|
Joined Dec 2011
22 Posts
|
@all: great work presented here
@bseudonym: nice work but I think you reinvented the arduino board. I learnt a lot following this thread. So I tried builing one too. My changes: 1. The pullup resistor for the bind button is not necessary. The Atmel controller has built in pullups which can be activated by software: pinMode(BINDING_PIN, INPUT); // set binding pin digitalWrite(BINDING_PIN, HIGH); // turn on internal pullup resistor on binding switch 2. Omitted the pullup resistor on PPM input (8) as I had to shape the PPM signal for my transmitter. JR transmitters should require the same inverter. Just try and see if omitting the external pullup is required. 3. Too many LEDs. The Arduino Mini Pro has one onboard LED (green) which should be enough to signal the different operating modes. Changed the software to: - PPM ok, i.e. normal operation: LED flashes slowly - PPM not ok, i.e. fail safe: LED flashes with high frequency - bind mode: LED steady 4. Changed the bind switch to a bind jumper: - jumper on: normal operation - jumper off: bind mode 5. Changed bind mode initiation. I can now enter bind mode at any time, not only on startup. Don't know if that is a good feature. Doesn't hurt so far. 6. Shortend the Spektrum antenna. Make sure that after cutting the antenna you strip the insulation for approx. 32mm length to get a full 2.4GHz antenna again. The servo lead is connected to GND/RX/TX for programming. Without all the external LEDs, resistors and buttons I was also heading for a sandwich. In my case I ended up with a Spektrum burger (Inverter, Arduino, AMTX11) It is all working and tested with one Blade MSR and one MCPx. Thanks again Michael |
|
|
|
|
Joined Jul 2009
2 Posts
|
It took me hours to solder this together. Cause it was my first SMT project.
I attached the board layout from Eagle and hex file for the Atmega. Btw I only changed the pins for the 3 led's, it is programmed from c2po (Thanks ). It would be a great idea to ad programming pads. I realized this afterwards ![]() Cyrill |
|
|
|
|
||
|
Joined Jan 2011
16 Posts
|
@mha1: Thanks!!! You really helped me out!!!!
Quote:
I' am using the DSM2-Modul from a MLP4DSM... It's working great and I have 6 channels. the Range is ok... ca. 50-60m I think... So I think these Moduls are working: MLP4DSM LP5DSM DX5e DX4e The DX4e and DX5e are Full-Range... Is the LP5DSM Full-Range too? Nenno... |
|
|
|
|
|
|
The "LP" in LP5dSM stands for Low Power. The "5" stands for 5channels. And the DSM is the protocol.
|
|
Latest blog entry: Syma S105 Battery Mod
|
|
|
|
|
|
|
|
|
Latest blog entry: er9x heli 450 heli set up (flybar)
|
|
|
|
|
|
|
Actually, it's possible that they may do more? I believe the tester only has a six channel rx to test with.
|
|
Latest blog entry: Syma S105 Battery Mod
|
|
|
|
|
|
Joined Jan 2011
16 Posts
|
Hallo...
... my DIY module dosn't work together with my blade MCPX V2. I use the TX-Modul of a MLP4DSM. The problem: - I bind the Blade - Blade stops to flicker blue (looks good so far) - As soon as I release the bindbutton of my DIY module, the engine starts to run (luckily not at full throttle) - The engine is running about 5-10sec. - Then the helicopter flashing blue I use the module on my MX16-Hott. I adjusted the channel order in the sketch ([6,2,3,4,5,1]). My DIY-Modul works great with a blade MCPX V1!! For useful tips I would be grateful ... Nenno |
|
|
|
|
|
|
|
Any chance it is binding in "non computer radio" mode?
Also that channel order does not look right, should be throttle, aileron, elevator, rudder, gear, collective. Make sure the radio is in non-CCPM mode. Pat MacKenzie |
|
Latest blog entry: er9x heli 450 heli set up (flybar)
|
|
|
|
||
|
Joined Aug 2010
155 Posts
|
Hmmm.
The dx5e, at least in the UK is not "full range" 12dbm only Strange thing is, the dx4e is, 19dbm Wierd or what? Quote:
|
|
|
||
|
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Anybody ever ask you "Why don't you build your own planes?" | juantrinidad | Electric Plane Talk | 21 | Feb 26, 2003 09:34 PM |
| FS: Build your Own Lithium Packs Cheap | jcherry | Aircraft - Electric - Airplanes (FS/W) | 0 | Dec 15, 2002 08:01 AM |
| What's A Good Program To Build Your Own Website For A Begginer? | Joe Elston | Life, The Universe, and Politics | 12 | Oct 16, 2002 04:29 AM |
| Sites on how to build your own batt ZAPPER | Kevin Graehl | Batteries and Chargers | 28 | Aug 29, 2002 01:53 AM |
| Build Your Own Defense Budget | CoastalFlyer | Life, The Universe, and Politics | 6 | Jun 02, 2002 03:12 AM |