Skip to content

LilyGO/ESP32-Pulsesensor-Heart-Rate-Sensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ESP32-pulsesensor-heart-rate-sensor

images

Required Software

Get the SDK:

git clone https://github.com/espressif/esp-idf.git
cd esp-idf
git submodule update --init

Set the IDF_PATH environment variable, and point it to this directory.

export IDF_PATH=/path/to/esp-idf

Download the toolchain from: https://github.com/espressif/esp-idf#setting-up-esp-idf You will need version 5.2.0. Add /path/to/xtensa-esp32-elf/bin to your PATH:

export PATH=/path/to/xtensa-esp32-elf/bin:$PATH

Configuration

The serial port and wifi credentials are configured using make. Type make menuconfig and

  • configure your serial port in Serial flasher config submenu
  • select Wifi Configuration submenu
    • configure wifi credentials
  • 'save', then exit

Releases

No releases published

Packages

No packages published

Languages