OBEX Category Tool

C Pin Driver

OverviewObject ID : 2179 (2013-07-08)Author : Ryan Stark, Stark Informatics LLC | added by ArchiverMicrocontroller : Propeller 1Category : ToolLanguage : C/C++Licence : OtherContent Provides a list of functions for quick and easy manipulation of general purpose IO pins in…

RFM22 / RFM23 - (Ported Example)

OverviewObject ID : 2178 (2014-01-22)Author : Zack Lantz | added by ArchiverMicrocontroller : Propeller 1Categories : Protocol, Signals, ToolLanguage : SPINLicence : OtherContent Hi, I am working on making a full RFM23BP Object. This is what it is going to…

Time

OverviewObject ID : 2177 (2013-05-02)Author : Austin Bowen | added by ArchiverMicrocontroller : Propeller 1Category : ToolLanguage : SPINLicence : OtherContent This is a small program (only 28 longs) that lets the Propeller wait for long periods of time –…

SPIN LED blinker

OverviewObject ID : 2176 (2013-05-02)Author : James Burrows | added by ArchiverMicrocontroller : Propeller 1Category : ToolLanguage : SPINLicence : OtherContent Shows how to blink and LED (or whatever) using the CNT and also copes with a CNT role-over. Downloads  Zip…

Debug to TV using 1-Pin (now incl 1PinKBD)

OverviewObject ID : 2175 (2013-05-02)Author : Cluso99 | added by ArchiverMicrocontroller : Propeller 1Categories : Display, Human Input, ToolLanguages : PASM, SPINLicence : OtherContent Use debug calls in your spin program to output debug messages to a TV/LCD composite video.…

Lock-Bit Demo

OverviewObject ID : 2174 (2015-10-02)Author : Jon Titus | added by ArchiverMicrocontroller : Propeller 1Category : ToolLanguage : SPINLicence : OtherContent This code demonstrates the use of a lock bit to “protect” the USB serial port on a Propeller I…

Spin and Pasm Debugger - Zero footprint

OverviewObject ID : 2173 (2013-05-02)Author : Cluso99 | added by ArchiverMicrocontroller : Propeller 1Category : ToolLanguages : PASM, SPINLicence : OtherContent Can debug 1 cog via the serial port. Commands are issued from the pc. No space is taken in…

Monitor

OverviewObject ID : 2172 (2013-05-02)Author : Chip Gracey (Parallax) | added by ArchiverMicrocontroller : Propeller 1Category : ToolLanguage : SPINLicence : OtherContent View memory hex dumps via a terminal. Downloads  Zip archive downloadTo view this content, you need to have JavaScript…

SYSLOG - Multicog debug/log to SD/Serial

OverviewObject ID : 2171 (2013-05-02)Author : Alex Stanfield | added by ArchiverMicrocontroller : Propeller 1Categories : Data Storage, Protocol, ToolLanguage : SPINLicence : OtherContent Provides a logging/debugging system that can store information from multiple cogs (running SPIN) into one file…

MultiCogSerialDebug

OverviewObject ID : 2170 (2013-05-02)Author : Peter Verkaik | added by ArchiverMicrocontroller : Propeller 1Category : ToolLanguages : PASM, SPINLicence : OtherContent Derived from SerialMirror V07.05.10 All printing (also from multiple COGs) is done using cprintf. Each cprintf call is…