2025-02-22 10:45:35 +01:00
2025-02-10 17:35:29 +01:00
2025-02-22 10:45:35 +01:00

HGD4_reversed

Information about the LOCO Track Primary HGD4 GPS tracker

The main soc of the device is the nRF52840 with 1MB of Flash 256KB RAM, it is not locked or read protected with exposed debug pads.

It also contains an ESP8266 WIFI SoC with 2MB of external Flash, running AT firmware and has exposed debug pads.

The modem is a Quectel BG95-M3 LTE MODEM with GPS. Both antennas are fitted and the usb of the modem is likely exposed to debug pads.

The other sensors are 2 Acceleration Sensors(LIS3DH), a Light Sensor(VEML6035) next to the push button(that will allow the device to wake up from a low power state), a Temperature + Humidity Sensor(ENS210) and Pressure sensor and a red and green led.

The full schematic of the device will still need to be reversed and the sensors need to be properly identifyed. PRs are welcome.

For now we know the following(thanks to atc1441)

I2C for most sensors(Temp, Pressure, Light): SCL = GPIO 13 SDA = GPIO 15

ACCL via SPI: CS ACCL 1 = GPIO 6 CS ACCL 2 = GPIO 4 SCL = GPIO 12 MOSI = GPIO 41 MISO = GPIO 8

UART Wifi: Baud 115200 Txd GPIO 43 Rxd GPIO 42

UART Modem: Power enable: GPIO 45 GPIO 29 GPIO 34 Baud 115200 Txd GPIO 22 Rxd GPIO 17

UART Logging: Baud 115200 Txd GPIO 33 Rxd GPIO 32

Description
Information about the LOCO Track Primary HGD4 GPS tracker
Readme GPL-3.0 5 MiB
Languages
C++ 84.4%
C 10.2%
PHP 3%
Python 2.4%