- Terminus FE1.1 USB hub board: the solution to connect four USB devicesPosted 2 months ago
- Understanding the Mechanics of 3D PrintingPosted 4 months ago
- SDS011 the Air Quality SensorPosted 5 months ago
- NIXIE STYLE LED DISPLAYPosted 8 months ago
- TOTEM: learning by experimentingPosted 8 months ago
- Google Assistant Voice Controlled Switch – NodeMCU IOT ProjePosted 9 months ago
- Water Softener Salt Level MonitorPosted 9 months ago
- Sparkly Air SensorPosted 9 months ago
- Ultra sonic distance finder with live statusPosted 9 months ago
- Windows interface to have total control over lampsPosted 9 months ago
Arduino Projects 1/3: an IOT Gauge with Arduino Yun and IFTTT
Tomas Amberg shared with us the link to an Instructable he published on how to build a Web-enabled, Arduino-based IoT Gauge with a REST API, and connect it to the IFTTT mash-up platform, via the Yaler.net relay service he founded.
The cool thing about this project is the connection with the Maker Channel of IFTTT which supports custom Webhooks, to integrate DIY IoT projects:
Inspired by WhereDial, a DIY Internet of Things classic, the IoT Gauge shows the current location of its owner. A bit like the Weasley Clock in Harry Potter. The design and code of the IoT Gauge is generic and could be used as well to display e.g. weather conditions. The logic resides in the Cloud, the gauge is just a servo with an API.
Material
- Arduino Uno, or Arduino Yun
- Ethernet shield,
- Ethernet cable,
- Servo motor, https://www.adafruit.com/products/155
- Jumper wires, https://www.adafruit.com/products/759
- 3 x M3 nuts & bolts
- 4 mm plywood
- USB cable
Tools
- Laser-cutter at your local Fab Lab, https://www.fablabs.io/map
- Hot-glue or wood glue
- Android or iOS phone
Downloads
- IoT Gauge design files, http://www.thingiverse.com/thing:453788
- Yaler Arduino library, YalerEthernetServer.zip (for the Uno)
- Arduino Uno code, IoTGaugeWebService.ino
- Arduino Yun code, IoTGaugeMailboxApi.ino
Here is the 5 steps guide to make the Gauge by yourselves.