Skip to content

Commit

Permalink
schematic added
Browse files Browse the repository at this point in the history
  • Loading branch information
coniferconifer committed Jul 1, 2021
1 parent 886486d commit 676602d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ESP32_MAX30102_simple-SpO2_plotter-BLE/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Use #define TFT_DISPLAY and #define DEEPSLEEP for ILI9341 320x240 display with X
-TFT_MISO = GPIO_NUM_19
-TFT_MOSI = GPIO_NUM_23
-TFT_SCLK = GPIO_NUM_18
-TFT_LCD = GPIO_NUM_32
-TFT_CS = GPIO_NUM_5 // Chip select control pin
-TFT_DC = GPIO_NUM_17 // Data Command control pin
-TFT_RST = GPIO_NUM_16 // Reset pin (could connect to RST pin)
Expand All @@ -55,6 +54,8 @@ When this program is running , touch the screen to go to sleep mode.
When finger is not on the sensor for 30sec, ESP32 will go to sleep mode.
It is possible to wakeup ESP32 by touching the screen.



## Tips:
- Used argorithm

Expand Down Expand Up @@ -93,6 +94,9 @@ Fig.3 ESP32 and MH-ET LIVE MAX30102
Fig.4 ESP32 and ILI9341 display with XPT2046 touch screen controller (use #define TFT_DISPLAY and #define DEEPSLEEP with TFT_eSPI library )
![Fig.4 ILI9341 320x240 display](TFTversion.jpg)

Fig.5 ESP32 and ILI9341 schematic
![Fig.5 ESP32 and ILI9341 schematic](schematic.drawio.png)

https://youtu.be/i-jY47I-rwI

### LICENSED under Apache License 2.0
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 676602d

Please sign in to comment.