├── Readme.md ├── assets └── images │ ├── GIF_160x80 │ ├── batrope_160x80.gif │ ├── homervanish_160x80.gif │ ├── johnt_160x80.gif │ ├── lionking_160x80.gif │ ├── m5stickc.txt │ ├── suatmm_160x80.gif │ └── thisisfine_160x80.gif │ ├── GIF_240x135 │ ├── batrope_240x135.gif │ ├── homervanish_240x135.gif │ ├── johnt_240x135.gif │ ├── lilygo-tdisplay.txt │ ├── lionking_240x135.gif │ ├── m5stickc_plus.txt │ ├── somsomi0309ff_240x135.gif │ ├── suatmm_240x135.gif │ └── thisisfine_240x135.gif │ ├── GIF_240x240 │ └── flip_240x240.gif │ └── GIF_320x170 │ ├── lilygo-tdisplays3.txt │ └── somsomi0309ff_170x320.gif ├── devices ├── lilygo-tdisplay │ ├── T-Display – LILYGO®.url │ ├── Xinyuan-LilyGO_TTGO-T-Display.url │ └── assets │ │ └── images │ │ ├── tdisplay-front&back.png │ │ ├── tdisplay-pinout.png │ │ ├── tdisplay-specs.png │ │ └── tdisplay.png ├── lilygo-tdisplays3 │ ├── T-Display-S3 – LILYGO®.url │ ├── Xinyuan-LilyGO_T-Display-S3.url │ ├── assets │ │ └── images │ │ │ ├── Lilygo-T-display_13_600x600.webp │ │ │ ├── T-DISPLAY-S3-TOUCH.png │ │ │ └── T-DISPLAY-S3.jpg │ ├── lilygo_logo.h │ └── pin_config.h ├── m5atom-matrix │ └── assets │ │ ├── images │ │ ├── m5atommatrix_600px.jpg │ │ └── m5atommatrix_schematic_600px.jpg │ │ └── m5-docs.url ├── m5core-basic │ └── assets │ │ └── m5-docs.url ├── m5stickc-plus │ ├── assets │ │ └── images │ │ │ ├── m5stickcplus_600px.jpg │ │ │ └── m5stickcplus_schematic_600px.png │ ├── info.txt │ └── m5-docs.url └── m5stickc │ ├── assets │ ├── images │ │ ├── m5stickc_600px.jpg │ │ └── m5stickc_schematic_600px.png │ └── m5-docs.url │ └── info.txt ├── espRadioMP3 ├── TFTTerminal.h ├── espRadioMP3.ino └── espRadioTest.cpp ├── espgfxGIF ├── README.md ├── data │ ├── homervanish_240x135.gif │ ├── somsomi0309ff_240x135.gif │ └── suatmm_240x135.gif ├── espgfxGIF.ino ├── gfx-helper.h ├── gifdec.cpp ├── gifdec.h ├── led-helper.h └── spiffs-helper.h ├── espgfx_helloworld ├── espgfx_helloworld.ino └── gfx-helper.h ├── flash_tools ├── bin │ └── m5stickc_factory.bin ├── combine │ ├── SUCCESS.txt │ └── target.bin ├── command.txt ├── configure │ └── esp32 │ │ ├── multi_download.conf │ │ ├── security.conf │ │ ├── spi_download.conf │ │ └── utility.conf ├── dl_temp │ ├── _temp_by_dltool │ │ └── downloadPanel1 │ │ │ └── m5stickc_factory.bin_rep │ └── bin_tmp │ │ └── downloadPanel1 │ │ └── m5stickc_factory.bin ├── doc │ ├── Flash_Download_Tool__cn.pdf │ ├── Flash_Download_Tool__en.pdf │ └── release_note.txt ├── flash_download_tool_3.9.5.exe ├── logs │ └── D8A01D496918.txt ├── resources │ ├── Adrianotiger_ESPToolsGUI ESP Tools GUI for Windows.url │ ├── ESP Web Tools.url │ ├── ESPWebTool.url │ ├── Esptool.py Documentation - ESP32 - — esptool.py latest documentation.url │ ├── Tools Espressif Systems.url │ ├── Web Serial ESPTool Adafruit Metro ESP32-S2 Adafruit Learning System.url │ ├── doayee_esptool-esp32-gui A standalone GUI program capable of flashing binaries onto an ESP32 using the esptool.url │ ├── espressif_esptool Espressif SoC serial bootloader utility.url │ └── giobauermeister_esptool-gui-electron-vue Esptool GUI. Flash your ESP32 in an easy way! A cross platform GUI for esptool.py.url └── upload.png ├── lilygo-cookbook └── tdisplay-uncanny-eyes │ ├── README.md │ ├── graphics │ ├── AperatureRed.h │ ├── BlueFlameEye.h │ ├── ChameleonX_Eye.h │ ├── Eye-Biohazard-Green_EL.h │ ├── Eye-Biohazard-Red_EL.h │ ├── Human-HAL9000.h │ ├── Lamprey.h │ ├── MyEye.h │ ├── MyEyeHuman1.h │ ├── MyEyeHuman2.h │ ├── Nebula.h │ ├── NebulaBlueGreen.h │ ├── NebulaPinkViolet.h │ ├── SpiralGalaxy.h │ ├── Umbrella.h │ ├── catEye.h │ ├── clowneye.h │ ├── defaultEye.h │ ├── doeEye.h │ ├── dragonEye.h │ ├── face.h │ ├── faceeye.h │ ├── goatEye.h │ ├── logo.h │ ├── mdefaultEye.h │ ├── naugaEye.h │ ├── newtEye.h │ ├── noScleraEye.h │ ├── owlEye.h │ └── terminatorEye.h │ └── tdisplay-uncanny-eyes.ino └── resources └── esp32fs ├── me-no-dev_arduino-esp32fs-plugin.URL └── tools.bat /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/Readme.md -------------------------------------------------------------------------------- /assets/images/GIF_160x80/batrope_160x80.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/assets/images/GIF_160x80/batrope_160x80.gif -------------------------------------------------------------------------------- /assets/images/GIF_160x80/homervanish_160x80.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/assets/images/GIF_160x80/homervanish_160x80.gif -------------------------------------------------------------------------------- /assets/images/GIF_160x80/johnt_160x80.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/assets/images/GIF_160x80/johnt_160x80.gif -------------------------------------------------------------------------------- /assets/images/GIF_160x80/lionking_160x80.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/assets/images/GIF_160x80/lionking_160x80.gif -------------------------------------------------------------------------------- /assets/images/GIF_160x80/m5stickc.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/images/GIF_160x80/suatmm_160x80.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/assets/images/GIF_160x80/suatmm_160x80.gif -------------------------------------------------------------------------------- /assets/images/GIF_160x80/thisisfine_160x80.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/assets/images/GIF_160x80/thisisfine_160x80.gif -------------------------------------------------------------------------------- /assets/images/GIF_240x135/batrope_240x135.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/assets/images/GIF_240x135/batrope_240x135.gif -------------------------------------------------------------------------------- /assets/images/GIF_240x135/homervanish_240x135.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/assets/images/GIF_240x135/homervanish_240x135.gif -------------------------------------------------------------------------------- /assets/images/GIF_240x135/johnt_240x135.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/assets/images/GIF_240x135/johnt_240x135.gif -------------------------------------------------------------------------------- /assets/images/GIF_240x135/lilygo-tdisplay.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/images/GIF_240x135/lionking_240x135.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/assets/images/GIF_240x135/lionking_240x135.gif -------------------------------------------------------------------------------- /assets/images/GIF_240x135/m5stickc_plus.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/images/GIF_240x135/somsomi0309ff_240x135.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/assets/images/GIF_240x135/somsomi0309ff_240x135.gif -------------------------------------------------------------------------------- /assets/images/GIF_240x135/suatmm_240x135.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/assets/images/GIF_240x135/suatmm_240x135.gif -------------------------------------------------------------------------------- /assets/images/GIF_240x135/thisisfine_240x135.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/assets/images/GIF_240x135/thisisfine_240x135.gif -------------------------------------------------------------------------------- /assets/images/GIF_240x240/flip_240x240.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/assets/images/GIF_240x240/flip_240x240.gif -------------------------------------------------------------------------------- /assets/images/GIF_320x170/lilygo-tdisplays3.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/images/GIF_320x170/somsomi0309ff_170x320.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/assets/images/GIF_320x170/somsomi0309ff_170x320.gif -------------------------------------------------------------------------------- /devices/lilygo-tdisplay/T-Display – LILYGO®.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/devices/lilygo-tdisplay/T-Display – LILYGO®.url -------------------------------------------------------------------------------- /devices/lilygo-tdisplay/Xinyuan-LilyGO_TTGO-T-Display.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/devices/lilygo-tdisplay/Xinyuan-LilyGO_TTGO-T-Display.url -------------------------------------------------------------------------------- /devices/lilygo-tdisplay/assets/images/tdisplay-front&back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/devices/lilygo-tdisplay/assets/images/tdisplay-front&back.png -------------------------------------------------------------------------------- /devices/lilygo-tdisplay/assets/images/tdisplay-pinout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/devices/lilygo-tdisplay/assets/images/tdisplay-pinout.png -------------------------------------------------------------------------------- /devices/lilygo-tdisplay/assets/images/tdisplay-specs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/devices/lilygo-tdisplay/assets/images/tdisplay-specs.png -------------------------------------------------------------------------------- /devices/lilygo-tdisplay/assets/images/tdisplay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/devices/lilygo-tdisplay/assets/images/tdisplay.png -------------------------------------------------------------------------------- /devices/lilygo-tdisplays3/T-Display-S3 – LILYGO®.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/devices/lilygo-tdisplays3/T-Display-S3 – LILYGO®.url -------------------------------------------------------------------------------- /devices/lilygo-tdisplays3/Xinyuan-LilyGO_T-Display-S3.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/devices/lilygo-tdisplays3/Xinyuan-LilyGO_T-Display-S3.url -------------------------------------------------------------------------------- /devices/lilygo-tdisplays3/assets/images/Lilygo-T-display_13_600x600.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/devices/lilygo-tdisplays3/assets/images/Lilygo-T-display_13_600x600.webp -------------------------------------------------------------------------------- /devices/lilygo-tdisplays3/assets/images/T-DISPLAY-S3-TOUCH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/devices/lilygo-tdisplays3/assets/images/T-DISPLAY-S3-TOUCH.png -------------------------------------------------------------------------------- /devices/lilygo-tdisplays3/assets/images/T-DISPLAY-S3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/devices/lilygo-tdisplays3/assets/images/T-DISPLAY-S3.jpg -------------------------------------------------------------------------------- /devices/lilygo-tdisplays3/lilygo_logo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/devices/lilygo-tdisplays3/lilygo_logo.h -------------------------------------------------------------------------------- /devices/lilygo-tdisplays3/pin_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/devices/lilygo-tdisplays3/pin_config.h -------------------------------------------------------------------------------- /devices/m5atom-matrix/assets/images/m5atommatrix_600px.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/devices/m5atom-matrix/assets/images/m5atommatrix_600px.jpg -------------------------------------------------------------------------------- /devices/m5atom-matrix/assets/images/m5atommatrix_schematic_600px.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/devices/m5atom-matrix/assets/images/m5atommatrix_schematic_600px.jpg -------------------------------------------------------------------------------- /devices/m5atom-matrix/assets/m5-docs.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/devices/m5atom-matrix/assets/m5-docs.url -------------------------------------------------------------------------------- /devices/m5core-basic/assets/m5-docs.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/devices/m5core-basic/assets/m5-docs.url -------------------------------------------------------------------------------- /devices/m5stickc-plus/assets/images/m5stickcplus_600px.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/devices/m5stickc-plus/assets/images/m5stickcplus_600px.jpg -------------------------------------------------------------------------------- /devices/m5stickc-plus/assets/images/m5stickcplus_schematic_600px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/devices/m5stickc-plus/assets/images/m5stickcplus_schematic_600px.png -------------------------------------------------------------------------------- /devices/m5stickc-plus/info.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/devices/m5stickc-plus/info.txt -------------------------------------------------------------------------------- /devices/m5stickc-plus/m5-docs.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/devices/m5stickc-plus/m5-docs.url -------------------------------------------------------------------------------- /devices/m5stickc/assets/images/m5stickc_600px.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/devices/m5stickc/assets/images/m5stickc_600px.jpg -------------------------------------------------------------------------------- /devices/m5stickc/assets/images/m5stickc_schematic_600px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/devices/m5stickc/assets/images/m5stickc_schematic_600px.png -------------------------------------------------------------------------------- /devices/m5stickc/assets/m5-docs.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/devices/m5stickc/assets/m5-docs.url -------------------------------------------------------------------------------- /devices/m5stickc/info.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/devices/m5stickc/info.txt -------------------------------------------------------------------------------- /espRadioMP3/TFTTerminal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/espRadioMP3/TFTTerminal.h -------------------------------------------------------------------------------- /espRadioMP3/espRadioMP3.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/espRadioMP3/espRadioMP3.ino -------------------------------------------------------------------------------- /espRadioMP3/espRadioTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/espRadioMP3/espRadioTest.cpp -------------------------------------------------------------------------------- /espgfxGIF/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/espgfxGIF/README.md -------------------------------------------------------------------------------- /espgfxGIF/data/homervanish_240x135.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/espgfxGIF/data/homervanish_240x135.gif -------------------------------------------------------------------------------- /espgfxGIF/data/somsomi0309ff_240x135.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/espgfxGIF/data/somsomi0309ff_240x135.gif -------------------------------------------------------------------------------- /espgfxGIF/data/suatmm_240x135.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/espgfxGIF/data/suatmm_240x135.gif -------------------------------------------------------------------------------- /espgfxGIF/espgfxGIF.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/espgfxGIF/espgfxGIF.ino -------------------------------------------------------------------------------- /espgfxGIF/gfx-helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/espgfxGIF/gfx-helper.h -------------------------------------------------------------------------------- /espgfxGIF/gifdec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/espgfxGIF/gifdec.cpp -------------------------------------------------------------------------------- /espgfxGIF/gifdec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/espgfxGIF/gifdec.h -------------------------------------------------------------------------------- /espgfxGIF/led-helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/espgfxGIF/led-helper.h -------------------------------------------------------------------------------- /espgfxGIF/spiffs-helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/espgfxGIF/spiffs-helper.h -------------------------------------------------------------------------------- /espgfx_helloworld/espgfx_helloworld.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/espgfx_helloworld/espgfx_helloworld.ino -------------------------------------------------------------------------------- /espgfx_helloworld/gfx-helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/espgfx_helloworld/gfx-helper.h -------------------------------------------------------------------------------- /flash_tools/bin/m5stickc_factory.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/flash_tools/bin/m5stickc_factory.bin -------------------------------------------------------------------------------- /flash_tools/combine/SUCCESS.txt: -------------------------------------------------------------------------------- 1 | SUCCESS 2 | -------------------------------------------------------------------------------- /flash_tools/combine/target.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/flash_tools/combine/target.bin -------------------------------------------------------------------------------- /flash_tools/command.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/flash_tools/command.txt -------------------------------------------------------------------------------- /flash_tools/configure/esp32/multi_download.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/flash_tools/configure/esp32/multi_download.conf -------------------------------------------------------------------------------- /flash_tools/configure/esp32/security.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/flash_tools/configure/esp32/security.conf -------------------------------------------------------------------------------- /flash_tools/configure/esp32/spi_download.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/flash_tools/configure/esp32/spi_download.conf -------------------------------------------------------------------------------- /flash_tools/configure/esp32/utility.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/flash_tools/configure/esp32/utility.conf -------------------------------------------------------------------------------- /flash_tools/dl_temp/_temp_by_dltool/downloadPanel1/m5stickc_factory.bin_rep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/flash_tools/dl_temp/_temp_by_dltool/downloadPanel1/m5stickc_factory.bin_rep -------------------------------------------------------------------------------- /flash_tools/dl_temp/bin_tmp/downloadPanel1/m5stickc_factory.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/flash_tools/dl_temp/bin_tmp/downloadPanel1/m5stickc_factory.bin -------------------------------------------------------------------------------- /flash_tools/doc/Flash_Download_Tool__cn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/flash_tools/doc/Flash_Download_Tool__cn.pdf -------------------------------------------------------------------------------- /flash_tools/doc/Flash_Download_Tool__en.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/flash_tools/doc/Flash_Download_Tool__en.pdf -------------------------------------------------------------------------------- /flash_tools/doc/release_note.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/flash_tools/doc/release_note.txt -------------------------------------------------------------------------------- /flash_tools/flash_download_tool_3.9.5.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/flash_tools/flash_download_tool_3.9.5.exe -------------------------------------------------------------------------------- /flash_tools/logs/D8A01D496918.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/flash_tools/logs/D8A01D496918.txt -------------------------------------------------------------------------------- /flash_tools/resources/Adrianotiger_ESPToolsGUI ESP Tools GUI for Windows.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/flash_tools/resources/Adrianotiger_ESPToolsGUI ESP Tools GUI for Windows.url -------------------------------------------------------------------------------- /flash_tools/resources/ESP Web Tools.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/flash_tools/resources/ESP Web Tools.url -------------------------------------------------------------------------------- /flash_tools/resources/ESPWebTool.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/flash_tools/resources/ESPWebTool.url -------------------------------------------------------------------------------- /flash_tools/resources/Esptool.py Documentation - ESP32 - — esptool.py latest documentation.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/flash_tools/resources/Esptool.py Documentation - ESP32 - — esptool.py latest documentation.url -------------------------------------------------------------------------------- /flash_tools/resources/Tools Espressif Systems.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/flash_tools/resources/Tools Espressif Systems.url -------------------------------------------------------------------------------- /flash_tools/resources/Web Serial ESPTool Adafruit Metro ESP32-S2 Adafruit Learning System.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/flash_tools/resources/Web Serial ESPTool Adafruit Metro ESP32-S2 Adafruit Learning System.url -------------------------------------------------------------------------------- /flash_tools/resources/doayee_esptool-esp32-gui A standalone GUI program capable of flashing binaries onto an ESP32 using the esptool.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/flash_tools/resources/doayee_esptool-esp32-gui A standalone GUI program capable of flashing binaries onto an ESP32 using the esptool.url -------------------------------------------------------------------------------- /flash_tools/resources/espressif_esptool Espressif SoC serial bootloader utility.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/flash_tools/resources/espressif_esptool Espressif SoC serial bootloader utility.url -------------------------------------------------------------------------------- /flash_tools/resources/giobauermeister_esptool-gui-electron-vue Esptool GUI. Flash your ESP32 in an easy way! A cross platform GUI for esptool.py.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/flash_tools/resources/giobauermeister_esptool-gui-electron-vue Esptool GUI. Flash your ESP32 in an easy way! A cross platform GUI for esptool.py.url -------------------------------------------------------------------------------- /flash_tools/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/flash_tools/upload.png -------------------------------------------------------------------------------- /lilygo-cookbook/tdisplay-uncanny-eyes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/lilygo-cookbook/tdisplay-uncanny-eyes/README.md -------------------------------------------------------------------------------- /lilygo-cookbook/tdisplay-uncanny-eyes/graphics/AperatureRed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/lilygo-cookbook/tdisplay-uncanny-eyes/graphics/AperatureRed.h -------------------------------------------------------------------------------- /lilygo-cookbook/tdisplay-uncanny-eyes/graphics/BlueFlameEye.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/lilygo-cookbook/tdisplay-uncanny-eyes/graphics/BlueFlameEye.h -------------------------------------------------------------------------------- /lilygo-cookbook/tdisplay-uncanny-eyes/graphics/ChameleonX_Eye.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/lilygo-cookbook/tdisplay-uncanny-eyes/graphics/ChameleonX_Eye.h -------------------------------------------------------------------------------- /lilygo-cookbook/tdisplay-uncanny-eyes/graphics/Eye-Biohazard-Green_EL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/lilygo-cookbook/tdisplay-uncanny-eyes/graphics/Eye-Biohazard-Green_EL.h -------------------------------------------------------------------------------- /lilygo-cookbook/tdisplay-uncanny-eyes/graphics/Eye-Biohazard-Red_EL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/lilygo-cookbook/tdisplay-uncanny-eyes/graphics/Eye-Biohazard-Red_EL.h -------------------------------------------------------------------------------- /lilygo-cookbook/tdisplay-uncanny-eyes/graphics/Human-HAL9000.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/lilygo-cookbook/tdisplay-uncanny-eyes/graphics/Human-HAL9000.h -------------------------------------------------------------------------------- /lilygo-cookbook/tdisplay-uncanny-eyes/graphics/Lamprey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/lilygo-cookbook/tdisplay-uncanny-eyes/graphics/Lamprey.h -------------------------------------------------------------------------------- /lilygo-cookbook/tdisplay-uncanny-eyes/graphics/MyEye.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/lilygo-cookbook/tdisplay-uncanny-eyes/graphics/MyEye.h -------------------------------------------------------------------------------- /lilygo-cookbook/tdisplay-uncanny-eyes/graphics/MyEyeHuman1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/lilygo-cookbook/tdisplay-uncanny-eyes/graphics/MyEyeHuman1.h -------------------------------------------------------------------------------- /lilygo-cookbook/tdisplay-uncanny-eyes/graphics/MyEyeHuman2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/lilygo-cookbook/tdisplay-uncanny-eyes/graphics/MyEyeHuman2.h -------------------------------------------------------------------------------- /lilygo-cookbook/tdisplay-uncanny-eyes/graphics/Nebula.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/lilygo-cookbook/tdisplay-uncanny-eyes/graphics/Nebula.h -------------------------------------------------------------------------------- /lilygo-cookbook/tdisplay-uncanny-eyes/graphics/NebulaBlueGreen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/lilygo-cookbook/tdisplay-uncanny-eyes/graphics/NebulaBlueGreen.h -------------------------------------------------------------------------------- /lilygo-cookbook/tdisplay-uncanny-eyes/graphics/NebulaPinkViolet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/lilygo-cookbook/tdisplay-uncanny-eyes/graphics/NebulaPinkViolet.h -------------------------------------------------------------------------------- /lilygo-cookbook/tdisplay-uncanny-eyes/graphics/SpiralGalaxy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/lilygo-cookbook/tdisplay-uncanny-eyes/graphics/SpiralGalaxy.h -------------------------------------------------------------------------------- /lilygo-cookbook/tdisplay-uncanny-eyes/graphics/Umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/lilygo-cookbook/tdisplay-uncanny-eyes/graphics/Umbrella.h -------------------------------------------------------------------------------- /lilygo-cookbook/tdisplay-uncanny-eyes/graphics/catEye.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/lilygo-cookbook/tdisplay-uncanny-eyes/graphics/catEye.h -------------------------------------------------------------------------------- /lilygo-cookbook/tdisplay-uncanny-eyes/graphics/clowneye.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/lilygo-cookbook/tdisplay-uncanny-eyes/graphics/clowneye.h -------------------------------------------------------------------------------- /lilygo-cookbook/tdisplay-uncanny-eyes/graphics/defaultEye.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/lilygo-cookbook/tdisplay-uncanny-eyes/graphics/defaultEye.h -------------------------------------------------------------------------------- /lilygo-cookbook/tdisplay-uncanny-eyes/graphics/doeEye.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/lilygo-cookbook/tdisplay-uncanny-eyes/graphics/doeEye.h -------------------------------------------------------------------------------- /lilygo-cookbook/tdisplay-uncanny-eyes/graphics/dragonEye.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/lilygo-cookbook/tdisplay-uncanny-eyes/graphics/dragonEye.h -------------------------------------------------------------------------------- /lilygo-cookbook/tdisplay-uncanny-eyes/graphics/face.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/lilygo-cookbook/tdisplay-uncanny-eyes/graphics/face.h -------------------------------------------------------------------------------- /lilygo-cookbook/tdisplay-uncanny-eyes/graphics/faceeye.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/lilygo-cookbook/tdisplay-uncanny-eyes/graphics/faceeye.h -------------------------------------------------------------------------------- /lilygo-cookbook/tdisplay-uncanny-eyes/graphics/goatEye.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/lilygo-cookbook/tdisplay-uncanny-eyes/graphics/goatEye.h -------------------------------------------------------------------------------- /lilygo-cookbook/tdisplay-uncanny-eyes/graphics/logo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/lilygo-cookbook/tdisplay-uncanny-eyes/graphics/logo.h -------------------------------------------------------------------------------- /lilygo-cookbook/tdisplay-uncanny-eyes/graphics/mdefaultEye.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/lilygo-cookbook/tdisplay-uncanny-eyes/graphics/mdefaultEye.h -------------------------------------------------------------------------------- /lilygo-cookbook/tdisplay-uncanny-eyes/graphics/naugaEye.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/lilygo-cookbook/tdisplay-uncanny-eyes/graphics/naugaEye.h -------------------------------------------------------------------------------- /lilygo-cookbook/tdisplay-uncanny-eyes/graphics/newtEye.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/lilygo-cookbook/tdisplay-uncanny-eyes/graphics/newtEye.h -------------------------------------------------------------------------------- /lilygo-cookbook/tdisplay-uncanny-eyes/graphics/noScleraEye.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/lilygo-cookbook/tdisplay-uncanny-eyes/graphics/noScleraEye.h -------------------------------------------------------------------------------- /lilygo-cookbook/tdisplay-uncanny-eyes/graphics/owlEye.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/lilygo-cookbook/tdisplay-uncanny-eyes/graphics/owlEye.h -------------------------------------------------------------------------------- /lilygo-cookbook/tdisplay-uncanny-eyes/graphics/terminatorEye.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/lilygo-cookbook/tdisplay-uncanny-eyes/graphics/terminatorEye.h -------------------------------------------------------------------------------- /lilygo-cookbook/tdisplay-uncanny-eyes/tdisplay-uncanny-eyes.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/lilygo-cookbook/tdisplay-uncanny-eyes/tdisplay-uncanny-eyes.ino -------------------------------------------------------------------------------- /resources/esp32fs/me-no-dev_arduino-esp32fs-plugin.URL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tommykho/IOT-cookbook/HEAD/resources/esp32fs/me-no-dev_arduino-esp32fs-plugin.URL -------------------------------------------------------------------------------- /resources/esp32fs/tools.bat: -------------------------------------------------------------------------------- 1 | explorer %OneDrive%\Documents\Arduino\tools --------------------------------------------------------------------------------