8000 GitHub - Surrey-Homeware/Aura: Smart weather forecast device
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Surrey-Homeware/Aura

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aura

Aura is a simple weather widget that runs on ESP32-2432S028R ILI9341 devices with a 2.8" screen. These devices are sometimes called a "CYD" or Cheap Yellow Display.

This is just the source code for the project. This project includes a case design and assembly instructions. The complete instructions are available here: https://makerworld.com/en/models/1382304-aura-smart-weather-forecast-display

License

You can use the weather.ino code here under the terms of the GPL 3.0 license.

The icons are not included in that license. See "Thanks" below for details on the icons.

How to compile:

  1. Configure Arduino IDE
    1. for "esp32" board with a device type of "ESP32 Dev Module" and
    2. set "Tools -> Partition Scheme" to "Huge App (3MB No OTA/1MB SPIFFS)"
  2. Install the libraries below in Arduino IDE
  3. Put the source code folders that are in this folder in ~/Documents/Arduino/
    1. Note the included config files for lvgl and TFT_eSPI need to be dropped in their respective folders
  4. Install and run

Libraries required to compile:

  • ArduinoJson 7.4.1
  • HttpClient 2.2.0
  • TFT_eSPI 2.5.43_
  • WifiManager 2.0.17
  • XPT2046_Touchscreen 1.4
  • lvgl 9.2.2

Thanks & Credits

About

Smart weather forecast device

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0