- Posts: 244
Ultimate7e tutorial: Processor upgrade
- silpstream
- Topic Author
- Offline
Please Log in or Create an account to join the conversation.
- Cereal_Killer
- Offline
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.
- silpstream
- Topic Author
- Offline
- Posts: 244
Please Log in or Create an account to join the conversation.
- HappyHarry
- Offline
- Posts: 1136
the deviated ultimate7e, one tx to rule them all
Please Log in or Create an account to join the conversation.
- dc59
- Offline
- Posts: 799
After upgraded MCU, is it possible to add LANGUAGE option in new FW?Just like other deviation TX?
Please Log in or Create an account to join the conversation.
- silpstream
- Topic Author
- Offline
- Posts: 244
Please Log in or Create an account to join the conversation.
- dc59
- Offline
- Posts: 799
That's a great news!!
I'm looking for someone help me to upgrade MCU now, I don't have enough skill to do it.
Please Log in or Create an account to join the conversation.
- silpstream
- Topic Author
- Offline
- Posts: 244
Please Log in or Create an account to join the conversation.
- Cereal_Killer
- Offline
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.
- dc59
- Offline
- Posts: 799
Please Log in or Create an account to join the conversation.
- HappyHarry
- Offline
- Posts: 1136
Please Log in or Create an account to join the conversation.
- dc59
- Offline
- Posts: 799
HappyHarry wrote: try and find a local mobile phone repair shop, or an electronics repair shop, this type of job will only take minutes if you take the board and mcu into them
It's a good idea to find a repair shop do that for me, thanks.
Another question, I found 256k mcu and 512k mcu only about 1usd difference on price , should I get 512k version?
Please Log in or Create an account to join the conversation.
- silpstream
- Topic Author
- Offline
- Posts: 244
So take your pick. There are no immediate advantages to either.
Please Log in or Create an account to join the conversation.
- john
- Offline
- Posts: 69
Please Log in or Create an account to join the conversation.
- Cereal_Killer
- Offline
john wrote: someone can modifi code to use devo 7e with lcd ST7565 serial I2C ? i have a TX old flysky 8ch , i think i can make a devo 7e
That's really a lot to ask of the two devs who do the u7e code work for all of us (I'm not one of them).
Do you have a STM library for the display? Finding one of those would be a good thing thing to include with your likely one-off request.
I'm not answering no, I don't speak for the two guys but they really do a lot for us and you're making a big request for something probably only you will ever need.
I'm just wondering, what will you use for the processor / main board? I'm unable to locate a really suitable mini dev board with the proper stm32f03RCT6 cause I've wanted to do this for a while (and I have a spare 7e display). AFAIK there's only one dev board with that STM32 and it's quite large and far from ideal, we need something like maple mini with a 64 pin stm32.
*Note any board with a stm32f103 64pin TQFP will work as all STM devices are pin to pin compatible as long as they're the same pin count chip but I'm unable to locate any arduino / maple style "gum stick" boards with a 64 pin STM on it.
The display is cheap enough ($12) that it's IMO more important to find a good board than to modify code for a display only you need.
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.
- john
- Offline
- Posts: 69
Cereal_Killer wrote:
john wrote: someone can modifi code to use devo 7e with lcd ST7565 serial I2C ? i have a TX old flysky 8ch , i think i can make a devo 7e
That's really a lot to ask of the two devs who do the u7e code work for all of us (I'm not one of them).
Do you have a STM library for the display? Finding one of those would be a good thing thing to include with your likely one-off request.
I'm not answering no, I don't speak for the two guys but they really do a lot for us and you're making a big request for something probably only you will ever need.
I'm just wondering, what will you use for the processor / main board? I'm unable to locate a really suitable mini dev board with the proper stm32f03RCT6 cause I've wanted to do this for a while (and I have a spare 7e display). AFAIK there's only one dev board with that STM32 and it's quite large and far from ideal, we need something like maple mini with a 64 pin stm32.
*Note any board with a stm32f103 64pin TQFP will work as all STM devices are pin to pin compatible as long as they're the same pin count chip but I'm unable to locate any arduino / maple style "gum stick" boards with a 64 pin STM on it.
The display is cheap enough ($12) that it's IMO more important to find a good board than to modify code for a display only you need.
the first , i need it work ,so i will use a KIT devolopment STM32F1o3 64 pin and a epprom , connect wire . Only need screen work . Then make board smd 2 layer , i still do it usually.
i am not coder , maybe i should order LCD NT7538 .
Please Log in or Create an account to join the conversation.
- silpstream
- Topic Author
- Offline
- Posts: 244
john wrote: someone can modifi code to use devo 7e with lcd ST7565 serial I2C ? i have a TX old flysky 8ch , i think i can make a devo 7e
First of, you really should post this request to Wishlist for a custom Transmitter board . But CK is right about this. You probably won't find traction for doing this.
Firstly, I2C is not the protocol that I would choose for the LCD. You will likely run into refresh issues as it is generally slower than SPI. In fact, I believe the 7e is the only model that even has SPI, as the rest are using the much faster parallel interface.
Secondly, if you are looking for low cost alternatives then the OLED SPI modules have already been successfully used with the 7e with little or no code changes. See this youtube video .
Finally if you want to go colour, then the ili9341 FSMC based LCDs (already supported in the code) would be your best bet for something low cost. You can find them with XPT2046 SPI touch controllers, which I believe can be made to work with the current code. Some mods may be needed, I've not really tried, only looked at the datasheets.
It's great that we have another hardware guy around that can slap custom PCBs together. If you are intent on building our own, I'd really suggest going with one of the 100 or 144 pin variants. The 64 pin is doable, but you'll quickly run out of pins and getting other people interested in the project will be harder because everyone wants everything in their TX... literally
As for small sized dev boards, here's the 2 that I have. the RET6 is 35mmx35mm and the ZET6 is 50mmx50mm.
Please Log in or Create an account to join the conversation.
- Cereal_Killer
- Offline
I've only found this that's about 50x65mm but I can't navigate all those Chinese only seller sites like you guys can.
m.ebay.com/itm/STM32F103RCT6-STM32F103-A...?nav=WATCHING_ACTIVE
P.S. I'm a HW guy, i work in eagle. check out my Oshpark profile (same name as here) for some of the stuff I've done.
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.
- silpstream
- Topic Author
- Offline
- Posts: 244
It's unfortunately a Chinese only site (taobao.com). Both boards are from the same seller. He will sell in quantities of 1, but you'll have to go through an agent to get it to the US.
Make sure you choose the ones with the chip model followed by "成板“ i.e. "STM32RET6成板". That's basically the complete board. The PCB only is "STM32系统板空板".
If you run into issues with an agent or ordering, let me know, I can order it here and send it to you.
Note, mine had some silkscreen errors for the pinouts, but you'll figure it out fast, just compare the sequence to the data sheet. I had this as an upgrade for CleanFlight, before the SPR F3 board was released.
Nice work btw on oshpark. I see you are really into LED flashlights. Interesting NAZE32 breakout, do you have a writeup about it yet?
Please Log in or Create an account to join the conversation.
- HappyHarry
- Offline
- Posts: 1136
Please Log in or Create an account to join the conversation.