- Posts: 14
Developing a universal module
- racemaniac
- Offline
Didn't think about the PPM option, that's indeed another way to solve it for the 7e.PhracturedBlue wrote: I am not sure what you are asking. There is a hardware mod for the 7e that provides 2 3-way switches (or the equivalent). If you want more, this can be done through the serial port if you can get the signals to PPM. The universal Tx board would be the wrong place to do this, and honestly the design is finalized. There isn't room on the board for anything more, and other than bugs, I don't expect any changes. the UniversalTx board can be fitted to a Devo7e, although it is certainly not plug-and-play.
And it's indeed far too late in the development of the module to make such changes. When reading up on deviation & the devo controllers, i read the remark of the devo 7e having too few channels returning often, and was thinking that as you're making a serial module to attach to the remotes, adding a few channels should be possible and might be useful . But it's indeed too late to add (but maybe there will once be a next iteration of this ,and it's rarely a bad idea to share an idea you have ^^, even if it's not immediately useful ).
Please Log in or Create an account to join the conversation.
- Cereal_Killer
- Offline
I've been looking for ways to add POT's and/or sliders to my 7E (to serve as independent channels, not just adjust the sticks / current channels on the fly). I didnt think about PPM in being an option, would I need to make it so the PPM stream going in had neutral position channels in the first 6 positions so that it could simply add the inputted PPM stream to the end of the existing channels from the Tx or could I just send the data as channels 1-x of the PPM stream (from whatever little module / device I came up with, most likely an arduino) and the Tx would be able to handle accepting the incoming PPM stream and move that data to the proper position in the output stream?
This could actually be a really cool option and you could go all out with it if you wanted, even wireless from a phone (but that's in the far future)
Just off the top of he head it could be something like this-
1. Install POT's and/or sliders (or simple switches if that's what you need)
2. Wire your new input's to arduino nano installed inside Tx case (just like an add-on module)
3. Arduino runs PPM converting code and output's on a pin you wire to the trainer port's PPM input
4. Setup MUX to mix in this data
Is that all that would be needed? A PPM converter for arduino is no problem at all as long as I can just send the date as the first few channels and the devo can reorder it as-needed for the output, if I had to offset the data to start at what would technically be channel 7 it might be a little harder to get setup.
Taranis X9E | DEVO 10 | Devo U7E | Taranis Q7
What I do in real life: rivergoequestrian.com/
Please Log in or Create an account to join the conversation.
- Fernandez
- Offline
- Posts: 983
The tx transmits digital anyway, so why code a digital switch into ppm, then from ppm to digital to send over the RF link.
Indeed an arduino or whatever could connect switches pots and generate the stream.
But at some point still the best would be to have an universal ARM board with many features and run deviation on it. Zo w do not anylonger need walkera motherboard and can have plenty of pins and features speaker etc in the future.
Please Log in or Create an account to join the conversation.
- mwm
- Offline
So if you're serious, talk about it on deviationtx.com/forum/7-development/4442...-for-devo-tx-s#33945
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
Please Log in or Create an account to join the conversation.
- Mr_W
- Offline
- Posts: 15
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Topic Author
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- Birdman
- Offline
- Posts: 280
I have a problem programming t24 for this module. Please help if you can it would be much appreciated.
I'm using usbasp programmer with command promt
problem is with low fuse
i used fuses listed in "building multimodule" as follows
avrdude -p t84 -c usbasp -e -U flash:w:avr.hex
avrdude -p t84 -c usbasp -U lfuse:w:0xe2:m -U hfuse:w:0xdf:m -U efuse:w:0xff:m
all good other than " i get invalid byte value for lowfuse".
TIA
Bm
Please Log in or Create an account to join the conversation.
- Birdman
- Offline
- Posts: 280
Bm
Please Log in or Create an account to join the conversation.
- unknown
- Offline
- Posts: 13
Please Log in or Create an account to join the conversation.
- Fernandez
- Offline
- Posts: 983
I am planning to upgrade my devo7e and connect 3 modules to to this small pcb.
Please Log in or Create an account to join the conversation.
- Deal57
- Offline
- Posts: 857
Deviation Devo7e 3way switch mod, A7105, NRF24L01
Devo6s 2x2 switch mod, trim mod, haptic, multimodule, A7105, NRF24L01, CC2500
Devo12e 4-in-1 with voice mod -- it speaks!!
Please Log in or Create an account to join the conversation.
- mwm
- Offline
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
Please Log in or Create an account to join the conversation.
- Fernandez
- Offline
- Posts: 983
btw, I found this cc2500 module, anybody tried it?
www.ebay.nl/itm/CC2500-SPI-2-4GHz-Wirele...?hash=item1c5e490457
Please Log in or Create an account to join the conversation.
- mwm
- Offline
Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.
My remotely piloted vehicle ("drone") is a yacht.
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Development
- Developing a universal module