/LampAndroidApp

Application for controlling Lamp connected to ESP8266 via Wifi

Primary LanguageJavaMIT LicenseMIT

Lamp Control

Android application for controlling Lamp Relay connected to ESP8266

More information about the project:

Related project

#Version 0.2

Communication is based on MQTT (Mosquitto server).

Version 0.1

Direct communication based on GET API (local network only). See branch v0.1.

Customize application

Values of server and rooms are hardcoded. You can change them to suit yout configuration.

  • MainActivity.serverUri - set to your MQTT server
  • LampMqttService.subscriptionTopic - MQTT topic where state of relay is being broadcasted
  • LampMqttService.publishTopic - MQTT topic where client can send request to change state of relay