Color (RGB) detector using CircuitPython on Raspberry Pi Pico

Color (RGB) detector using CircuitPython on Raspberry Pi Pico

Introduction

This tutorial I would like to share how to interface the color sensor (TCS3200) using CircuitPython on Raspberry Pi Pico.

Video

Hardware Preparation

This is the list of items using in the video.

Sample Program

This is CircuitPython sample program. You need to include this library in your CIRCUITPY/lib folder. You can download it from CircuitPython Library Bundle.

  • simpleio.py

For lcd.py and i2c_pcf8574_interface.py, please save it in your CIRCUITPY/lib/lcd folder. Yes, you need to create the lcd folder in the lib folder.

 

Thank You

References:

Thanks for reading this tutorial. If you have any technical inquiries, please post at Cytron Technical Forum.

"Please be reminded, this tutorial is prepared for you to try and learn.
You are encouraged to improve the code for a better application."

Related Products