One+ WiFi connection

Inquiry and support for Freematics products
Post Reply
Petus
Posts: 2
Joined: Wed Mar 07, 2018 5:56 pm

One+ WiFi connection

Post 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.
stanley
Site Admin
Posts: 1018
Joined: Sat Mar 01, 2014 3:15 am

Re: One+ WiFi connection

Post 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?
Petus
Posts: 2
Joined: Wed Mar 07, 2018 5:56 pm

Re: One+ WiFi connection

Post by Petus »

Yes, at first, I tried standard connection to router after that, I tried mobile hotspot with WPA2, without security atc...
stanley
Site Admin
Posts: 1018
Joined: Sat Mar 01, 2014 3:15 am

Re: One+ WiFi connection

Post 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.
Post Reply