So shall I rather get something like this T-Beam?Or is there some more suited board?Dne čtvrtek 23. ledna 2025 v 22:38:29 UTC+1 uživatel Moshe Braner napsal:
Nice little board, the old "paxcounter". You can run my OGNbase software on it (or the current T3S3 model) to make a cheap and easy OGN ground station! But not a great choice for running SoftRF: besides the necessary work to adapt the code, also this board does not have PSRAM. SoftRF needs a lot of RAM especially if you want to run the web interface and/or bluetooth. Also with the PSRAM on the T-Beam and with my latest version of SoftRF you can record an IGC flight log. The RAM size is only a few hundred kb, splintered into different segments, while the PSRAM is 8 mb (of which 4 mb is easy to use, the other 4 mb a different story).
On Thursday, January 23, 2025 at 3:19:32 PM UTC-5 jukli...@gmail.com wrote:
The Board is Lilygo T3_V1.6.1 if that helps.
...
So shall I rather get something like this T-Beam?
Currently, I do have the T-Beam v1.2 with GNSS:NEO-M8N.
However, It still does not catch any signal.Don't understand why.
Connect a USB-serial terminal app (on a PC) to the T-Beam (via USB cable) and see what it reports about the GNSS during booting and also during a "reset GNSS" operation after that is triggered via the web interface. You will be able to see whether any communications with the GNSS is happening, and whether the "reset GNSS" seems to work.
Actually, the baud rate can be changed on the terminal, but it won't change the internal baud rates in the T-Beam. The main baud rate can be changed in config to match the terminal baud rate, but I'm not sure it will change the baud rate on the GNSS to follow this baud rate when in 'GNSS bridge mode'. Not so simple unfortunately.

But still, at any selected baud rate, the u-center does not seem to show any metrics, I believe, that I have the correct serial seleted as it is the same one that I have been flashong the board through.Also I do have the softRF swiched to the bridge modeDne neděle 23. února 2025 v 19:09:00 UTC+1 uživatel Lukáš Jukl napsal:
For me, the mesages UBX CFG PRT show this.Shall I then change the baud rate to 9600 and set both, the protocol in and out as NMEA and hit send?
Dne neděle 23. února 2025 v 18:37:54 UTC+1 uživatel Nick Bonniere napsal:The two UART are completely independent so there is no contention ever. The data is 'bridged' from one to the other by software so a baud rate difference is irrelevant. Although the UART baud rate can be changed on the USB-serial side (default 38400), the UART baud rate on the GNSS side is at 9600. I've got U-centre running and I can change the (softrf-mb config) USB-serial rate from the default 38400 to 19200 and match the terminal on the PC to 19200, the baud rate to the GNSS stays at 9600 and I'm getting data bridged over OK.By default the Ublox GNSS is at 9600/NMEA-protocol, but it could have been changed (by meshtatic for example) to 57600/Ublox-protocol or whatever. With the baud rate stuck at 9600, the reset command won't get through if the GNSS baud is not 9600.
can the little battery be disconnected?To me it seem to be quite mpermanently connected

To be honest, I'm quite lost in this topic, I'm not much of a technical guy.Anyway, I'm posting of how my basic settings looks right now.Is there anything, that I should change about it?Or else, is there anything, that I should do in the u-center?
Very good idea Nick. If you've suggested it before, I missed that, sorry. I'll try and arrange it so that in GNSS Bridge Mode it will use the same baud rate in the internal serial connection to the GNSS



After more research, the 'save mask' is not needed in the case, however the EEPROM probably is, so the commands probably need to be:B5 62 06 09 0D 00 FF FB 00 00 00 00 00 00 00 00 00 00 01 17 71B5 62 06 09 0D 00 FF FB 00 00 00 00 00 00 00 00 00 00 04 1A 74B5 62 06 09 0D 00 00 00 00 00 00 00 00 00 FF FF 00 00 05 1F B5
Very good, so that LilyGo tool is set up to work with the AXP2101 (T-Beam v1.2). At which baud rate did that LilyGo tool succeed in doing a "recovery"?
I *think* (not sure) that a successful "recovery" (which means wiping out the stored configuration, resulting in the factory settings) includes reverting to 9600 baud. So I would have expected it to include
The loop() in that tool is exactly what SoftRF's "GNSS bridge" mode does. And the "recovery" code in SoftRF is based on this tool too. But without the trying of different baud rates. So I'll try to add that in. What is better - one manually chosen baud rate at a time, or a loop over baud rates as in this tool?

The word from LilyGo is that the default baud rate on the Ublox Neo-8 is 115200. That is surprising, since all the previous Ublox modules had a default of 9600, and the official documentation for the -8 says (on page 466) that the default is 9600. But we have seen that "clearing" its settings (to "factory defaults") did return to 115200 each time, at least on Nigel's board.