https://github.com/alchemist-aloha/pico_ir_receiver
This is the code for the Raspberry Pi Pico used to receive the IR signals and send the signal via UART.
https://github.com/alchemist-aloha/pico_ir_receiver
ir-receiver micropython micropython-rpi-pico raspberry-pi-pico vs1838b
Last synced: 9 months ago
JSON representation
This is the code for the Raspberry Pi Pico used to receive the IR signals and send the signal via UART.
- Host: GitHub
- URL: https://github.com/alchemist-aloha/pico_ir_receiver
- Owner: Alchemist-Aloha
- License: mit
- Created: 2025-03-13T16:19:02.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-13T17:25:11.000Z (9 months ago)
- Last Synced: 2025-03-13T17:42:49.018Z (9 months ago)
- Topics: ir-receiver, micropython, micropython-rpi-pico, raspberry-pi-pico, vs1838b
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IR Receiver for [Pico Light Bulbs Project](https://github.com/Alchemist-Aloha/rp2040_ws2812_led_controller)
This is the MicroPython code for the second Pico used to receive the IR signals and send them to the main Pico via UART.
## Hardware
- **Raspberry Pi Pico**: Main microcontroller.
- **VS1838B IR Receiver**: For receiving signals from an infrared remote control.
## Project Structure
- **irrecvdata.py**: Manages communication with the LD2410 sensor.
- **main.py**: Main program that handle the ir receive and UART out.
## Usage
- **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.
## License
This project is licensed under the MIT License.