Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/damianlion/sensor-reporter

esp8266 sensor data reporter
https://github.com/damianlion/sensor-reporter

arduino esp8266 nodemcu wemos-d1-mini

Last synced: about 1 month ago
JSON representation

esp8266 sensor data reporter

Awesome Lists containing this project

README

        

# Sensor Reporter

esp2866 (wemos/nodemcuv2) programm for posting data to the blimpify api

# Upload

```bash

# Build project
platformio run

# Upload firmware
platformio run --target upload

# Build specific environment
platformio run -e nodemcuv2
platformio run -e d1_mini

# Upload firmware for the specific environment
platformio run -e nodemcuv2 --target upload
platformio run -e d1_mini --target upload

# Clean build files
> platformio run --target clean

```