- Posts: 14
802.11b is a DSSS modulation protocol
- Mmon77
- Offline
The transmitter is capable of being a USB slave device, but not a host device.
Please Log in or Create an account to join the conversation.
- Villervalla
- Topic Author
- Offline
- Posts: 9
Please Log in or Create an account to join the conversation.
- victzh
- Offline
- Posts: 1386
Please Log in or Create an account to join the conversation.
- Villervalla
- Topic Author
- Offline
- Posts: 9
The idea was to increase the Tx:'s connectivity to peripherals without making fysical mods.
Please Log in or Create an account to join the conversation.
- Villervalla
- Topic Author
- Offline
- Posts: 9
mwm wrote: The memory in question is internal FLASH in the mcu. I'm pretty sure the only way to expand that is to replace the MCU. This is really only an issue with the 7E, and dropping support for an unmodded 7E isn't really acceptable. So even though people have done this mod, and I plan on trying to make a build that supports it, it doesn't make the problem go away.
Besides, victzh has already a mod that works around that issue for all of them - just add a combined mcu/rf module so you can run the stack on the module. You could add that plus a multimodule to most systems with the only real difficulty being space inside the transmitter. Of course, memory on the 7E is so tight (as in, single-digit bytes to spare) that we probably can't support even that much of a mod. I know I've disabled most of my recent additions to the code to get things to fit.
It got me thinking. SD cards are SPI capable.
Only one model and protocol loaded at the time to the mcu flash makes sense. For development porpouses that frees up a lot of memory space and minimal fysical space.
A bootloader could be written so you could choose different versions of Deviation to boot. Plenty of work to accomplish, perhaps worth it?
For a regular user I think Deviation in a 7E is a almost perfect product as it is. It lacks wireless connectivity to peripherals as computers and phones.
An other memory trak could be to upgrade the 7E PCT25VF512A flash memory to a PCT25VF 040 b.
Please Log in or Create an account to join the conversation.
- victzh
- Offline
- Posts: 1386
There is no way to upgrade internal flash without upgrading the MCU itself. It's not that hard but probably out of reach for majority of the modders.
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Protocol Development
- 802.11b is a DSSS modulation protocol