IoT project links for 2018

Internet is full of intetesting IoT projects built using Arduino, Raspberry Pi, ESP8266, ESP32, and many other hardware platforms. I will collect links to intetesting IoT projects to comments. 

Feel free to post your best IoT project links to comments…

686 Comments

  1. Tomi Engdahl says:

    Alexa BBQ/Kitchen Thermometer with IoT Arduino and ePaper
    https://www.hackster.io/rogertheriault/alexa-bbq-kitchen-thermometer-with-iot-arduino-and-epaper-63c64f

    “Alexa, ask my thermometer to make Yogurt.” No fiddling with thermometer settings, Alexa can do it for you.

    I created this next iteration to take advantage of multiple Alexa devices we have throughout our home, new capabilities available via Alexa Skills Kit and AWS IoT, Lambda, DynamoDB, and more-capable Arduino software and hardware.

    We now have flexible ways for Alexa to help us monitor and control what’s cooking in the kitchen, outside in our smoker/grill, and from any room and device in the house.

    Reply
  2. Tomi Engdahl says:

    Herb Box Eco System © GPL3+
    https://create.arduino.cc/projecthub/walwode/herb-box-eco-system-7c51b3

    Log humidity, automatic irrigate, switch plant growing lamp on and voice control everything with Amazon Alexa and Arduino

    Reply
  3. Tomi Engdahl says:

    Here’s how to make Alexa control a toilet because why not
    https://techcrunch.com/2018/02/21/heres-how-to-make-alexa-control-a-toilet-because-why-not/?utm_source=tcfbpage&sr_share=facebook

    Alexa-controlled toilets are a thing in 2018 but cost thousands. An enterprising person can make their own by following these instructions. It takes a bit of work, multiple components and about $750 (plus the cost of the toilet) but the end result is a voice controlled toilet and everyone needs that in their life.

    Reply
  4. Tomi Engdahl says:

    Cat Door with Pet Recognition
    https://www.hackster.io/windowsiot/cat-door-with-pet-recognition-514dac?utm_source=m.facebook.com&utm_medium=referral

    This project employs computer vision to ensure that your cat will have exclusive entry access to your home. The door is motion-activated, and will unlock only when it detects a cat face

    Reply
  5. Tomi Engdahl says:

    BOFF – Alexa Enabled Open Smart Fan © CC BY-SA
    https://create.arduino.cc/projecthub/TinamousSteve/boff-alexa-enabled-open-smart-fan-9e5453?ref=user&ref_id=42834&offset=0

    BOFF is a smart fan, controllable by voice with Alexa Smart Home skills and featuring visualisation of environmental conditions.

    Reply
  6. Tomi Engdahl says:

    Naomi Wu’s BarBot Automates Bartending Safely and Reliably
    https://blog.hackster.io/naomi-wus-barbot-automates-bartending-safely-and-reliably-599e121dee57

    Naomi Wu (better known by her handle SexyCyborg), wanted to build an automated bartending system for her friend King. King owns a small bar in Shenzhen, China, and the goal was to construct a novelty drink-making bot to attract new customers with a fun experience.

    Reply
  7. Tomi Engdahl says:

    ESP-01 Bridges the Gap Between IR and WiFi
    https://hackaday.com/2018/02/20/esp-01-bridges-the-gap-between-ir-and-wifi/

    [Emilio Ficara] dropped us a line recently about his efforts to drag his television and receiver kicking and screaming into the modern era. His TV is old enough that it needs an external tuner, which means it requires two separate remotes to properly channel surf. He wanted to simplify the situation, and figured that while he was at it he might as well make the whole thing controllable over WiFi.

    To begin the project, [Emilio] had to capture the IR signals from the two remotes he wanted to emulate. He put together a quick little IR receiver out of parts he had in the junk bin which would connect up to his computer’s microphone port. He then used an open source IR protocol analyzer to capture the codes and decode them into hex values.

    WiFi to IR interface
    http://ficara.altervista.org/?p=3833

    Reply
  8. Tomi Engdahl says:

    A Jukebox For The 21st-Century Kit Blends Raspberry Pi, Sonos, QR Codes
    https://hackaday.com/2018/02/19/a-jukebox-for-the-21st-century-kit-blends-raspberry-pi-sonos-qr-codes/

    When [Chris Campbell]’s children wanted to play an album in the background over dinner, switching the outputs on his family’s Sonos sound system was perhaps too involved for their budding mastery of technology. This got him thinking about using kid-friendly inputs so they could explore his music collection. Blending QR codes, some LEGO, and a bit of arts and crafts, a kid-friendly QR code reader media controller comes out!

    qrocodile: A Kid-friendly Sonos Controller
    http://labonnesoupe.org/2018/02/14/introducing-qrocodile/

    Reply
  9. Tomi Engdahl says:

    Handheld GPS Tracks All The Things
    https://hackaday.com/2018/02/19/handheld-gps-tracks-all-the-things/

    With a GPS on every smartphone, one would be forgiven for forgetting that handheld GPS units still exist. Seeking to keep accurate data on a few upcoming trips, [_Traveler] took on a custom-build that resulted in this GPS data logger.

    ESP32 powered data logger
    https://imgur.com/a/ifCec

    Reply
  10. Tomi Engdahl says:

    Automate your home with openHAB
    https://opensource.com/life/16/4/automating-your-home-openhab?sc_cid=7016000000127ECAAY

    OpenHAB is an open source automation platform designed to use a pluggable architecture, which means that new devices and protocols can be added easily. This pluggability extends also to the persistence layer, so your system can maintain its state information on your choice of platform

    Reply
  11. Tomi Engdahl says:

    Alexa BBQ/Kitchen Thermometer with IoT Arduino and e-Paper © GPL3+
    https://create.arduino.cc/projecthub/rogertheriault/alexa-bbq-kitchen-thermometer-with-iot-arduino-and-e-paper-63c64f

    “Alexa, ask my thermometer to make yogurt.” No fiddling with thermometer settings, Alexa can do it for you.

    Reply
  12. Tomi Engdahl says:

    Get started with IoT: How to build a DIY Blynk Board
    https://opensource.com/article/18/2/diy-blynk-board-esp8266?sc_cid=7016000000127ECAAY

    The SparkFun Blynk Board is based on the ESP8266 and comes with 10+ preloaded projects.

    Reply
  13. Tomi Engdahl says:

    Let an Arduino notify you when the coffee is ready
    https://blog.arduino.cc/2018/02/23/let-an-arduino-notify-you-when-the-coffee-is-ready/

    His device uses a current sensor to monitor power usage of the coffee pot, and after some observation, he was able to pick out its brewing pattern—7A at 10 minutes, then quick cycling to keep the pot warm.

    The system features an Arduino Yún for brew tracking and sends an alert via his office communication tool to let everyone know that a fresh pot is ready. As with many projects, the first iteration started life on a breadboard, but now exists on a manufactured PCB as a shield.

    Reply
  14. Tomi Engdahl says:

    Alexa, Put the Kettle On!
    https://www.hackster.io/stetommo83/alexa-put-the-kettle-on-ca7469

    Make a smart kettle for under £60 using Alexa and Arduino.

    Let’s get your MKR1000 talking to Alexa before we start hacking the kettle. This involves creating an Alexa Smarthome Skill, an AWS Lambda function to handle the requests from Alexa and using Shiftr.io to communicate with the MKR1000.

    Setup a Namespace on shiftr
    This service allows your MRK1000 to talk to AWS via a simple protocol called MQTT.

    Reply
  15. Tomi Engdahl says:

    Give old electronics new life with Linux and Raspberry Pi
    https://opensource.com/article/17/10/giving-retro-electronics-new-life?sc_cid=7016000000127ECAAY

    Convert a Raspberry Pi into a smart remote control for your old A/V equipment using open source ANAVI Infrared pHAT and Linux software.

    Reply
  16. Tomi Engdahl says:

    Good Sleep – Your Sleep Assistant
    https://www.hackster.io/jey-biddulph/good-sleep-your-sleep-assistant-740995?ref=challenge&ref_id=105&offset=1

    Get the best night’s sleep by using Alexa and Arduino to monitor the conditions in your bedroom, make suggestions and help you sleep better.

    With Good Sleep, I paired a WiFi Arduino-powered monitoring system that tracks the qualities in a bedroom environment that are essential to sleep well, the temperature, humidity, light and sound levels, with an Alexa skill that interprets the data. Alexa will offer suggestions for how to improve your sleep and produces graphs so you can see how the environment in your room changes over the night.

    Reply
  17. Tomi Engdahl says:

    Sentinel Security
    https://www.hackster.io/user16807/sentinel-security-735c54

    Sentinel Security is a smart home monitoring system that uses an Amazon Alexa skill and Arduinos with PIR motion sensors to protect a home.

    Amazon Alexa and Arduino have been forces to be reckoned with in their respective industries. With the prospects and realization of smart homes coming to fruition, the combination of these two companies in one project creates an exciting dynamic for innovation. One area that can be improved with these technologies is home security.

    The Alexa skill acts as the mediator between you and your Sentinel security system. It can arm, disarm, and recount the disturbances stored in the Firebase.
    The sensors consist of an Arduino Nano R3, PIR motion sensor, NRF24L01 radio module, and four AA batteries in a holder. Multiple sensors can be named and used in different locations, both indoor and outdoor to create a network of sensing capabilities for a smart home.

    The Raspberry Pi base station compiles the sensor outputs when disturbances occurs and uploads them to the Firebase database from which the Alexa skill can retrieve information.

    Reply
  18. Tomi Engdahl says:

    Alexa Enabled USB Power Switch
    https://www.hackster.io/TinamousSteve/alexa-enabled-usb-power-switch-93bab3

    Many devices are powered by USB power now, but few home automation systems provide USB power switching. “Alexa, turn off the ThingyStick!”

    This project allows you to control the power supply to USB powered devices via the internet, and by using the Tinamous SmartHome Skill for Alexa, you can enable voice control for your dumb USB devices.

    Currently their are very few devices on the market to control USB power remotely

    Simple power control: Internet enabled power switching, either via Alexa voice control or other commands through Tinamous. On and Off.

    Smart power control: Many USB lamps have touch controls to switch the lamp on, which means we can’t switch the light on remotely, but we can switch it off, and a lot of the time that’s all we want

    With smart power enabled, the off command will turn the lamp power off for a few seconds before restoring power to the device. Enough to turn the lamp off, but also allowing normal operation after.

    Power monitoring: If you’re developing USB powered hardware you may well want to know how much current you device is taking, particularly when it is first switches on, or you may like to profile battery pack charging. With the on-board INA219 you can monitor current consumption

    Power failure: By using the battery option on the MKR 1000 we can monitor the USB supply voltage and send notifications if the input power has failed.

    This project is fairly simple, an Arduino MKR1000 at the heart, USB power switching using two LM3526M’s to provides high side switching and fault detection (low voltage, over current), along with power monitoring (voltage and current) using an INA219, and finally LEDs and switches for local control options.

    Reply
  19. Tomi Engdahl says:

    DIY Anemometer: Wind Speed Sensor Device © MIT
    https://create.arduino.cc/projecthub/achindra/diy-anemometer-wind-speed-sensor-device-84a2e3?ref=user&ref_id=65688&offset=0

    Anemometer or a wind speed measuring device is a common weather station instrument. It was costly online, so I built one!

    Reply
  20. Tomi Engdahl says:

    Intelligent Door Lock
    https://www.hackster.io/taifur/intelligent-door-lock-f9b7c3

    An Alexa enabled door lock with face recognition and remote control.

    Reply
  21. Tomi Engdahl says:

    DIY Google Glass for Under $10
    https://blog.hackster.io/diy-google-glass-for-under-10-1abea579ccf5

    His wearable project uses an Arduino Pro Mini with an OLED display module to present info from the user’s smartphone on a piece of transparent glass. The frame for the device is 3D-printed and houses the electronics while fitting onto a standard glasses frame.

    Reply
  22. Tomi Engdahl says:

    Wrapping OpenGL Shader Animations All Around an LED Cube
    https://blog.hackster.io/wrapping-opengl-shader-animations-all-around-an-led-cube-8695e04a513b

    Even with the super high-defintion Retina and 4K displays on the market today, there is something appealing about the comparatively low-res aesthetic of LED matrix displays.

    Reply
  23. Tomi Engdahl says:

    Even a couple of years ago, no one thought wifi would be suitable for IoT devices. After that, however, companies have offered wifi solutions with less and less power. Silicon Labs’ first wifi circuit cuts power consumption, praises Riku Mettälä, the company’s wifi product.

    - We decided to develop our own wifi chipset two years ago to make our IoT radio range comprehensive. The now announced WF2200 modules are the result of this work, Mettälä told Nürnberg.

    Wifi circuits are needed in many of the IoT applications that need a higher data rate. – For example, surveillance cameras should get a picture at 5-8 megabits. This is not possible with Bluetooth, Mettälä emphasizes.

    However, these devices still need to be powered by battery / battery power, so power consumption should be kept as low as possible. According to the article, the current consumption of circuits and modules is 138 milliamps. This is up to 40-50 percent less than the wifi of competitors. At reception, SiLabs circuitry consumes 48 milliamps, which is also the lowest in the market.

    Source: http://etn.fi/index.php?option=com_content&view=article&id=7632&via=n&datum=2018-02-28_14:22:22&mottagare=31202

    Reply
  24. Tomi Engdahl says:

    Alexa Enabled Thermostat for Junkers Gas Heater
    https://www.hackster.io/stefaandesmet/alexa-enabled-thermostat-for-junkers-gas-heater-13b899

    Tired of your ordinary Junkers/Bosch room thermostat? Or is it giving hiccups like mine? Time for an upgrade!

    Thanks to an ESP8266 and Amazon Alexa, the central heating can now be controlled from anywhere, and even by voice!

    Some modern gas boilers have adopted an open standard (OpenTherm) for the interface between the gas boiler and the room control unit, but in my installation, the interface is proprietary by the manufacturer. The solution shown here replaces a Junkers (Bosch) TW2 room control unit, or any compatible unit.

    Reply
  25. Tomi Engdahl says:

    Wise Chameleon – Turn Anything into a Smart Device
    https://www.hackster.io/wise-chameleon/wise-chameleon-turn-anything-into-a-smart-device-086231

    We want to combine DIY electronics and 3D printing to turn anything into a smart device.

    project definition to “smart device controlled modular actuators.”

    We would like to produce a ready-to-use device which will have a servo/motor head that can accept adapters (3D-printed or molded) and triggered by an app or smart hub.

    We use Arduino MKR1000 board connected to the Adafruit.IO device cloud. And Alexa skills is developed as an AWS Lambda function that implements amazons Smart Home Skill Kit Inteface. In particular it implements the PowerController and PowerLevelController as well as custom scenes.

    Reply
  26. Tomi Engdahl says:

    RFID Dropbox Logger
    https://www.hackster.io/LightPro/rfid-dropbox-logger-3da342

    Log data to a text file on Dropbox whenever an RFID card is scanned.

    RFIDDropboxLogger will keep track of everyone scanning an RFID card using an RFID module and will write to Dropbox whenever it happens to keep you updated with all the information. Thanks to IFTTT, this is all possible and easy to do.

    Reply
  27. Tomi Engdahl says:

    Real-Time Face Recognition: An End-to-End Project
    https://www.hackster.io/mjrobot/real-time-face-recognition-an-end-to-end-project-a10826

    We will learn step by step, how to use a PiCam to recognize faces in real-time.

    Used Raspberry Pi and Pi camera.

    Reply
  28. Tomi Engdahl says:

    Alexa Powered Arduino Kitchen Assistant © GPL3+
    https://create.arduino.cc/projecthub/theparticleguy/alexa-powered-arduino-kitchen-assistant-d481d8?ref=platform&ref_id=424_recent___&offset=0

    Build an Alexa powered kitchen assistant that makes cooking more interactive by setting timers, showing recipes, leaving notes and more.

    Reply
  29. Tomi Engdahl says:

    Sentinel Security © MIT
    https://create.arduino.cc/projecthub/user16807/sentinel-security-735c54?ref=platform&ref_id=424_recent___&offset=5

    Sentinel Security is a smart home monitoring system that uses an Amazon Alexa skill and Arduinos with PIR motion sensors to protect a home.

    Reply
  30. Tomi Engdahl says:

    People Counting with Helium, Grid-EYE, and Raspberry Pi
    https://www.hackster.io/64742/people-counting-with-helium-grid-eye-and-raspberry-pi-49f601

    A simple way to identify objects in a room using the Grid-EYE, a Raspberry Pi, OpenCV, and the Helium Network.

    Reply
  31. Tomi Engdahl says:

    Rampiot – Cool Smart Door © GPL3+
    https://create.arduino.cc/projecthub/rampi/rampiot-cool-smart-door-a6d816?ref=platform&ref_id=424_recent___&offset=28

    This smart door allows create rules and scheduled actions with your voice using Alexa and a new unlock feature using smartphone fingerprint.

    Reply
  32. Tomi Engdahl says:

    MajorTom: Alexa Voice Controlled ARDrone 2.0
    https://www.hackster.io/groundcontrol/majortom-alexa-voice-controlled-ardrone-2-0-beedb2

    Cellular backdoor with Hologram Nova on Raspberry Pi flask-ask server-Amazon Alexa controlled.

    Hologram Nova connected to raspberry pi via usb. The raspberry pi and AR Drone are connected via AR Drone’s wifi network. Alexa queries responses from raspberry pi cellular flask-ask application

    Reply
  33. Tomi Engdahl says:

    Smart Message Board
    https://www.hackster.io/user268813450/smart-message-board-8b3dcf

    You can set a message on a dot matrix display by Alexa!

    Reply
  34. Tomi Engdahl says:

    This project shows interfacing of many sensors:

    Air Surfer
    https://www.hackster.io/antonramenskiy/air-surfer-a2d80f

    It is a device that measures CO2 level, inside and outside temperatures and humidity.

    The most expensive part of the project was mh-z19 CO2 sensor. It is relatively cheap among other CO2 sensors while providing reliable measurements and auto calibration function.

    Auto calibration is simple. When I leave my apartment there is no one who consumes oxygen, so CO2 level drops to the outside level, which is 400ppm. If readings are somewhere below this figures sensor calibrates.

    It can communicate via UART and PWM.

    Then I used SI7021 temperature and humidity sensor for indoor monitoring that uses I2C protocol and connects to SDA and SCL pins. Not expensive, industrial high precision.

    For outside temperatures I used ds18b20 enclosed in a stainless steel capsule. Cheap and accurate readings.

    For the time I purchased DS 1307 RTC module that used I2C.

    Reply
  35. Tomi Engdahl says:

    Getting Started with RGB Matrix Panel
    https://www.hackster.io/idreams/getting-started-with-rgb-matrix-panel-adaa49

    Controlling RGB LED Matrix Panel with Raspberry Pi

    Reply
  36. Tomi Engdahl says:

    Alexa Enabled USB Power Switch © CC BY-SA
    https://create.arduino.cc/projecthub/TinamousSteve/alexa-enabled-usb-power-switch-93bab3

    Many devices are powered by USB power now, but few home automation systems provide USB power switching. “Alexa, turn off the ThingyStick!”

    This project allows you to control the power supply to USB powered devices via the internet, and by using the Tinamous SmartHome Skill for Alexa, you can enable voice control for your dumb USB devices.

    This project is fairly simple, an Arduino MKR1000 at the heart, USB power switching using two LM3526M’s to provides high side switching and fault detection (low voltage, over current), along with power monitoring (voltage and current) using an INA219, and finally LEDs and switches for local control options.

    Reply
  37. Tomi Engdahl says:

    Sarah Perez / TechCrunch:
    PullString publicly releases Converse 1.0 enterprise software, which allows non-technical users to design, prototype, and publish voice apps for Amazon Alexa

    Designed for enterprise, PullString Converse lets anyone create Alexa apps
    https://techcrunch.com/2018/02/28/designed-for-enterprise-pullstring-converse-lets-anyone-create-alexa-apps/

    Reply
  38. Tomi Engdahl says:

    Digital Signage on Raspberry Pi with Screenly and resin.io
    https://www.hackster.io/88019/digital-signage-on-raspberry-pi-with-screenly-and-resin-io-923e0f

    Deploy a digital signage application on a Raspberry Pi using Screenly Open Source Edition and resin.io.

    Screenly is the most popular digital signage platform for the Raspberry Pi. It powers more than 10,000 screens around the world for all kind of use cases, ranging from advertising in retail stores and public spaces, to dashboards on office walls, to screens in elevators.

    In this tutorial, we will cover how to run Screenly Open Source Edition (OSE) on resin.io. Running Screenly OSE with resin.io enables you to remotely manage and update your Screenly OSE installation(s).

    Reply
  39. Tomi Engdahl says:

    Battleship
    https://www.hackster.io/user16807/battleship-97a9cb

    ABOUT THIS PROJECT
    Battleship sails into the modern world of electronic games through player interaction with the Amazon Echo and Walabot 3D imagining sensor.

    Reply
  40. Tomi Engdahl says:

    Monitor Power Consumption of Low-Power Devices
    https://hackaday.com/2018/02/28/monitor-power-consumption-of-low-power-devices/

    Perhaps the most important consideration to make when designing a battery-operated device of any kind is the power consumption. Keeping it running for longer between battery changes is often a key design point. To that end, if you need to know how small programming changes will impact the power consumption of your device then [Daniel] has a great tool that you might find helpful: an ESP8266-based live power meter.

    ESP8266: Monitoring Power Consumption
    https://thingpulse.com/2018/02/25/esp8266-monitoring-power-consumption/

    Reply
  41. Tomi Engdahl says:

    Pan-Tilt Controlled by Cell Phone
    https://create.arduino.cc/projecthub/lagsilva/pan-tilt-controlled-by-cell-phone-e8c3a3?ref=platform&ref_id=424_recent___&offset=2

    This project is about a Pan-Tilt controlled by cell phone via Bluetooth and using 1Sheeld.

    All movements of the cell phone are reproduced in the pan-tilt device via Bluetooth.

    The assembly is very simple using an Arduino R3 (or similar) and two shields over it.

    WEB EDITOR

    PROJECT HUB

    MY DEVICES

    STORE

    SIGN IN

    Pan-Tilt Controlled by Cell Phone © CC BY-NC-SA
    This project is about a Pan-Tilt controlled by cell phone via Bluetooth and using 1Sheeld.

    bluetoothembeddedremote control
    5,120 VIEWS1 COMMENT21 RESPECTS
    COMPONENTS AND SUPPLIES
    A000066 iso both
    Arduino UNO & Genuino UNO
    × 1
    1sheeld%20android%20low%20quality
    1Sheeld (Android shield for Arduino)
    × 1
    Servo (generic)
    × 2
    Pan Tilt SG90 Kit
    × 1
    Motor Driver Shield
    × 1
    APPS AND ONLINE SERVICES
    Ide web
    Arduino IDE
    Google Sky Map
    ABOUT THIS PROJECT
    Hello all,

    In this project I will introduce to you a pan-tilt controlled by cell phone.

    All movements of the cell phone are reproduced in the pan-tilt device via Bluetooth.

    The assembly is very simple using an Arduino R3 (or similar) and two shields over it.

    I started this project thinking about a device to support newbies in home astronomy giving them an easy way to indicate the right position for the telescope to find out in the sky any planet, star or constellation.

    You just need use this device as a sky pointer together with apps like Sky Map.

    Very easy and fun!

    Video
    1 – Material list
    All you need is on the following list:

    Arduino Uno R3 (or similar)
    1Sheeld – Android version (shield for connection to cell phone – Android)
    Motor Driver Shield (for servo motors)
    02 x Micro Servo Motors SG90 (or similar)
    Pan-Tilt SG90 kit
    Power supply (9V x 1A) with plug P4
    USB cable (connection between Arduino and your Computer)
    2 – Assembly
    The assembly is very simple with no soldering and few wirings.

    Follow the next steps:

    Put 1Sheeld board over the Arduino board.
    Put the Motor Driver Shield over the 1Sheeld board.
    Connect the cable of Tilt axis in the Motor Shield plug (Servo 1).
    Connect the cable of Pan axis in the Motor Shield plug (Servo 2).
    3 – 1Sheeld
    According with their developers, “1Sheeld turns your smartphone into 40 different Arduino shields”.

    This shield is very interesting because you can connect an Arduino board via Bluetooth to a cellular phone and use all its available sensors.

    The connection is simple and you have all necessary libraries available for Arduino.

    With the library of Orientation of 1Sheeld, the Arduino program will read the axis X and Y of your cell phone and translate them to the angular position of each servo motor.

    One important detail is each cell phone can have a different origin/reference for the axles X, Y, Z.

    Examples for future developments:

    • With the app Sky Map it will be possible to automatize the positioning of a home telescope.

    • It can be converted on a personal “follow me camera” to capture images or videos as personal camera-man.

    Reply
  42. Tomi Engdahl says:

    Use IFTTT to Turn an ESP8266 into a Wi-Fi Button à la Amazon Dash Button
    https://blog.hackster.io/use-ifttt-to-turn-an-esp8266-into-a-wifi-button-à-la-amazon-dash-button-5a167ba11f00

    Amazon’s Dash Button was originally created to give you an easy way to order a specific product at the touch of a physical button. It works by connecting to your home’s wireless network, and fires off a request to Amazon when the button is pushed. They’re inexpensive (for promotional reasons) and hackable, so they gained popularity with hackers and makers for other non-shopping tasks.

    If you don’t have an Amazon Dash Button, however, you can follow this guide to build own with an ESP8266 that has far more potential. The core functionality is provided by the IFTTT service, which is free to use. IFTTT uses a straightforward trigger-event logic, and works with a variety of services for both the triggers and events.

    ESP8266 Wi-Fi Button – DIY Amazon Dash Button Clone
    https://blog.hackster.io/use-ifttt-to-turn-an-esp8266-into-a-wifi-button-à-la-amazon-dash-button-5a167ba11f00

    In this case, the trigger is a button press on the ESP8266. IFTTT provides a webhook that works on any ESP8266 that’s setup to be programmed with the Arduino IDE. All you have to do is use the ESP8266WiFi library to get it online, and then have it make the IFTTT request (using your unique API key) whenever the button is pressed. Then just add a LiPo battery and voltage regulator to make it wireless.

    Reply
  43. Tomi Engdahl says:

    Alexa at Your Fingertips
    https://create.arduino.cc/projecthub/pillai-hoc-college/alexa-at-your-fingertips-2fce93?ref=platform&ref_id=424_recent___&offset=10

    A smart glove which converts sign language into Alexa commands. Can also be used for speech.

    Reply
  44. Tomi Engdahl says:

    Smart Message Board © Apache-2.0
    https://create.arduino.cc/projecthub/user268813450/smart-message-board-8b3dcf

    You can set a message on a dot matrix display by Alexa!

    Reply
  45. Tomi Engdahl says:

    Alexa Enabled, Arduino Powered Hot Water Monitor
    https://www.hackster.io/telegramsam/alexa-enabled-arduino-powered-hot-water-monitor-ae0469

    Do you ever run out of hot water in the shower? Make this Arduino-powered monitoring device, and then ask Alexa, “How long can I shower?”

    Reply

Leave a Comment

Your email address will not be published. Required fields are marked *

*

*