cphclj / CPH-Clojure-Day-2018

0 stars 1 forks source link

ESP32-based smart-nametag #2

Open luposlip opened 6 years ago

luposlip commented 6 years ago

Instead of the standard, boring plastic-and-paper name tag, let's do something new and clever. Perhaps based on ESP32: http://esp32.net/

luposlip commented 6 years ago

Found this fun little re-natal (React Native) + Bluetooth ESP32 control app: https://github.com/asukiaaa/re-natal-esp32control-app

runejuhl commented 6 years ago

I've previously used (slightly modified) MQTT firmware for H801 (esp8266), found here: https://github.com/open-homeautomation/h801/tree/master/mqtt The build chain works fine on Linux; use the (terrible) Arduino IDE the first time, enable debug logging and look at the output to get the commands used for building and flashing firmware.

A guide to flashing firmware on an H801 can be found here: https://anthonynet.org/2017/06/21/reflash-h801/

Ideas

I've ordered a few esp32 that I can bring to the next meetup, along with an I2C RFID reader, some accelerometers, humidity sensors, relays and whatever else I can find in my drawers.