File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ UDP socket for data. It then parses that data and if it matches a certain
66format, it will plot the data in a graph, otherwise it will print the data to a
77text log for display.
88
9+ https://github.com/esp-cpp/wireless-debug-display/assets/213467/f835922f-e17f-4f76-95ee-5d6585e84656
10+
911## Configuration
1012
1113You'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+
You can’t perform that action at this time.
0 commit comments