Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkeonline/esp8266-ddns
Update DDNS using esp-01 + usb adaptor
https://github.com/kkeonline/esp8266-ddns
Last synced: 15 days ago
JSON representation
Update DDNS using esp-01 + usb adaptor
- Host: GitHub
- URL: https://github.com/kkeonline/esp8266-ddns
- Owner: kkeonline
- License: gpl-3.0
- Created: 2021-03-26T20:05:42.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-04T23:38:24.000Z (almost 3 years ago)
- Last Synced: 2023-08-06T11:41:03.609Z (over 1 year ago)
- Language: C++
- Size: 4.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# esp8266-ddns
Update DDNS using esp-01 + usb adaptorIf your router support limit DDNS provider and you want to use another free DDNS provider (such as Duckdns, Dynu)
You may think you have to turn on a PC or RPI 24 hours to update DDNS ip when your ip changed
another solution is to use a small and low power consuming ESP-01s board instread of using more power consuming like PC or RPIHardware:
1. ESP-01s
2. USB-TTL for ESP-01 *I recommend "ESP LINK" USB-TTL for esp-01 it will automatic switch between working mode and programming mode.
or use USB-TTL with onboard switch to manually select working or programming mode.
If you use USB-TTL without switch you will have to connect GPIO0 to GND by hand before power on ESP01 to enter programming mode.
I suggest to soldering a switch to the board between gpio0 and Gnd for easy to select mode.