IR Controlled Lights with MakeCode: Adafruit Circuit Playground Express

Stephen just shared a new tutorial: "IR Controlled Lights with MakeCode: Adafruit Circuit Playground Express"



The latest Circuit Playground board, the Adafruit Circuit Playground Express comes equipped with an onboard IR transmitter and receiver! This can be used to communicate with TVs and other household devices. You can also use infrared remote controls t…

Read more

This tutorial has been updated to be compatible with CircuitPython version 3.x

typo on:

ir_read.clear()
ir.read.resume()

press button on IR remote now

ir.read is wrong.

1 Like

Hey Dave,

Good catch, I’ll make a note to get this fixed when we can!

-James