villivateur / HackDock

A cute box for pushing notice from servers to reality. For developers!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HackDock

A cute box for pushing notice from servers to reality. For developers!

Runs on ESP8266 with Arduino Framework via PlatformIO.

Features

You can configure HackDock's parameters by Serial communication.

Parameters:

  • Wifi SSID
  • Wifi Password
  • IP address
  • Net mask
  • Gateway

After configuring, you can send notifications to HackDock with UDP.

Notifications:

  • 2 LEDs (Always on, blink, etc.)
  • Beep

You can also read button status with UDP.

Development progress

  • LED Blink
  • Beep
  • Custom pins
  • Button
  • Wifi connect
  • Serial communication
  • UDP communication
  • Push button to mute
  • Watchdog
  • More error code

About

A cute box for pushing notice from servers to reality. For developers!

License:GNU General Public License v3.0


Languages

Language:C++ 96.4%Language:C 3.6%