Creating an IoT Heartrate Monitor using Azure Applications (with ESP8266 and HR Sensor)

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • iot-heartrate-monitor-with-azure-applications

    IoT Heartrate Monitor using an ESP8266 (with an HR sensor), multiple Azure applications (IoT Hub, Event Grid, Logic Apps, etc), and the Twilio API (to send SMS messages).

  • You should already have the ESP8266 driver installed (link above) and Arduino IDE (also linked above) ready to go. The first thing you need to do, is open up the Arduino IDE and open up the files linked in the GitHub. Once the files have been opened, you should see a file called config.h. In there, you should change the following: your WIFI SSID, WIFI PASS, and CONNECTION STRING. Your SSID and PASS are just the username and password for your home Wi-Fi. Make sure your internet doesn't have any extra steps (for example. account login or redirect) To find your connection string, you must create an Azure IoT Hub. It's pretty simple but if you have trouble, check out this helpful article. Once you have created an IoT Hub, follow these steps to find your connection string. Go to the Azure Portal and find your IoT Hub. On the left side, you should see Shared Access Policies. Then click on Service and you will see four strings. The string titled Connection String -- Primary Key is the one you will want to copy and paste. Make sure you don't share your connection string, it is super important!

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts