Small project to configure and control ESP32/ESP8266 using HTTP. Compatible with esp-enlightened. Uses Angular and Ionic with Capacitor.
- Configure ESP over WiFi (WiFi credentials, used pin etc.)
- Control LED's using ws28xx protocol
- Sunrise alarm with button inputs
- Reading different sensors and send values to a edge-server/backend
ng serve
ionic build && npx cap sync
npx cap open android
- Allow HTTP in AndroidManifest.xml
<application
...
android:usesCleartextTraffic="true">
</application>
-
Optional:Change icon (icon.png: 1024x1024)
- right click on app/src/main/res > New > Image Asset
- Choose file for foreground layer and a color for background-layer (or background picture, does not work always)
- Click Next and Finish
-
Navigate to Build > Build Bundle(s)/APK(s) > Build APK(s)


