File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed
Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ cp sdkconfig.defaults.ci sdkconfig.defaults
2020idf.py menuconfig
2121idf.py save-defconfig
2222
23- # Build/flash
23+ # Build/flash (see below for Pinout info)
2424idf.py build flash
2525
2626# Lint/format
@@ -60,3 +60,26 @@ gst-launch-1.0 filesrc location=components/rtpjpeg/BigBuckBunny_320x180.mp4 ! de
6060- Both LVGL and the JPEG decoder use this same buffer, rendering one stripe at a time, which is then sent to the display.
6161- When frames are arriving, LVGL is deactivated by not calling ` lv_timer_handler() ` .
6262- We are not using the esp_jpeg component (or ROM decoder) because its API does not allow to receive decoded data block by block.
63+
64+ ## Hardware
65+
66+ Picture: https://github.com/GeekMagicClock/smalltv-pro/blob/main/images/img-smalltv-pro.jpg
67+
68+ ESP is ` ESP32-WROOM-32E 8M Byte `
69+
70+ ESP32-D0WD-V3 chip
71+ Xtensa® dual-core 32-bit LX6 CPU
72+ 448 KB of ROM
73+ 520 KB of SRAM
74+ 16 KB of RTCSRAM
75+ 8 MB of Flash memory (SPI)
76+
77+ PINs on header (verified with multimeter, WROOM module pin number in parens):
78+ 1 GND square
79+ 2 TX (35)
80+ 3 RX (34)
81+ 4 3V3
82+ 5 GPIO0 (25) - must be held low on reset
83+ 6 RST (3)
84+
85+ To let programmer automatically reset the board: Connect pad 1 (GND) to pad 5 (GPIO0).
You can’t perform that action at this time.
0 commit comments