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.
One+ WiFi connection
Re: One+ WiFi connection
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
Yes, at first, I tried standard connection to router after that, I tried mobile hotspot with WPA2, without security atc...
Re: One+ WiFi connection
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.