- Posts: 277
Ultimate Devo F12E (devof12e-XMS) builds
- Wene001
- Offline
i understand the different char set...vlad_vy wrote: About devoF7 trims: devoF4 video chip has very limited char set, so this is done as possible.
what i mean is that the Trim-Curser behaves different in the one and the other direction.
i have to click 20 times to go the cursor 1 position left.
i have to click1 time to go the cursor 1 position right
(tested with F7 and also F7 simulator)
F12 simulator left and right trim is the same
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
Please Log in or Create an account to join the conversation.
- kmewes
- Offline
- Posts: 30
Cheers
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
Please Log in or Create an account to join the conversation.
- Wene001
- Offline
- Posts: 277
THXvlad_vy wrote: Yes, I see. Trim value changes correctly but cursor position changes incorrectly. I will look into it.
i would prefer, if the cursor moves at the first click...otherwise it would be hard to know in which direction the trimming is for the vertical trims (ele,thr)
About Cursor in the menue:
Ive looked into the most menue points.
There should be enouph space to have it this way
menu1
>menu2
menu3
instead of
menu1
>menu2
menu3
This would be much better for readability
What do you think?
Is this hard to implement?
I think it would be also a good idea to center the menu headlines for better readability
Sorry for my bad english
Greetz from Austria
Werner
Please Log in or Create an account to join the conversation.
- Artus
- Offline
- Posts: 105
I hope this question is not clarified else ..
My question is: is there anywhere a sheet with video channel belongs to which frequency ?
In the moment i have some trouble with a MATEK VTX and the HGLRC F4 V5Pro (onboard VTX). I have found this
www.aziermann.de/Tank/FPV%20Frequenz%20%C3%9Cbersicht.xlsx
According to this sheet - i swichted the my VTX to 5765Mhz (description) - but at channel 19 on my F12E - nothing - i have an acceptable picture on channel 6.
Thanks for your help
-Richard-
DEVO10 4in1 V5.0 DEVO F12E 4in1 V5
Align TREX 100 (3) Hubsan Q4
Walkera QRW100S Walkera QRX 350 Pro (FPV)
Walkera QRX 350 PREMIUM
DIY 100 mm Micro QUAD - HGLRCF4F5PRO with INAV
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
0 = 5865 (A - ch1)
1 = 5845 (A - ch2)
2 = 5825 (A - ch3)
3 = 5805 (A - ch4)
4 = 5785 (A - ch5)
5 = 5765 (A - ch6)
6 = 5745 (A - ch7)
7 = 5725 (A - ch8)
8 = 5733 (B - ch1)
9 = 5752 (B - ch2)
10 = 5771 (B - ch3)
11 = 5790 (B - ch4)
12 = 5809 (B - ch5)
13 = 5828 (B - ch6)
14 = 5847 (B - ch7)
15 = 5866 (B - ch8)
16 = 5945 (E - ch8)
17 = 5925 (E - ch7)
18 = 5905 (E - ch6)
19 = 5885 (E - ch5)
20 = 5645 (E - ch4)
21 = 5665 (E - ch3)
22 = 5685 (E - ch2)
23 = 5705 (E - ch1)
===================
24 = 5945 (E - ch8)
25 = 5925 (E - ch7)
26 = 5905 (E - ch6)
27 = 5885 (E - ch5)
28 = 5645 (E - ch4)
29 = 5665 (E - ch3)
30 = 5685 (E - ch2)
31 = 5705 (E - ch1)
Please Log in or Create an account to join the conversation.
- Artus
- Offline
- Posts: 105
The reason why i ask - my Matek VTX makes a terrible picture on my both F12E with a PAL-Cam (i have tested several cams) - independent of firmware (Deviation - or Walkera). I have no problem with another monitor (i have a 7 Zoll with diversitiy also - picture is ok) - and i have no problem with another VTX and F12E. For example the HGLRC F4 V5Pro Board is sending a fine picture to the F12E.
On Fatshark cam - i can switch to NTSC - and then the picture is ok. Is the reciever of the F12E so "poor" ?
DEVO10 4in1 V5.0 DEVO F12E 4in1 V5
Align TREX 100 (3) Hubsan Q4
Walkera QRW100S Walkera QRX 350 Pro (FPV)
Walkera QRX 350 PREMIUM
DIY 100 mm Micro QUAD - HGLRCF4F5PRO with INAV
Please Log in or Create an account to join the conversation.
- Artus
- Offline
- Posts: 105
Is it possible to change the font color - to make a visual difference which information is by OSD and which is the radio?
Long time ago if have made some test - but i was not successfull..
Thank you a lot for all your efforts
DEVO10 4in1 V5.0 DEVO F12E 4in1 V5
Align TREX 100 (3) Hubsan Q4
Walkera QRW100S Walkera QRX 350 Pro (FPV)
Walkera QRX 350 PREMIUM
DIY 100 mm Micro QUAD - HGLRCF4F5PRO with INAV
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
void LCD_PrintCharXY(unsigned int x, unsigned int y, u32 c)
{
c = TW8816_map_char(c);
if (x >= LCD_WIDTH)
x = LCD_WIDTH-1;
u32 pos = ((y >> 1)*(LCD_WIDTH>>1)) + (x>>1);
//printf("%02x(%c): %d, %d, %d\n", c, c, x, y, pos);
TW8816_DisplayCharacter(pos, c, 7);
}
TW8816_DisplayCharacter(pos, c, 7);
I think '7' is the white color, 0111 -> FFh (111,111,11), page 17 of TW8816 datasheet.
Please Log in or Create an account to join the conversation.
- dc59
- Offline
- Posts: 799
I got a used F7 last week and would like to mod. it to XMS version. 2 stupid questions.
1, If I want to back to Walkera FW , is it just change SPI flash to original UPCT25VF512A?
2, What's correctly step ? change SPI flash memory then upgrade Deviation XMS FW or I should upgrade Deviation XMS FW first?
Thank you very much.
edit:
Is there any difference between SST25VF032B-50-4C-S2AF and SST25VF032B-80-4I-S2AF?
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
2. Change flash memory chip then upgrade to Deviation XMS. You can do it by any way, XMS support flash memory auto detection, but other way has not sense, you can't write filesystem to small memory chip.
3. They differ by operating frequency 50MHz and 80MHz. I think you can use any of them, but with my case it was 80MHz chip.
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.
- dc59
- Offline
- Posts: 799
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
vlad_vy wrote: Opps, this table is for Devo F12E. I don't know connections for Devo F4. It has to be very similar, but with different MCU pin numbering.
With Devo F4 it can be (pin connections from SST25VF032B to STM32F103RBT6):
1. CE = SPI1_CE (PB2, pin 28)
2. SO = SPI1_MISO (PA6, pin 22)
3. WP = 3.3V (VDD_4, pin 19)
4. VSS = GND (VSS_4, pin 18)
5. SI = SPI1_MOSI (PA7, pin 23)
6. SCK = SPI1_SCK (PA5, pin 21)
7. HOLD = 3.3V (VDD_4, pin 19)
8. VDD = 3.3V (VDD_4, pin 19)
If Devo F7 connections are similar to Devo F4.
2. SO = SPI1_MISO (PA6, pin 22)
Please Log in or Create an account to join the conversation.
- dc59
- Offline
- Posts: 799
vlad_vy wrote:
If Devo F7 connections are similar to Devo F4.
2. SO = SPI1_MISO (PA6, pin 22)
Thanks I will give it a try!
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
- Posts: 3333
Please Log in or Create an account to join the conversation.
- dc59
- Offline
- Posts: 799
vlad_vy wrote: Why not to use via near destroyed a solder pad (IC4 pin 2), or connect pin 2 to via near IC4 pin 5.
I got it and Thank you very much!
Please Log in or Create an account to join the conversation.
- RubenRC
- Offline
- Posts: 62
Mavic Pro | ARFun 95 | KingKon Tiny7 | Beeductrix | Inductrix FPV | Nano QX2
DEVO F12E | Devo F7
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Builds
- Ultimate Devo F12E (devof12e-XMS) builds