OBEX Category Protocol

Propeller Experiment Controller

OverviewObject ID : 2131 (2014-06-01)Author : Chris Varnon | added by ArchiverMicrocontroller : Propeller 1Categories : Data Storage, Human Input, Protocol, ToolLanguage : SPINLicence : OtherContent The Propeller Experiment Controller (PEC) is free, open source software that enables the Parallax…

Nibble

OverviewObject ID : 2126 (2015-07-13)Author : Dennis B. Page | added by ArchiverMicrocontroller : Propeller 1Categories : Display, Human Input, Protocol, ToolLanguage : SPINLicence : OtherContent Manipulate individual nibbles in a byte, word or long. Use to pack, unpack and…

Ciphers

OverviewObject ID : 2123 (2013-05-02)Author : Thomas E. McInnes | added by ArchiverMicrocontroller : Propeller 1Categories : Protocol, ToolLanguage : SPINLicence : OtherContent Uses substituition to encode or decode any lowercase letters. It can also be used in conjunction with…

Simple Debug

OverviewObject ID : 2116 (2013-05-02)Author : Jon Williams | added by ArchiverMicrocontroller : Propeller 1Categories : Protocol, ToolLanguage : SPINLicence : OtherContent Starts UART object in a cog at specified baud rate for debug, using FullDuplex.spin. Downloads  Zip archive downloadTo view…

JSON decoder

OverviewObject ID : 2107 (2019-05-07)Author : Michael BurmeisterMicrocontroller : Propeller 1Categories : Protocol, ToolLanguage : C/C++Licence : OtherContent Allows encoding and decoding a JSON packet without making an object of it. Using find function can locate a JSON element and…

GPS Float Demo

OverviewObject ID : 2090 (2013-04-09)Author : I.Kövesdi | added by ArchiverMicrocontroller : Propeller 1Categories : Math, Protocol, SensorLanguage : SPINLicence : OtherContent A robust GPS NMEA parser in the ‘GPS Str NMEA’ object with float interface and navigation routines in…

Bitwise Manipulators

OverviewObject ID : 2086 (2013-05-02)Author : Peter Quello | added by ArchiverMicrocontroller : Propeller 1Categories : Math, Protocol, ToolLanguage : SPINLicence : OtherContent This object allows easy bit manipulation in both long and byte variables. Based on work by Paul…

3DfixOLED

OverviewObject ID : 2084 (2013-06-17)Author : W1AUV | added by ArchiverMicrocontroller : Propeller 1Categories : Display, Math, Protocol, SensorLanguage : SPINLicence : OtherContent For Amateur Radio enthusiasts working with Microwaves and GPS stabilized oscillators I produced two chips for 3Dfix…

CLib

OverviewObject ID : 2077 (2013-05-02)Author : Dave Hein | added by ArchiverMicrocontroller : Propeller 1Categories : Math, Protocol, ToolLanguages : PASM, SPINLicence : OtherContent CLib – Standard C library functions written in Spin. Contains string, formatted I/O and memory allocation…

MPU-6050 Complementary Filter Demo

OverviewObject ID : 2067 (2013-10-06)Author : Zack Lantz | added by ArchiverMicrocontroller : Propeller 1Categories : Display, Math, Protocol, Sensor, Signals, ToolLanguage : SPINLicence : OtherContent This is a Complementary Filter Demo for the MPU-6050. It sends Accel X, Y,…