(esp32+adxl325+sdcard)Storing sensor data in sd card(in txt file) and then sending it to cloud.

This page summarizes the projects mentioned and recommended in the original post on /r/IOT

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • esp32-mqtt-publish-subscribe

    This project shows how to use the ESP32 to interact with the MQTT protocol in the IoT environment. For more information, refer to the article https://bit.ly/3a3t7xq

  • I'd suggest sending data directly to AWS IoT Core (Free tier eligible) with the MQTT protocol. You can send data in JSON format. You could then use a serverless function to send that data to a DynamoDB (noSQL) database as the API is easy to use.

  • Thingspeak

    ThingSpeak is an open source “Internet of Things” application and API to store and retrieve data from things using HTTP over the Internet or via a Local Area Network. With ThingSpeak, you can create sensor logging applications, location tracking applications, and a social network of things with status updates.

  • Thingsboard and thingspeak are some more user friendly alternatives that MIGHT help accomplish your goal, I've not used them before.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Thingsboard

    Open-source IoT Platform - Device management, data collection, processing and visualization.

  • Thingsboard and thingspeak are some more user friendly alternatives that MIGHT help accomplish your goal, I've not used them before.

  • ArduinoJson

    📟 JSON library for Arduino and embedded C++. Simple and efficient.

  • I'd suggest sending data directly to AWS IoT Core (Free tier eligible) with the MQTT protocol. You can send data in JSON format. You could then use a serverless function to send that data to a DynamoDB (noSQL) database as the API is easy to use.

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