Wireless Application Loading (AN007)
Soft Loading an Application Image into the Propeller P8X32A via XBee Transceivers
Soft Loading an Application Image into the Propeller P8X32A via XBee Transceivers
FAT16/FAT32 Full File System Driver
GUI & Graphics Series — Simple VGA Menus
GUI & Graphics Series — Getting Started with VGA and Terminal Output
Introduction Implementing user-defined data structures and multi-dimensional arrays in Spin is different than it is in C/C++, Java, Python, PHP and other high-level languages. With a few special considerations, Spin can do this for larger software projects requiring complex data…
Implementing Abstract Data Structures with Spin Objects
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…