Skip to content

Instantly share code, notes, and snippets.

@dragos-constantin-stoica
Last active August 21, 2024 14:02
Show Gist options
  • Save dragos-constantin-stoica/9b981ffbafbc83537d04af473a843277 to your computer and use it in GitHub Desktop.
Save dragos-constantin-stoica/9b981ffbafbc83537d04af473a843277 to your computer and use it in GitHub Desktop.
ESP32 projects

Links

Development tools

Projects

  1. LuxComm - IoT "devices" that will interact with smart phone (SmartBluetooth or something else) based on proximity and user's topics of intererst
  2. Air quality monitoring - home vs. office

Components

@dragos-constantin-stoica
Copy link
Author

dragos-constantin-stoica commented Sep 16, 2020

Arduino configuration

  1. Add ESP32 boards: https://github.com/espressif/arduino-esp32/blob/master/docs/arduino-ide/boards_manager.md
  2. Board:
  • ESP32 Dev Module
  • 240MHz
  1. Add libraries: Adafruit Unified Sensor, DHT Sensor library for ESPx, DHT Sensor library, ArduinoJson, MQSensorsLib

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment