/arduino-esp32

Examples of using ESP32 with the Arduino IDE and FreeRTOS

Primary LanguageC++

arduino-esp32

Examples of using ESP32 with the Arduino IDE

I've started playing with FreeRTOS a bit, thus, some of these examples might require some FreeRTOS knowledge.

Examples:

  1. keepAliveWifi - Keep your WiFi connection alive
  2. calcBatteryVoltage - Calculate input/battery voltage
  3. buttonInterruptSemaphore - Run a task using an interrupt button and a semaphore
  4. writeToOledSSD1306 - Connect and write to OLED SSD1306