Skip to content

RoundyFi is a round LCD display based on ESP-12E along with a compact and stylish 1.28-inch display module of 240×240 resolution, 65K RGB colors, clear and colorful displaying effect, expand its engagement with your project. RoundyFi comes with an embedded GC9A01 Driver and SPI Interface that minimize the required IO pins.

License

Notifications You must be signed in to change notification settings

sbcshop/RoundyFi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RoundyFi

RoundyFi is a round LCD display based on ESP-12E along with a compact and stylish 1.28-inch display module of 240×240 resolution, 65K RGB colors, clear and colorful displaying effect, expand its engagement with your project. RoundyFi comes with an embedded GC9A01 Driver and SPI Interface that minimize the required IO pins.

Steps To Setup The RoundyFi

  1. Download and install Arduino IDE and CP2102 driver(For COM Port)

  2. Open Arduino IDE

  3. Now install Esp8266 board, for this go to file -> preferences

    • Paste two urls,in "additional board manager urls"

      http://arduino.esp8266.com/stable/package_esp8266com_index.json

      https://dl.espressif.com/dl/package_esp32_index.json

    • Now install ESP8266 board, go tools -> boards -> board manager

    • Write ESP8266 in search bar

    • Lets, check boards are install or not, go to tools -> boards

  4. Now go to sketch -> include library -> manage libraries

  5. Install all libraries which is mention below

  6. Choose Port and ESP8266 board from board manager

See there is a folder name RoundyFi, inside this folder, there are various applications(Example codes):-

  • Display Weather -> Display the current weather via the "OpenWeatherMap" website, first of all, you need to make an account in OpenWeatherMap https://openweathermap.org/api and copy the API key and paste in the code,

  • Make Server -> Make server using RoundyFi. From this, we can communicate between server and client. for example, we make the mobile phone a client and RoundyFi as a server

  • Wifi Clock -> Make smart clock using wifi, it displays current time and week, using the internet.

About

RoundyFi is a round LCD display based on ESP-12E along with a compact and stylish 1.28-inch display module of 240×240 resolution, 65K RGB colors, clear and colorful displaying effect, expand its engagement with your project. RoundyFi comes with an embedded GC9A01 Driver and SPI Interface that minimize the required IO pins.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages