Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (21 loc) · 563 Bytes

ToDo.md

File metadata and controls

29 lines (21 loc) · 563 Bytes

ToDo list to work on EPS32 ECG

ESP32 microcontroller part

  1. Metal part
    • Get data from ecg AD8232
    • Make datafile with ecg data
  2. Data
    • Store data in SD card
  3. Send/Get Data
    • Write BLE service

Q:

  • What type of messages esp32 send to client
  • Where data stored before send
  • When do we send data
  • How we send data using 1 core

Client side

  1. Software
    • Get data from esp32
    • Translate to 6 ecg outputs
    • Visualize data

Q:

  • What language and libs will we use for frontend