IoT - The Arduino-MQTT-Keypad-Display project

From The TinkerNet Wiki
Jump to navigation Jump to search
IoT Keypad.jpg
IoT Keypad.jpg
"Fucking Retard!" "Well... Shit!" "woot woot" Screens
"Idjit!" "Bloody Hell!" "Yee Ha!" PantryLight
"Bullshit!" "Oh Poop!" "Ooga Booga" BeerLight
"Bork" "Dang!" "Say wut?" NightLight

Blue buttons send text to the Google Home Mini.

(will also be configured to talk to the other GH units in future...)

Letter buttons control devices directly...

'*' & '#' will be adjustment controls later...

Basic shopping list

The Circuit

The firmware

The NR Flow

Current version of the firmware actually causes it to publish which button has been pressed. So NR can decide what to do with them. (Original firmware sent MQTT to the Google Home topic(s)...)

Problems
  Ethernet.h

(W5100)

UIPEthernet.h

(ENC28J60)

Data 1194 1867
Program 16664 24956
  • Sadly, need UIPEthernet for the ENC28J60
  • huh... more than one online at once causes some sort of looping in the broker connection... weird
    • Duh... client.connect("ClientName") needs a unique ClientName...
To be done
  • Needs a reset button that's more accessible.
  • Needs an OK indicator light.