chrisfraser / esp32_playground

Somewhere to put the esp32 code I am playing with.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

esp32_playground

Somewhere to put the esp32 code I am playing with.

Topics investigated thus far

  • Blink using a Task
  • Wifi config
  • Temp sensor read
  • Passing task parameter using *pvParameters

Setup

  1. Get SDK running from here: https://github.com/espressif/ESP32_RTOS_SDK
  2. Install Eclipse
  3. Clone repo
  4. You may need to edit BIN_PATH and SDK_PATH in C/C++ Build / Environment within Eclipse

Usage

  • Change wifi settings in /Incudes/user_config.h

About

Somewhere to put the esp32 code I am playing with.

License:MIT License


Languages

Language:C 55.7%Language:Python 19.8%Language:C++ 19.7%Language:Makefile 4.7%