projekte:2023:info_tiles

Info Tiles

info_tiles_active.jpg info_tiles_boot.jpg info_tiles_esp.jpg


An ESP32 based project, which displays chores that should be completed before leaving the space and their completion status.

Contact: H3

Status:

Ownership:

Souce Code & Docs are on the projects GitHub page: https://github.com/vspaceone/esp32_info_tiles.

const char* wifi_ssid = "vspace.one";
const char* wifi_pass = "12345678";

const char * ota_pass = "CHANGE_ME_please"; 

//#define COLOR_BARS
//#define TRANS_FLAG
#define LGBTQ_FLAG

const char * hostname = "tiles.int.vspace.one";

#define USE_STATIC_IP
IPAddress static_ip(10,1,0,53);
IPAddress gateway(10,0,0,1);
IPAddress subnet(255,0,0,0);
IPAddress dns1(10,0,0,1);
IPAddress dns2(1,1,1,1);
  • projekte/2023/info_tiles.txt
  • Zuletzt geändert: 2023/08/22 21:16
  • von hacker3000