- Posts: 1
deviation-devo F12E
- woundedknee
- Topic Author
- Offline
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- Wene001
- Offline
- Posts: 277
Please Log in or Create an account to join the conversation.
- dlminton
- Offline
- Posts: 4
Has anyone loaned you an F12E yet? If not about how long would you need one? I would love to get deviation on my radio.
Thanks,
DLMinton
Never do today what you can put-off until everyone forgets about it.
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
FYI, I've made this offer in the past, and it stands:
If you send me a radio:
I will guarantee it works when I ship it back. If I break it, I'll buy you a new one
I WILL open the radio. That may void your warrantee.
I MAY solder pads to the radio if needed to access the debug port (this will not affect performance). Generally this shouldn't be needed, but I can't promise anything
I am in the US. you will be responsible for getting it to me. I'll get it back to you.
If you are interested PM me.
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- dlminton
- Offline
- Posts: 4
Never do today what you can put-off until everyone forgets about it.
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
walkera-fans.de/devo-f12e-von-innen/
They's used the same CPU they used on the Devo 6/8/10 (256K Flash, 48k RAM). The SPI flash, like the Devo F7 is only 64kB and still uses 4kB sectors. That will be really challenging to deal with, but at least there is enough RAM to do a read/copy/write, so we should be able to fit the models (probably with a 512k sector size). Multi-language support may not be possible though.
It looks like the Deviation port will be based upon the Devo10 GUI. I'm not sure if the overlay supports color, but with limited Flash, graphics are pretty much out.
I haven't fond any documentation on the screen as yet, but I've seen images of it doing simple graphics, so I assume it is better than the F7. I have not yet found any documentation on the display/overlay chip on the F12E, so if anyone has any info on it, I'd be interested in that.
Documentation project is here:
www.deviationtx.com/articles/17-hardware...hardware-connections
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.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
- Posts: 3333
Please Log in or Create an account to join the conversation.
- SadSack
- Offline
- Posts: 317
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
SadSack, as I mentioned, If I require modifying the transmitter to use Deviation, the number of people who are interested will be much lower. If it offers some significant advantage, I'm sure some will do it, but I will try to squeeze everything into what we have. Unlike the F7, at least we have a reasonable amount of on-die Flash and RAM to play with which makes this much more likely.
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
www.codeforge.com/article/100785
Which I can't download, but the individual files are accessible. Not really very helpful. I can hookup my Saleae to the Tx once I get it and capture the initialization routines, but actually writing using the screen effectively will likely take some effort.
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
github.com/Si4463Project/RadioCode/blob/...er/Source/drv_tw88.c
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Getting i2c working has been a pain. I tried to follow the ST reference design using DMA, but I just can't get it to work. I gave up and switched to a polling solution which is working fine.
I snooped the init sequence from the i2c bus (The pins are open-drain which is annoying, but it is possible to attach my Saleae and still connect the LCD header at least well enough that it gets a signal. I am now able to power on the backlight and init the screen.
I haven't written any of the screen-writing utilities yet, but those are next on the list.
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
It is too bad that there isn't much flash. If they had just spent $0.30 more, this thing could have 4MB of flash, and we could have a full graphics (264x162x7color) screen. As it is, we'll need to use the text-display mode instead I think. I need to work out the buttons, sticks and switches next, then it should be possible to get the work we've been doing on the F7 ported over.
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- Home
- Forum
- News, Announcements and Feedback
- Feedback & Questions
- deviation-devo F12E