-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Satellite problem #26
Comments
It is most likely the way the GPS is wired. |
Did you noticed that the boards shown are on different versions ???
When you compile the FW you need to use the proper config file !!!
AC/.
Sent from my iPad
… On 2 Oct 2020, at 16:49, Hidvegi82 ***@***.***> wrote:
Both use the factory NEO 6M (TX-IO34, RX-IO12).
Interestingly, one of the motherboards worked with the same software version before.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Did you use the T-Beam_v10.cfg thus like this: cp T-Beam_v10.cfg main/config.h |
Yes, I noticed. #define DEFAULT_AcftType 1 // [0..15] default aircraft-type: glider // #define WITH_HELTEC_V2 // HELTEC module: PCB LED on GPI025 // #define WITH_ILI9341 // 320x240 M5stack #define WITH_RFM95 // RF chip selection: both HELTEC and TTGO use sx1276 which is same as RFM95 // #define WITH_SLEEP // with software sleep mode controlled by the long-press on the button #define WITH_AXP // with AXP192 power controller (T-BEAM V1.0) // #define WITH_LED_RX // #define WITH_GPS_ENABLE // use GPS_ENABLE control line to turn the GPS ON/OFF #define WITH_GPS_UBX // GPS understands UBX // #define WITH_GPS_UBX_PASS // to pass directly UBX packets to/from GPS // #define WITH_BMP180 // BMP180 pressure sensor #define WITH_PFLAA // PFLAU and PFLAA for compatibility with XCsoar and LK8000 #define WITH_CONFIG // interpret the console input: $POGNS to change parameters #define WITH_BEEPER // with digital buzzer // #define WITH_KNOB // #define WITH_SD // use the SD card in SPI mode and FAT file system #define WITH_BT_SPP // Bluetooth serial port for smartphone/tablet link // #define WITH_ENCRYPT // Encrypt (optionally) the position |
I can only suspect the Meshtastic would set the GPS is some special mode and make it remember this setting ? I read it uses low power consumption mode, thus the GPS likely works with only occasional fixes and maybe it still remembers this state. |
Does the GPS start flashing the PPS after a while when exposed to the sky? |
Maybe it is worth to ask there, open an issue like here, if they are aware of doing some permanent changes to the GPS. |
Ok, I'll ask them. Maybe this information may be important later ... |
Hi |
OK, thank you, I will add a protection against cuch situation in the software. |
Hello.
Maybe I did stupid things...
I ordered a T-beam ttgo motherboard (T22_V11-2019.1212) with Meshtastic software on it.
I uploaded an esp-32-ogn software that I used before, but I didn't see any satellites with it. I reinstalled Meshtastic, seeing the satellites again.
Unfortunately, I installed this version of Meshtastic on a working OGN, it also saw the satellites with it, but after I put your esp32-ogn-tracker software back, it doesn't see the satellites anymore.
The gps signal led flashes.
Any idea why the satellites aren't visible? No hardware changes were made.
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0018,len:4
load:0x3fff001c,len:5360
ho 0 tail 12 room 4
load:0x40078000,len:14240
load:0x40080400,len:3892
entry 0x40080684
[1B][0;32mI (378) cpu_start: Pro cpu up.[1B][0m
[1B][0;32mI (378) cpu_start: Application information:[1B][0m
[1B][0;32mI (378) cpu_start: Project name: app-template[1B][0m
[1B][0;32mI (381) cpu_start: App version: 2cd55cf-dirty[1B][0m
[1B][0;32mI (386) cpu_start: Compile time: Oct 1 2020 16:56:31[1B][0m
[1B][0;32mI (392) cpu_start: ELF file SHA256: 06a34ace76b991bd...[1B][0m
[1B][0;32mI (398) cpu_start: ESP-IDF: v4.0[1B][0m
[1B][0;32mI (403) cpu_start: Single core mode[1B][0m
[1B][0;32mI (407) heap_init: Initializing. RAM available for dynamic allocation:[1B][0m
[1B][0;32mI (414) heap_init: At 3FFAFF10 len 000000F0 (0 KiB): DRAM[1B][0m
[1B][0;32mI (420) heap_init: At 3FFB6388 len 00001C78 (7 KiB): DRAM[1B][0m
[1B][0;32mI (426) heap_init: At 3FFB9A20 len 00004108 (16 KiB): DRAM[1B][0m
[1B][0;32mI (433) heap_init: At 3FFBDB5C len 00000004 (0 KiB): DRAM[1B][0m
[1B][0;32mI (439) heap_init: At 3FFCFE18 len 000101E8 (64 KiB): DRAM[1B][0m
[1B][0;32mI (445) heap_init: At 3FFE0440 len 0001FBC0 (126 KiB): D/IRAM[1B][0m
[1B][0;32mI (451) heap_init: At 40078000 len 00008000 (32 KiB): IRAM[1B][0m
[1B][0;32mI (457) heap_init: At 40094950 len 0000B6B0 (45 KiB): IRAM[1B][0m
[1B][0;32mI (464) cpu_start: Pro cpu start user code[1B][0m
[1B][0;32mI (482) spi_flash: detected chip: generic[1B][0m
[1B][0;32mI (483) spi_flash: flash io: dio[1B][0m
[1B][0;32mI (484) cpu_start: Starting scheduler on PRO CPU.[1B][0m
Start Pressing PRG Button if you want to Charge.
[1B][0;32mI (6412) BTDM_INIT: BT controller compile version [79dd6f1][1B][0m
[1B][0;32mI (6413) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE[1B][0m
[1B][0;32mI (6531) phy: phy_version: 4180, cb3948e, Sep 12 2019, 16:39:13, 0, 0[1B][0m
BT_GAP: Event 10
BT_SPP_Init() => +0
$POGNR,0,0,,+0.0,0,+0,,*6A
TaskGPS:
TaskRF: v12
TaskGPS: 9600bps
TaskSENS: BMP280: ?!
$POGNR,0,0,,-108.5,4,+33,,*54
$POGNR,0,0,,-108.5,6,+33,,*56
$POGNR,0,0,,-106.0,6,+33,,*5D
$POGNR,0,0,,-104.5,8,+33,,*54
TaskGPS: 19200bps
$POGNR,0,0,,-103.0,10,+33,,*6F
$POGNR,0,0,,-102.5,12,+33,,*69
TaskGPS: 38400bps
$POGNR,0,2,,-102.0,14,+33,,*68
$POGNR,0,2,,-101.5,14,+33,,*6E
TaskGPS: 57600bps
$POGNR,0,2,,-101.0,16,+33,,*69
$POGNR,0,2,,-101.0,18,+33,,*67
TaskGPS: 115200bps
$POGNR,0,2,,-101.0,20,+33,,*6C
$POGNR,0,2,,-101.0,22,+33,,*6E
TaskGPS: 230400bps
$POGNR,0,2,,-101.0,24,+33,,*68
$POGNR,0,5,,-100.5,26,+33,,*69
..........
The text was updated successfully, but these errors were encountered: