Gateway message GWT:TIN:CONNECTING.
-
What does the message, GWT:TIN:CONNECTING..., mean? Connecting to what? Sometimes mine will just repeat over and over and I have to reset it one or more times until it connects to whatever it is it's connecting to. Assuming it's my wifi it's trying to connect to? My gateway is a Node MCU ESP8266.
-
What does the message, GWT:TIN:CONNECTING..., mean? Connecting to what? Sometimes mine will just repeat over and over and I have to reset it one or more times until it connects to whatever it is it's connecting to. Assuming it's my wifi it's trying to connect to? My gateway is a Node MCU ESP8266.
Yes it means the esp8266 wifi is trying to connect to the configured access point.
References in case you want to dig deeper:
https://www.mysensors.org/apidocs/group__MyGatewayTransportgrp.html
-
Yes it means the esp8266 wifi is trying to connect to the configured access point.
References in case you want to dig deeper:
https://www.mysensors.org/apidocs/group__MyGatewayTransportgrp.html
@mfalkvidd Thank you
-
I went to the last link you provided and looked where it makes the connection. I've tried to find the description of signature of the call when it makes the connection and I don't see a definition for the signature being used below. The signature I've used and seen is using the first two parameters, but what are the 3rd and 4th parameters?
(void)WiFi.begin(MY_WIFI_SSID, MY_WIFI_PASSWORD, 0, MY_WIFI_BSSID);
-
I went to the last link you provided and looked where it makes the connection. I've tried to find the description of signature of the call when it makes the connection and I don't see a definition for the signature being used below. The signature I've used and seen is using the first two parameters, but what are the 3rd and 4th parameters?
(void)WiFi.begin(MY_WIFI_SSID, MY_WIFI_PASSWORD, 0, MY_WIFI_BSSID);
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login