z4ika / fonline-esp8266

FOnline online status for ESP8266 powered chips written in Arduino C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fonline-esp8266

World without transistors that's being held online by transistors

FOnline online players count status for ESP8266 powered chips written in Arduino Framework

Core

  • Connects to remote
  • Writes 4 required bytes
  • Delay in between write and read
  • Read data to buffer
  • Endian swap
  • Online number parse
  • Render onto OLED 128x64 display
  • Multiple remotes

Optional TODO

It's all done!

Required libraries

  • ESP8266WiFi
  • SD1306Wire
  • OLEDDisplayUi
  • Wire

Credits

About

FOnline online status for ESP8266 powered chips written in Arduino C++

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%