Real-time GPS Data (AN002)
Real-time GPS Data Reception and Parsing
Real-time GPS Data Reception and Parsing
Introduction The Propeller native SPIN language includes many efficient instructions to solve common programming tasks. For example, how to switch a group of IO pins simultaneously with a single instruction ? Here’s an example using just two lines of code…
Introduction Each of the multicore Propeller 1’s eight processors (cogs) has two independent hardware counter modules. Each counter is a configurable state machine for sensing or generating repetitive signals, potentially on every clock cycle. The counter modules are flexible subsystems…
Introduction The Propeller native SPIN and SPIN2 languages include many efficient instructions to solve common programming tasks. For example, how to keep a value between a certain range of allowed values? Here’s an example using just one line of code!…
Low-level I2C Driver in Spin
Connect to DFRobot MAX31855 Interface via I2C
Enables Parallax X-Band motion detector and counts pulses within specified window (milliseconds).