Shows nekoweb site views and followers on an 16x2 LCD display
  • C++ 85%
  • C 15%
Find a file
2026-06-30 20:45:27 +02:00
include renamed secrets.h to config.h and moved a config define there from main.cpp 2026-06-30 20:45:27 +02:00
src renamed secrets.h to config.h and moved a config define there from main.cpp 2026-06-30 20:45:27 +02:00
.gitignore renamed secrets.h to config.h and moved a config define there from main.cpp 2026-06-30 20:45:27 +02:00
doohickey.jpg Added a 3d print file, updated readme 2026-06-30 20:42:30 +02:00
LICENSE.txt Initial commit 2026-03-29 17:41:25 +02:00
nekoweb_box.3mf Added a 3d print file, updated readme 2026-06-30 20:42:30 +02:00
nekoweb_box.f3d Added a 3d print file, updated readme 2026-06-30 20:42:30 +02:00
platformio.ini Moved url to secrets 2026-04-20 19:21:25 +02:00
README.md renamed secrets.h to config.h and moved a config define there from main.cpp 2026-06-30 20:45:27 +02:00

The nekoweb site stats display box

Shows nekoweb site views and followers on a 16x2 LCD display utilizing an ESP32 Devboard. Powered by a USB cable.

Do It Yourself

  • Duplicate and rename config.example.h to config.h and configure your wifi ssid, password and nekoweb stats url.
  • Wire up the LCD display to the I2C bus.
  • [optional] Create an enclosure for the thing, OR feel free to 3D print the box I've made titled nekoweb_box.3mf. I've also provided the autodesk fusion source file for the design. (Beware, unless you have the very specific board I got from aliexpress, your esp is unfortunately probably not going to fit)

doohickey