Skip to content

Android app to control an esp8266 microcontroller attached to a WS2812b RGB light.

License

Notifications You must be signed in to change notification settings

BSunk/ESPModules

Repository files navigation

ESPModules

Android app to control an esp8266 microcontroller attached to RGB light.

Control a ESP8266 (cheap 4-5 dollar wifi microcontroller) attached to a WS2812 RGB light. Control color, brightness, pattern. ESP8266 hosts a web server + connects to a MQTT server(optional, for control outside of Wifi network).

So far implemented:

  • Search using mDNS for ESP8266 on wifi network.
  • Add connection to realm database
  • View devices
  • BottomNavigation to go through pages
  • Brightness slider and power off/on
  • Select color using color picker dialog
  • Select pattern for leds

Need to implement:

  • Settings screen
  • Phone events to trigger light using Broadcast Receiver
  • MQTT for control anywhere
  • Delete/Edit a connection
  • JUnit tests of presenters
  • Espresso tests

Libraries Used:

  • RxJava2
  • Dagger2
  • Retrolambda
  • Retrofit2
  • Butterknife
  • Timber
  • Realm/RealmRecyclerView
  • ColorPicker

Prelim Screenshots

image

image

image

image

image

image

License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Android app to control an esp8266 microcontroller attached to a WS2812b RGB light.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages