Original by chriscook8 from esp8266.com I just modified to use ESP8266WebServer library for easy to handle the http request.
This is sample code not yet complete.
- when Wifi connected need to close the softAP.
| from ubidots import ApiClient | |
| from gpiozero import LightSensor | |
| import time | |
| import datetime | |
| import Adafruit_DHT | |
| ldr = LightSensor(4) | |
| while True: |