Die Suche ergab 41 Treffer
- Do 31. Okt 2024, 19:52
- Forum: FAQ
- Thema: Pairing a Columbus P-10 Pro
- Antworten: 2
- Zugriffe: 122
Re: Pairing a Columbus P-10 Pro
Hi, looks like your Columbus device is using the USB vendor 0x0484 Specialix. (never heard of this vendor) I'm working on an app-update which will handle USB-CDC interfaces in a better way. So the only way is waiting for the next update because "Specialix" is not directly supported by my a...
- So 27. Okt 2024, 18:05
- Forum: Feature requests - Neue Funktionen
- Thema: Support UM982
- Antworten: 8
- Zugriffe: 1397
Re: Support UM982
Ich habe meinen USB initialisierungscode optimiert. Я оптимизировал свой код инициализации USB. Eventuell löst diese Änderung das Problem hier - ich bin mir aber nicht sicher, da ich kein QinHeng Testgerät habe. Это изменение может решить проблему, но я не уверен, поскольку у меня нет тестового устр...
- Mo 14. Okt 2024, 21:30
- Forum: Feature requests - Neue Funktionen
- Thema: Please support major Alduino boards such as esp32
- Antworten: 3
- Zugriffe: 774
Re: Please support major Alduino boards such as esp32
>> I can see it in the USB device list on the app. OK - so the board does support USB with vendor 0x303A = Espressif Incorporated. I don't know this vendor - maybe some initialization is needed here, like "Silicon Labs". Some USB vendor need "magic" numbers on startup to work ......
- Mo 14. Okt 2024, 10:59
- Forum: Feature requests - Neue Funktionen
- Thema: Start app after boot up with bluetooth gps
- Antworten: 4
- Zugriffe: 3718
Re: Start app after boot up with bluetooth gps
The request is still on my ToDo list - i guess on next App update it's implemented.Hi Mazuch, can you update this feature soon? thank you!
- Mo 14. Okt 2024, 10:56
- Forum: Feature requests - Neue Funktionen
- Thema: Support UM982
- Antworten: 8
- Zugriffe: 1397
Re: Support UM982
OK - jetzt ist zumindest der Vendor und das Device bekannt. (0x1A86 - 7523) ОК - теперь хотя бы известен производитель и устройство. (0x1A86 - 7523) vendor_qinheng.png Ich muss prüfen, ob dieser spezielle Hersteller eine USB Initialisierung erwartet, wie z.B. "Silicon Labs". Мне нужно пров...
- Mo 14. Okt 2024, 08:41
- Forum: Feature requests - Neue Funktionen
- Thema: Restart the app if NMEA is not received for a certain period of time
- Antworten: 2
- Zugriffe: 541
Re: Restart the app if NMEA is not received for a certain period of time
Thanks for the request - i will add it to my internal ToDo list
- Mo 14. Okt 2024, 08:39
- Forum: Feature requests - Neue Funktionen
- Thema: Please support major Alduino boards such as esp32
- Antworten: 3
- Zugriffe: 774
Re: Please support major Alduino boards such as esp32
Hi, does the "ESP32 C3 Super Mini" really support NMEA streaming via USB? I guess it's UART serial, but not really USB. You can simply check this in the app by showing the USB device list. (settings - input - usb) Here i show all USB devices which are recognized by the Android OS. If you d...
- Do 10. Okt 2024, 11:25
- Forum: Feature requests - Neue Funktionen
- Thema: Support UM982
- Antworten: 8
- Zugriffe: 1397
Re: Support UM982
Ich kenne leider den Unicore UM982 Empfänger nicht und kann daher auch keine Auskunft geben. К сожалению, я не знаю ресивер Unicore UM982 и поэтому не могу предоставить никакой информации. Was zeigt denn die USB Geräteliste an? (siehe App - Settings - USB) Что отображается в списке USB-устройств? (с...
- Di 16. Jul 2024, 13:09
- Forum: Feature requests - Neue Funktionen
- Thema: Start app after boot up with bluetooth gps
- Antworten: 4
- Zugriffe: 3718
Re: Start app after boot up with bluetooth gps
Hi Phuong,
let me check ... i will add the BT-Auto-Connect feature to my ToDo list.
let me check ... i will add the BT-Auto-Connect feature to my ToDo list.
- Do 7. Dez 2023, 16:14
- Forum: Crash Analysis - Fehlermeldungen
- Thema: Unable to get GPS data via bluetooth
- Antworten: 2
- Zugriffe: 8558
Re: Unable to get GPS data via bluetooth
Hi Volodymyr, [04.12.2023 22:20:25.330] [E] [TID:508651232432] [0220::NMEAString.cpp] [analyse()] ERR_NMEA_CHECKSUM: 0x47:GPGGA,150834.00,4151.0000000,N,01230.0000000,E,4,16,0.6,516.042,M,45.729,M,1.0,1020*00 Yes - as you guessed 0x47 is the expected checksum, but the app sees "*00". (see ...