
To view this holiday greeting, please flash the attached binary into an ESP32. You can do this using e.g. the following command:

python ${IDF_PATH}/components/esptool_py/esptool/esptool.py --port /dev/ttyUSB0 --baud $((115200*4)) write_flash 0 holidays2017.bin

Essentially, write holidays2017.bin to the flash starting at address 0.


You will also need some components (and RCA plugs) to hook your ESP32 up to a (PAL-capable) TV. Use the following schematic for this:


 ESP32                     TV                       
                                                    
                                                    
GPIO25 ----[150R]-------- Composite jack center     
                                                    
GPIO26 ----[ 1K ]--+----- Audio jack center         
                   |                                
                  ---                               
                   1                                
                   K                                
                  ---                               
                   |   -- Audio jack GND            
Gnd    ------------+-- +- Composite jack GND 



Solder everything together, attach the flashed ESP32 board to your TV using this, power on the TV and select the composite 
input, power on the ESP32, enjoy!

