Http controlled infrared transmitter
ESP-32 development board
Specific Hardware to drive IR leds and regular led.
Provides a web interface running on smartphone, tablet (connected to the home wifi network) for infrared controled devices (TV, Smart home, ...) Today it controls: Samsung TV sets Legrand Smart home devices (iOBL)
Have ESP-IDF installed
Have ESP toolchain installed.
See [official Espressif documentation] (https://docs.espressif.com/projects/esp-idf/en/stable/get-started)
cd pages2c
make
source esp32/setenv.sh
cd esp32
make menuconfig
make
Connect the dev board to host via micro USB cable.
make flash
make app-flash
USB serial console: picocom -b 115200 /dev/ttyUSB0