dibaggioj / esp-sensor-embedded

IoT app for ESP32 and sensors built with ESP-IDF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Temperature & Humidity Monitor

Author: John DiBaggio

Built with Espressif IoT Development Framework.

Please check ESP-IDF docs for getting started instructions.

Using CPP Utils and DHT22.

Make Setup

  1. Run make menuconfig i. TODO ii. TODO
  2. Run make -j5

Eclipse IDE Setup

  1. Open up the project properties

  2. Expand C/C++ Build menu

    i. Uncheck "Use default build command" ii. Go to Environment, and add the following environment variables:

     * IDF_PATH: `/Users/johndibaggio/esp/esp-idf`
     * PYTHON_PATH: `/Library/Python/2.7/site-packages`
     * PATH: ${PATH}:`/bin:/usr/bin:/usr/sbin:/sbin:/Users/johndibaggio/esp/xtensa-esp32-elf/bin`
     * BATCH_BUILD: `1`
    
  3. Expand C/C++ General menu

    i. Go to Paths and Symbols

     * Import includes from [c_includes.xml](eclipse/c_includex.xml) file
    

    ii. Go to Preprocessor Include Paths, Macros, etc.

     1. Select the Providers tab
     2. Check the box for "CDT GCC Built-in Compiler Settings"
     3. Set the compiler spec command to `xtensa-esp32-elf-gcc ${FLAGS} -E -P -v -dD "${INPUTS}"`
    
  4. Click Apply and Close

  5. Rebuild the index

License

GNU General Public License v3.0

Permissions of this strong copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights.

About

IoT app for ESP32 and sensors built with ESP-IDF

License:GNU General Public License v3.0


Languages

Language:C++ 96.9%Language:Objective-C 2.4%Language:C 0.3%Language:Makefile 0.1%Language:CMake 0.1%Language:Shell 0.1%