Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/damianlion/sensor-reporter
- Owner: DamianLion
- Created: 2018-03-08T15:55:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-08T16:01:21.000Z (almost 7 years ago)
- Last Synced: 2024-10-28T11:22:20.450Z (3 months ago)
- Topics: arduino, esp8266, nodemcu, wemos-d1-mini
- Language: C++
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```