How to set APN Usename and Password?

Discussion about software developed by Freematics, including Freematics Builder and Freematics Emulator GUI
Post Reply
benm4nn
Posts: 8
Joined: Wed Jan 31, 2024 5:27 pm

How to set APN Usename and Password?

Post by benm4nn »

I am trying to use a local SIM to activate my Freematics ONE+ Type B device (hologram doesn't connect), however this requires an APN username and password.

I don't see how to set this in your v5/telelogger code.
Please advise.
I tried adding these values to the config.h, but it did not work.

Code: Select all

#ifndef SERVER_HOST
// cellular network settings
#define CELL_APN "safaricom"
#define APN_USERNAME "saf"
#define APN_PASSWORD "data"

Serial output:

Code: Select all


ACC BIAS:-0.01/-1.02/-0.00
GNSS:NO
OBD:NO
SD:29832 MB total, 1 MB used
File: /DATA/54.CSV
[WIFI] Joining SSID:M4nn
[BUF] 3 samples | 30 bytes | 1/32
[CELL] Activating...
CELL:SIM7070G
IMEI:865456053614234
[CELL] Searching...
APN:safaricom
[BUF] 9 samples | 90 bytes | 3/32
[BUF] 15 samples | 150 bytes | 5/32
[BUF] 20 samples | 194 bytes | 7/32
[BUF] 26 samples | 254 bytes | 9/32
[BUF] 32 samples | 314 bytes | 11/32

+CGREG: 0,2

OK


+CGREG: 0,2

OK
[WIFI] Joining SSID:M4nn
[BUF] 38 samples | 374 bytes | 13/32
[CELL] Activating...
[BUF] 44 samples | 434 bytes | 15/32
CELL:SIM7070G
IMEI:865456053614234
[CELL] Searching...
APN:safaricom
[BUF] 50 samples | 494 bytes | 17/32
[BUF] 56 samples | 554 bytes | 19/32
benm4nn
Posts: 8
Joined: Wed Jan 31, 2024 5:27 pm

Re: How to set APN Usename and Password?

Post by benm4nn »

Hi Stanley, please advise?
Post Reply