IR Receiver for Pico Light Bulbs Project
This is the MicroPython code for the second Pico used to receive the IR signals and send them to the main Pico via UART.
- Raspberry Pi Pico: Main microcontroller.
- VS1838B IR Receiver: For receiving signals from an infrared remote control.
- irrecvdata.py: Manages communication with the LD2410 sensor.
- main.py: Main program that handle the ir receive and UART out.
- Buttons:
- Button 1: Increase brightness.
- Button 2: Decrease brightness.
- Button 3: Switch to human sensor mode.
- Button 4: Toggle between always on and always off modes.
This project is licensed under the MIT License.