Avatar for user124651

user124651

Member since Jan 2021 • Last active Mar 2021
  • 0 conversations
  • 1 comments

Most recent activity

  • in ESP8266
    Avatar for user124651

    Figured I'd drop a note here in case someone else wondered about this: WiFi on ESP8266 is managed by the ESP8266's SDK. Arduino and Espruino are essentially "remote controlling" the chip's built-in functionality by sending AT commands that tell it what to do. You can see these commands in the JavaScript source for Espruino's Wifi library.

    With that in mind, one of the features of the ESP8266 SDK is that it automatically reconnects to networks after a connection drops. It's mentioned here in the Arduino documentation for the ESP8266.

Actions