Advanced Search
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
Internal Functions
Gadget Functions
RGB LED Matrix
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
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)
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
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 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 ...