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

13 total results found

Technical Guides

Instructional Guides

Code & Library References

CodyNick Python Reference

Python Library References used for CodyNick Advanced and CodyNick Advanced Pro

Library Components

CodyNick Python Reference

Internal Functions

CodyNick Python Reference

Gadget Functions

CodyNick Python Reference

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...

Quick Reference Handbook

CodyNick Python Reference

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 ...