Page 1 of 1

One+ WiFi connection

Posted: Wed Mar 07, 2018 6:13 pm
by Petus
Hi All,
I bought Freematics One+.
I wanted to try example which is available on github - telelogger.

I set config.h
I disabled #define ENABLE_OBD 0
Set SSID and password and I wanted to use NET_WIFI
#define NET_DEVICE NET_WIFI
// WIFI settings
#define WIFI_SSID "mySSID"
#define WIFI_PASSWORD "myPASSWORD"

After this setting, it's not possible to connect of One+ to my WiFi network. I tried WiFi with WPA2, I created hot-spot from my mobile with a few different setting.
Where do I mistake in setting? Or is there any other setting for Europe?

Thx makers.

Re: One+ WiFi connection

Posted: Thu Mar 08, 2018 9:40 pm
by stanley
WIFI is universal and has no difference in any countries. Have you tried connecting to a WIFI AP or router instead of your mobile phone hotspot?

Re: One+ WiFi connection

Posted: Fri Mar 09, 2018 1:19 am
by Petus
Yes, at first, I tried standard connection to router after that, I tried mobile hotspot with WPA2, without security atc...

Re: One+ WiFi connection

Posted: Wed Mar 14, 2018 8:06 pm
by stanley
The latest code in github will output a list of found WIFI AP and then connect your specified one. Maybe you can try that to see if any AP can be found.