Skip to content

Commit 41e0f25

Browse files
committed
readme:update
1 parent 4f2e54d commit 41e0f25

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ UDP socket for data. It then parses that data and if it matches a certain
66
format, it will plot the data in a graph, otherwise it will print the data to a
77
text log for display.
88

9+
https://github.com/esp-cpp/wireless-debug-display/assets/213467/f835922f-e17f-4f76-95ee-5d6585e84656
10+
911
## Configuration
1012

1113
You'll need to configure the build using `idf.py set-target <esp32 or esp32s3>`
@@ -127,3 +129,22 @@ See the Getting Started Guide for full steps to configure and use ESP-IDF to bui
127129

128130
## Output
129131

132+
### Console Logs:
133+
![initial output](https://github.com/esp-cpp/wireless-debug-display/assets/213467/c20993a7-9873-4c76-bc8e-1b115f63a5e0)
134+
![receiving more info](https://github.com/esp-cpp/wireless-debug-display/assets/213467/0413e79e-018c-497e-b9d7-511481d17385)
135+
136+
### Python script:
137+
![python script](https://github.com/esp-cpp/wireless-debug-display/assets/213467/9d5d4899-3074-47b1-8d57-1ef22aa4bfba)
138+
139+
### ESP32-WROVER-KIT
140+
141+
https://github.com/esp-cpp/wireless-debug-display/assets/213467/395400f6-e677-464c-a258-df06049cc562
142+
143+
### ESP32-S3-BOX
144+
145+
![image](https://github.com/esp-cpp/wireless-debug-display/assets/213467/5aa28996-4ad7-4dbc-bc00-756ecd7ec736)
146+
![image](https://github.com/esp-cpp/wireless-debug-display/assets/213467/2c75f6dc-4528-4663-ae12-f894ec2bcdc9)
147+
![image](https://github.com/esp-cpp/wireless-debug-display/assets/213467/e59536a1-da8c-40fb-9f37-fdfdfb2d5b52)
148+
149+
https://github.com/esp-cpp/wireless-debug-display/assets/213467/f835922f-e17f-4f76-95ee-5d6585e84656
150+

0 commit comments

Comments
 (0)