- Posts: 194
Jumper T8SG - First TX stock running on Deviation
- Gerry
- Offline
- Bbrad
yets wrote: Anyway we could twist the manufacturers arm's to make the hall sensor gimbals compatible to Devo 7E, I'm pretty sure there'd be a lot of happy buyers... I can only dream
Agreed, hall sensor gimbals in my 7e would be fantastic.
Devo 7e A7105 NRF24L01 CC2500 2x3 way & voice, Devo 12e 4 in 1 & voice.
FFS (Forever Fixing Stuff)
Please Log in or Create an account to join the conversation.
- YJ
- Offline
- Posts: 27
Brainstorm wrote: dc59 and All: Great to hear the manufacturer of this compact multi-protocol TX has been open to feedback from the Deviation developers!
Since I still haven't had a chance to install the 4-in-1 RF module in my Devo 7e, I pre-ordered one of these Jumper T8SG, despite the potential "public beta" risk. Based on the change from "shipping Sept. 4" to "coming soon," it sounds like BG may have delayed the initial release. So I'll be following this thread closely for any updates.
On the hall sensor question, having high-quality gimbals in a compact TX like this would be incredible! I haven't seen any information whether the switches are 2- or 3-position. But it would obviously be nice to have 3-position switches, instead of end users having to replace 2-position switches first thing.
I also agree that it would be nice to see improved ergonomics, similar to the Devo 7e. The 7e's shape and rubber grips are unequaled in a compact TX. This is perfect for travel. And the kids (with small hands) can have a TX that is on par with the grown-up versions.
Please Log in or Create an account to join the conversation.
- dc59
- Offline
- Posts: 799
PhracturedBlue wrote: Do you want me to try to build you a firmware using their driver to get it so your screen is the right way around?
Hi PB,
T8FG maker provide source code and I upload to mediafire (13MB), it's based on Aug. 5 nightly build.
www.mediafire.com/file/r4sdzij87duli4r/deviation-0ac6094.rar
Could you please take a look at it ?
I flashed back to their FW and now my screen is OK!
Please Log in or Create an account to join the conversation.
- dc59
- Offline
- Posts: 799
#1, improved T8SG gimbal to hall sensor and some minor changes.
#2, New model with color screen / voice support / usb charge / hall sensor gimbal .... etc.
#3, Hi-end model , all hardware design will discuss with Deviation developers,maybe will add touch screen ..... etc.
They will always listen what Deviation users need.
Edit : Their official name is Jumper and I will use this name from now.
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
- Posts: 3333
void LCD_Contrast(unsigned contrast)
{
LCD_Cmd(0x81);
int c = contrast; //contrast should range from 0 to 63
LCD_Cmd(c);
}
void LCD_Init()
{
//Initialization is mostly done in SPI Flash
//Setup CS as B.0 Data/Control = C.5
rcc_peripheral_enable_clock(&RCC_APB2ENR, RCC_APB2ENR_IOPBEN);
rcc_peripheral_enable_clock(&RCC_APB2ENR, RCC_APB2ENR_IOPCEN);
gpio_set_mode(GPIOB, GPIO_MODE_OUTPUT_50_MHZ,
GPIO_CNF_OUTPUT_PUSHPULL, GPIO0);
gpio_set_mode(GPIOC, GPIO_MODE_OUTPUT_50_MHZ,
GPIO_CNF_OUTPUT_PUSHPULL, GPIO5);
LCD_Cmd(0xE2); //Reset
volatile int i = 0x8000;
while(i) i--;
LCD_Cmd(0xAE); //Display off
LCD_Cmd(0xA6); //Normal display
LCD_Cmd(0xA4); //All Points Normal
LCD_Cmd(0xEA); //??
LCD_Cmd(0xA0); //Set SEG Direction (Normal)
LCD_Cmd(0xC8); //Set COM Direction (Reversed)
LCD_Cmd(0x2C); //Power Controller:Booster ON
I will try to build devo7e-256 with these changed lines:
File deleted...
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
- Posts: 3333
www.friblcd.com/uploadpic/%E5%B8%B8%E7%9...%E6%96%99-UC1705.pdf
Please Log in or Create an account to join the conversation.
- dc59
- Offline
- Posts: 799
vlad_vy wrote: T8FG source code has the only difference with Aug. 5 nightly build - two lines at "target\devo7e\lcd.c".
Thanks vlad_vy,I will try it after work.
Please Log in or Create an account to join the conversation.
- Phobos
- Offline
- Posts: 16
dc59 wrote: #1, improved T8SG gimbal to hall sensor and some minor changes.
Hi,
is this #1 transmitter going to be a different product, a PRO version or something, or these are going to be the changes to T8SG production unit?
Please Log in or Create an account to join the conversation.
- SeByDocKy
- Offline
- Posts: 1016
FYI; Jumper is one of the OEM compagnies of Banggood as Eachine can be.
Please Log in or Create an account to join the conversation.
- ajtank
- Offline
- Posts: 278
$99 for Jumper's existing version seems on the high side to me when I look at the price for Devo 7e and Devo 10. Recently the legendary Frsky Taranis transmitter has also hit the $170 price point. Let's see how Jumper can emerge successfully from the market.
Please Log in or Create an account to join the conversation.
- mwm
- Offline
Fernandez wrote: hope the pcb has all cpu pins wired to jst connectors, so switches can be setup as per liking following the switches matrix and hardware.ini, maybe some extra blind holes can be premoulded in the housing with rubber stops?
If they did that - and provide easy access to some free ADC inputs - I may have to get off the pto on one of my long-term wishes: moving the hardware switch configuration into hardware.ini. Not just the extra stuff for the 7E/6S/U7E, but as much as possible.
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.
- dc59
- Offline
- Posts: 799
vlad_vy wrote: T8FG source code has the only difference with Aug. 5 nightly build - two lines at "target\devo7e\lcd.c".
int c = contrast; //contrast should range from 0 to 63
LCD_Cmd(0xC8); //Set COM Direction (Reversed)
Thanks vlad_vy, it's working fine with your FW.
Does it really change only 2 line code as above?
Please Log in or Create an account to join the conversation.
- dc59
- Offline
- Posts: 799
Phobos wrote:
dc59 wrote: #1, improved T8SG gimbal to hall sensor and some minor changes.
Hi,
is this #1 transmitter going to be a different product, a PRO version or something, or these are going to be the changes to T8SG production unit?
#1 TX is final version of T8SG , #2 & #3 are different model and different price ..............
But I don't thing Banggood can sale final version of T8SG in this month because hall sensor gimbal has not been produced and tested yet.
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
- Posts: 3333
dc59 wrote:
vlad_vy wrote: T8FG source code has the only difference with Aug. 5 nightly build - two lines at "target\devo7e\lcd.c".
int c = contrast; //contrast should range from 0 to 63
LCD_Cmd(0xC8); //Set COM Direction (Reversed)
Thanks vlad_vy, it's working fine with your FW.
Does it really change only 2 line code as above?
Yes. I compared all the source files and only one file is different. Only two lines are changed in this file.
Please Log in or Create an account to join the conversation.
- yets
- Offline
- Posts: 127
If it is technically feasible could one of you developers approach them about this? Even if it's not technically achievable, how about just replacement gimbals? There is no supplier for Devo gimbals?
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
- Posts: 3333
dc59, can you test this build?
File deleted...
Please Log in or Create an account to join the conversation.
- joohaky
- Offline
- Posts: 5
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
- Offline
- Posts: 3333
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
- Posts: 3333
make TARGET=t8sg
BUT
...
+ Compiling 'target/devo7e/lcd.c' wrong target!!! SRC_C = $(wildcard $(SDIR)/target/$(TARGET)/*.c)
+ Compiling 'target/common/stm32/adc.c'
+ Compiling 'target/common/stm32/clock.c'
...
So I need use other approach.
dc59, can you test next attempt?
File deleted...
Please Log in or Create an account to join the conversation.
- Home
- Forum
- General
- General Discussions
- Jumper T8SG - First TX stock running on Deviation