LED Matrix used as an I/O Test Utility

Description This Spin2 example uses a technique known as Charlieplexing to verify that the pins on the P2 and its associated circuit traces on the host board are functioning correctly. In a typical LED blink example, a single general-purpose input/output (GPIO) pin is used to drive/power/light a single load/device/LED. The LED is both a device […]

Quadrature Encoder Object

Description These three source code examples interface a quadrature encoder clock, data and button signals to the Propeller 2. The first two versions are useful for seeing the internals of the encoder signals, but the third version is a demo with its own encoder object.  Rotary_Encoder_Demo1_Archive.zip – read a quadrature encoder with Spin2 and PASM […]

I2C Device Bus Scanner Utility

Description This Spin2 utility program for the Propeller 2 scans all I2C devices connected to a pair of I/O pins and shows their addresses in a matrix format on Parallax Serial Terminal.  This program is useful to verify the addresses of multiple device addresses on the same bus before you use them in an application. […]

Simple Analog Input

Description This example demonstrates how to configure a P2 I/O pin to sample and capture an analog input, and display the raw values using DEBUG. ‘ Program reads an ADC and displays raw count CON _clkfreq = 100_000_000 ‘set clock frequency _pin = 0 ‘do conversion on this pin PUB go() | i pinstart(_pin, p_adc_1x […]

What’s a Microcontroller? with Python and Micro:bit: Zoom Meeting Part 2

This is a must-attend informational meeting for any middle school and high school educator using the Micro:bit and Python! This is for Part 2; be sure to register for Part 1 also. If you’re unable to attend, please register so we can send you the YouTube video link to watch on your own schedule.  Parallax and […]

What’s a Microcontroller? with Python and Micro:bit: Zoom Meeting Part 1

This is a must-attend informational meeting for any middle school and high school educator using the Micro:bit and Python! The registration link below is for Part 1 on February 23rd; be sure to register for Part 2 on March 23rd too. If you’re unable to attend, please register so we can send you the YouTube video […]

Cyber:bot Python Challenge – Compass Navigation!

Contest Introduction A teacher recently asked for some assistance on writing a Python script for the cyber:bot to make it navigate by compass. The use of the Micro:bit’s built-in compass is not currently documented in our tutorials, but it should be a useful robotics sensor for navigating from one side of the room to the […]

Three Propeller 2 Live Forum Events in December 2020

Propeller 2 Live Forum on Deceber 16, 2020 at 2:00 pm  features an update from Stephen M. Moraco on his HUB75 LED driver and Spin2 Object, wireless programming of the P2 with Michael Mulholland, a single-step debugging example from OzPropDev, and JonnyMac’s Spin2 object for Pixy2CMU camera. Registration link.   Propeller Tool 2.4 updates with Jeff Martin! […]

Holiday Bundles and Stocking Stuffers at 10-35% Off!

Robot Kits and Propeller 2 Starter Bundles We’re offering six holiday bundles with a 10-35% discount! We’ve picked the most popular products think you’ll like the following: cyber:bot with QTI Line Follower Bundle for those interested in learning about robotics, Python, scripting and electronic circuits using the Micro:bit. ActivityBot 360 with Ping))) Mount and Line […]

Manufacturing update on P2 Edge Module and Edge Module Breadboard

Many customers are awaiting the next manufacturing run of these two Propeller 2 products. Our manufacturing team worked through the weekend and completed most of the P2 Edge Modules. These boards now need to be depanelized, tested, and bagged. We’re waiting on a small component (due tomorrow, on Tuesday) to finish the P2 Edge Module Breadboard. We […]

Loading...