SerialBlaster is built for the M5StickC. It allows IR commands to be sent to the M5StickC over USB using serial RS232, which will then in turn be blasted from the built in IR blaster. The LCD screen is used as a debug aid to view the serial messages being sent to the device.
- Arduino Development Environment with M5StickC library
- Baud Rate: 115200
- Data Bits: 8
- Parity: None
- Stop Bits: 1
- Send NEC code 0x3EC14DB2:
send nec 0x3EC14DB2\r - Print "Hello World" to LCD:
message Hello World\r
- Home Button: Toggle LCD screen on or off
- Reset Button: Reset
- Add support for other IR protocols such as Sony.
