ESP32 MicroPython 系列文章
1. ESP32 基本設定與安裝 (建議必看!)
2.Micropython 常用類別教學
210 讓 ESP32 超省電!! 進入低功耗模式 #Deep-Sleep-Mode
211 RTC 實時時鐘 Real Time Clock #RTC #Real-Time-Clock
3. 網路應用
302 webREPL遠端連線(透過 wifi 上傳下載程式檔)
303 發佈訊息到 Mosquitto MQTT Broker #DHT11定時更新溫濕度資訊 #MQTT Publish
304 發佈訊息到 ThingSpeak MQTT 平台 #DHT11 #Thingspeak #MQTT
305 利用 ThingSpeak HTTP/HTTPS API 上傳 DHT11 感測資料 # DHT11 #Thingspeak #https #http
306 透過 IFTTT + Line notify 傳送 DHT11 溫濕度資訊通知
307 ESP32 遠端控制 IO / 認識 Socket 與架設 TCP Server #socket #tcp server #remote control
308 ESP32 遠端控制IO / 架設 ESP32 WebServer #web #webserver#remote control
4. 常用硬體模組範例
401 NeoPixel RGB 燈條 ( WS2812B )
5. 基本網路通訊
MQTT相關:
認識 MQTT 與安裝 Mosquitto MQTT Broker in Windows
6. 簡單 Project
601 OLED Clock 網路時鐘實作 (上篇) #worldtimeapi #ujson #oled clock
602 OLED Clock 網路時鐘實作 (下篇) #oled clock #code #hardware circuit