Receiver crashes on certain images #336
Replies: 4 comments
-
Hi, can you share your config file with me (http://rdzsonde/file/config.txt)? You did not activate the "Display saver" feature? If you did, set it to 0 and retry and check if this happens as well. What you can try as well is decreasing the SPI speed (e.g. to half of its value). |
Beta Was this translation helpful? Give feedback.
-
Hi this is my config file. |
Beta Was this translation helpful? Give feedback.
-
I am having the same issue TTGO t-Beam 1.1 running on latest dev firmware with a TFT ILI9341 display. My config.txt Ive have even tried different TFT SPI speeds and screen orientations |
Beta Was this translation helpful? Give feedback.
-
I think i found the problem and a temp fix screens2.txt: TFT display (landscape)Definition of display content and action behaviourTimer: (view timer, rx timer, norx timer)- value -1: timer is disabled; value>=0: timer fires after (value) seconds- view timer: time since current view (display mode and sonde) was started- rx timer: time since when sonde data has been received continuously (trigger immediatly after RX)- norx timer: time since when no sonde data has been received continuously(rx and norx timer is started after tuning a new frequency and receiving a signal or not receivinganything for a 1s period)Actions:- W: activate WiFi scan- F: activate frequency spectrum display- 0: activate "Scan:" display (this is basically just display mode 0)- x: (1..N): activate display mode x [deprecated]- >: activate next display mode- D: activate default receiver display (display mode specified in config)- +: advance to next active sonde from QRG config- #: no actionDisplay content (lower/upper case: small/large font)line,column=contentfor ILI9225 its also possible to indicateline,column,width=content for text within a box of width 'width'line,column,-width=content for right-justified textXText : TextF(suffix): frequency (with suffix, e.g., " MHz")L latitadeO lOngituteA altitudeHm(suffix) hor. speed m/s (suffix: e.g. "m/s"; no suffix=>m/s as 16x8 bitmap for SSD1306 display only)Hk(suffix) hor. speed km/h (suffix: e.g. "km/h"; no suffix=>km/h as 16x8 bitmap for SSD1306 display only)V(suffix) vert. speef (suffix: e.g. "m/s"; no suffix=>m/s as 16x8 bitmap for SSD1306 display only)Ix sonde ID (default/d: dxlaprs; s: short id, n: real serial number)RS41,RS92: all identical R1234567DFMx: ID M12345678; short ID and serial 12345678M10: ID ME95231F0; short ID: M95231F0; serial 9062104592Q signal quality statistics barT type string (RS41/DFM9/DFM6/RS92)C afC valueN ip address (only tiny font)S scan list entry info: l/empty: launch site name, #=entry nr, t=total entries, a=active entries, /: #/tK RS41 kill timer values: Kl launch timer, Kb burst timer, Kc kill countdownformat: K_4: h:mm k_6: h:mm:ss k_s: sssss, nothing shown for other sondeMx telemetry value x (t temp p preassure h hyg) [not yet implemented, maybe some day in future]Gx GPS-related dataraw data from GPS: GA, GO, GH, GC: LAtitude, lOngitude, Altutide(Height), Course over groundrelative to sonde: GD, GI, GB: Distance, dIrection (absolute), relative BearingG0 GPS circle diagram e.g. 3,5=g0NCS,50,ff0000,000033,5,ffff00,4,ffffff"N" (what is on top: N=north C=course)"C" (where does the arrow point to: C=course, S=sonde)"S" (what is shown by the bullet: C=course, S=sonde)50: circle radius, followed by fg and bg color5: bullet radius, followed by fg color4: arrow width, followed by fg colorR RSSIB battery(T-Beam 1.0) S=status V=Batt.Volt C=charge current D=discharge currentU=USB volt I=USB current T=IC tempfonts=x,y can be used to select font (x=small, y=large) for all items belowfor SSD1306, x and y can be used to select one of those fonts:(y should be a 1x2 font (1,5,6,7), x a small font)u8x8_font_chroma48medium8_r, // 0 ** default smallu8x8_font_7x14_1x2_f, // 1 ** default largeu8x8_font_amstrad_cpc_extended_f, // 2u8x8_font_5x7_f, // 3u8x8_font_5x8_f, // 4u8x8_font_8x13_1x2_f, // 5u8x8_font_8x13B_1x2_f, // 6u8x8_font_7x14B_1x2_f, // 7u8x8_font_artossans8_r, // 8u8x8_font_artosserif8_r, // 9u8x8_font_torussansbold8_r, // 10u8x8_font_victoriabold8_r, // 11u8x8_font_victoriamedium8_r, // 12u8x8_font_pressstart2p_f, // 13u8x8_font_pcsenior_f, // 14u8x8_font_pxplusibmcgathin_f, // 15u8x8_font_pxplusibmcga_f, // 16u8x8_font_pxplustandynewtv_f, // 17for ILI9225, these fonts are available:Terminal6x8 // 0Terminal11x16 // 1Terminal12x16 // 2FreeMono9pt7b, // 3FreeMono12pt7b, // 4FreeSans9pt7b, // 5FreeSans12pt7b, // 6Picopixel, // 7color=rrggbb,rrggbb can be used to select color (foreground, background)see https://github.com/Nkawu/TFT_22_ILI9225/wiki#color-reference for example (use without "#"-sign)for TFT display, coordinates and width are multiplied by xscale,yscale and later used in pixelswith scale=1,1 you can directly use pixel coordinates. (default: xscale=13,yscale=22 => 8 lines, 16 columns)########### ############ Scan display for large 2" TFT dispaly@ScannerTFT ############ ############ ############ ############ Alternative display layouts based on https://gist.github.com/bazjoScan display for large 2" TFT dispaly@Scan.TFT.Bazjo ############ ############ based on https://github.com/puspis/rdz_ttgo_sonde########## ############ ############ ############ ############ ############ |
Beta Was this translation helpful? Give feedback.
-
Hello everyone, my TTGO V1.0 in connection with the ILI9225 crashes in pictures 4-13. Operation via the web portal still works, but the image on the display is frozen, only a restart helps.
Beta Was this translation helpful? Give feedback.
All reactions