Skip to content

isarwar93/esp32-ble-ecg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esp32-ble-ecg

I am using ESP32 lolin. For code compilation and flashing using ESP-IDF.

https://www.dfrobot.com/product-2771.html

To idf.py make available to the current terminal:

source $HOME/esp/esp-idf/export.sh

To add user in the usergroup to avoid permission error

As, I am using Ubuntu for the development, to connect with the serial port of the ESP32 following command is necessary:

sudo usermod -a -G dialout $USER Then log out and back in.

Config the ESP32

idf.py fullclean
idf.py set-target esp32
idf.py build
idf.py flash

To enable bluetooth:

Goto: idf.py menuconfig

then -> Component config -> Bluetooth -> Enable

Following example is being used to create BLE Server

https://github.com/espressif/esp-idf/tree/master/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server

Library to control Max30100 IC, following library needs to add

mkdir -p components && cd components
git submodule add https://github.com/aedalzotto/esp32-max30100.git

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published