Git Product home page Git Product logo

airsense_esp32-idf_rtos's Introduction

AirSENSE-ESP32-IDF

This is main development repo for ESP32 device in 20221 semester - a simple buildable esp-idf example. For more information please contact Nhu Hai Long Nguyen or [Gmail]:[email protected]

🚀 Features

Feature Rich
It has all the features which you need in a IOT system: Read Sensor data, save data to micro SD card, publish data to MQTT server... To integrate AirSENSE into your project, all you need is an ESP32 Board, a computer with Visual Studio Code to run PlatformIO, usb capble for flashing.

Free and Portable

  • Support platformIO on Visual Studio Code.
  • Can be compiled to ESP32 for running freeRTOS OS.
  • Distributed under the MIT licence, so you can easily use it in commercial projects too.
  • Using ESP-IDF (In this project we use esp-idf version 5.1.2).

Docs, Tools, and Services

  • We are writing about documents.

❤️ Sponsor

AirSENSE - Facebook
AirSENSE

AirSENSE - Another Version
Another repositories

How to use project

We encourage the users to use the example as a template for the new projects. A recommended way is to follow the instructions on a docs page.

Project Structure
Below is short explanation of remaining files in the project folder.

├── component                   This is the folder store all component of project
│   ├─ BME280
│   │  ├─ bme280.h
│   │  ├─ bme280.c
│   │  ├─ CmakeLists.txt
│   │  ├─ component.mk
│   │  └─ Kconfig.projbuild
│   │
│   ├─ DataManager
│   ├─ DS3231
│   ├─ Filemanager
│   ├─ PMS7003
│   └─ SNTP_Sync
│
├── main
│   ├── CMakeLists.txt
│   ├── component.mk
│   ├── Kconfig.projbuild
│   └── main.c
│
├── server_certs                This is the folder store file .pem for update OTA
│
├── Test                        This is the folder store test tool(python file)
│
├── CmakeLists.txt
├── LICENSE
├── Makefile
└── README.md                   This is the file you are currently reading

Note:

  • Kconfig.projbuild is file to config number pin GPIO, parameters, frequency,... these values can be changed. Run the command idf.py menuconfig in the ESP-IDF terminal to change it to suit your hardware.
  • In this project, we used to use some libraries of github account: "UncleRus".

🌟 Contributing

AirSENSE is an open project and contribution is very welcome. There are many ways to contribute from simply speaking about your project, through writing examples, improving the documentation, fixing bugs or even hosting your own project under the AirSENSE organization.

Alot of people already left their fingerprint in AirSENSE. Be one them! See your here! 🙂

... and many other.

airsense_esp32-idf_rtos's People

Contributors

long27032002 avatar ngdkhanh avatar hocj2me avatar sang8022002 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.