OBEX Category Tool

Inline PAsm in Spin Demo

OverviewObject ID : 2149 (2015-01-22)Author : Parallax Inc | added by ArchiverMicrocontroller : Propeller 1Category : ToolLanguage : SPINLicence : OtherContent InLine Assembly? – debatable perhaps, however this allows you to call snippets of PAsm and run them as if…

Day Of The Week calculator

OverviewObject ID : 2148 (2013-05-06)Author : Andrew Silverman | added by ArchiverMicrocontroller : Propeller 1Category : ToolLanguage : SPINLicence : OtherContent Simple Spin function to calculate the day of the week from an input year, month, and date (assumes Gregorian…

Boot Loader

OverviewObject ID : 2147 (2013-05-02)Author : Matthew Cornelisse (propmodule.com) | added by ArchiverMicrocontroller : Propeller 1Category : ToolLanguage : SPINLicence : OtherContent Small program that sits on eeprom allowing for code update through sd card attached to pins p0-p3 requirements:…

Switch Debounce

OverviewObject ID : 2146 (2015-03-17)Author : Mike Forsyth | added by ArchiverMicrocontroller : Propeller 1Categories : Human Input, ToolLanguage : C/C++Licence : OtherContent Debounce single or multiple buttons or switches, either pullup or pulldown. Two examples are included, one in…

PROPSHELL

OverviewObject ID : 2145 (2013-11-03)Author : Stefan Wendler | added by ArchiverMicrocontroller : Propeller 1Categories : Protocol, ToolLanguage : SPINLicence : OtherContent Introduction PROPSHELL is a simple library to create serial shells on the Parallax Propeller. It could be used…

DMX_Dimmer24

OverviewObject ID : 2144 (2013-10-12)Author : Rick Asche | added by ArchiverMicrocontroller : Propeller 1Categories : Display, Fun, ToolLanguages : PASM, SPINLicence : OtherTag : DMXContent This object uses 24 pins of the Propeller to drive SSR’s to get a…

StringKeyMap

OverviewObject ID : 2143 (2013-05-02)Author : Chris Cantrell | added by ArchiverMicrocontroller : Propeller 1Category : ToolLanguage : SPINLicence : OtherContent The StringKeyMap is an associative array interface. The keys are null-terminated strings. The values may be arbitrary-length binary data,…

Low Cost 2.4GHz Spectrum Analyzer

OverviewObject ID : 2142 (2013-05-02)Author : DogP | added by ArchiverMicrocontroller : Propeller 1Categories : Signals, ToolLanguage : SPINLicence : OtherTag : SPIContent This object is a 2.4GHz Spectrum Analyzer using a low cost CYWM6935 module, outputting to a VGA…

mdb_RealTimeClock

OverviewObject ID : 2141 (2013-05-02)Author : mathew boorman | added by ArchiverMicrocontroller : Propeller 1Category : ToolLanguage : SPINLicence : OtherContent Low resource RTC spin object. No dedicated COG. Single instance is shared by multiple Objects. This version simply uses…

Shell Sort

OverviewObject ID : 2140 (2013-05-02)Author : Drew Walton | added by ArchiverMicrocontroller : Propeller 1Category : ToolLanguage : SPINLicence : OtherContent Shell sort object and test code. Shell sorts are useful for sorting arrays of numbers in embedded systems since…