Search Results for RC
MFRC522
Standard performance MIFARE and NTAG frontend
Search
P2 Controls Circular Knitting Machine
Using a P2 Kiss Board to control a modified "Addi Express Kingsize" circular knitting machine.
Generate a clock with any SmartPin
Introduction The Propeller 2 can set any of it’s Smart IO pins to output a clock frequency without requiring any runtime resources. Think of Smart Pins as mini microcontroller cores, and every one of the 64 IO’s on the P2…
PING+ for PING))) and LaserPING
Consolidated interface for PING))) and LaserPING sensors. May use pulse or serial mode.
PING+ for PING))) and LaserPING
Consolidated interface for PING))) and LaserPING sensors. May use pulse or serial mode.
BNO08x IMU (9 DOF) (RVC Mode)
Reads Yaw, Pitch, Roll, and X, Y, and Z acceleration using serial input.
BNO08x IMU (9 DOF) (RVC Mode)
Reads Yaw, Pitch, Roll, and X, Y, and Z acceleration using Smart Pin serial (no cog)
How to pause in PASM
Introduction These code snippets put together some previous tips to demonstrate how to pause and toggle pins with PASM! The examples here are deliberately verbose and include comments to describe each line of code, but if you have any questions…