Skip to content

alihatamitajik/saat-royal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Sa@RoyAl

NodeMCU-based Analog-alike RGB Clock with Android Controller
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. License
  6. Contact

About The Project

Product Name Screen Shot

This project is based on development board NodeMCU-8266 and WS2812B RGB LEDs. There are 60, 24 and 12 pieces rings in the clock face that will represent different information and the clock settings is controlled by REST API (An android app is created for better control). NodeMCU is on AccessPoint mode and devices must connect to its network first before they can change its settings.

Inspired by This Project

Features:

  • Time (Obviously! 3 Different Mode)
  • Date (Jalali & Gregorian)
  • Battery Percentage
  • Temperature of the Room
  • Two Beauty Mode (PacMan ᗤ and Rainbow 🌈)
  • Alarm (Mario Theme Song)
  • Customizable Colors
  • REST API

(back to top)

Built With

  • Arduino
  • Android
  • VS Code

(back to top)

Getting Started

These parts is used:

  • NodeMCU ESP8266 CP2102
  • NeoPixel Ring - X60/X24/X12 5050 RGB LED WS2812B
  • DS1307 - RTC
  • Voltage Sensor
  • 0.5 Watt 8 Ohm Speaker
  • LM386 Mini Amplifier
  • Voice Sensor FC-04
  • DS18B20 - Temperature Sensor
  • Printed watch face and body
  • Mini Breadboard
  • Jumper Wires
  • 18650 Battery Shield V3 + 18650 Battery

Prerequisites

Connect the parts to the board. Change the #defines relatively.

Libraries:

  • ESP8266 (Board should be added to Arduino IDE (help))
  • RTClib (With this exact title)
  • ESPAsync
  • Adafruit NeoPixel
  • DallasTemperature
  • OneWire

Installation

The main program of the board can be found HERE. Program the board and Enjoy!

(back to top)

RoadMap

  • Adding TF card that will play a custom sound
    • TF card wiring
    • Sound transfer API

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Your Name - @alihatamitajik - a [DOT] hatam008 [AT] gmail [DOT] com

Project Link: https://github.com/alihatamitajik/saat-royal

(back to top)