Posts

Showing posts from March, 2019

Arduino - Better way to manage Wi-Fi SSID & Password

Image
Have you met this problem before? You are making an fantastic Arduino IoT project. However, in the code, Wi-Fi SSID and Password were hard-coded and the only way to change these is to edit the code and re-upload the code to Arduino. At home, this is okay, since you Wi-Fi SSID and password will not change frequently. Let’s say you bring this project to a friend place or a venue to demo. And you didn’t know the Wi-Fi SSID nor the password beforehand. Then, you need to bring your computer to change SSID and password and re-upload to Arduino.  Is there a way to get rid this problem? Yes! The answer is use Arduino Wifimanager library. Please see the video below to learn how to do this! Interested in Arduino Voice Control Projects? Please checkout these tutorials below: Purpose of this tutorial / schematic / How does it work - Part 1 IFTTT and Adafruit software setup - Part 2 Arduino firmware   - Part 3   ===========THE END================== Arduino -  更方便的管理 Arduino