Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

11 total results found

RGB LED Matrix

CodyNick Python Reference Gadget Functions

Purpose Of This Page This page explains how to control the 4 by 4 RGB LED Matrix on the CodyJoy Pro using Python. By the end of this page, students will be able to: Turn on one RGB LED by LED number. Turn on one RGB LED by (x, y) coordinate. Use built-in colo...

Joystick

CodyNick Python Reference Gadget Functions

Purpose Of This Page This page explains how to read the CodyJoy Pro joystick using Python. The CodyJoy Pro includes several built-in features, including: RGB LED Matrix. Joystick. Sound Maker. This page focuses only on the joystick. By the end of this page, ...

Sound Maker (Buzzer)

CodyNick Python Reference Gadget Functions

Purpose Of This Page This page explains how to play musical notes with the CodyJoy Pro Sound Maker using Python. The CodyJoy Pro includes several built-in features, including: RGB LED Matrix. Joystick. Sound Maker. This page focuses only on the Sound Maker. ...

Seven Segment Display

CodyNick Python Reference Gadget Functions

Purpose Of This Page This page explains how to show numbers on the CodyNick Seven Segment Display using Python. The Seven Segment Display is useful for showing: Scores. Counts. Sensor values. Timer values. Simple numeric feedback. By the end of this page, st...

CodyNick Python Quick Reference Handbook

CodyNick Python Reference Quick Reference Handbook

Start Code import CodyNick cn = CodyNick.CN() cn is the connected CodyNick device object. Pass it as the first argument to CodyNick hardware functions. RGB LED Matrix Set One LED By Number CodyNick.RGB_Matrix.set(cn, led, color) Parameter Description ...

Pulse Oximeter Gadget

Sensors

The pulse oximeter gadget allows for measuring the user's heart rate and SpO2 (blood oxygen). Before You Start Warning No CodyNick device, gadget, or service has ever been approved for medical use, nor are any CodyNick staff or instructors licensed medical pro...

ECG Gadget

Sensors

The ECG gadget allows for displaying the user's ECG waveform (single lead) Before You Start Warning No CodyNick device, gadget, or service has ever been approved for medical use, nor are any CodyNick staff or instructors licensed medical professionals. All gad...

Tempreture Sensor

Sensors

Soil Humidity Sensor

Sensors

Ultrasonic Sensor

Sensors

Light Sensor

Sensors