Weather
Python Raspberry Pi Software

Weather For Your Raspberry Pi – WeatherPiArduino

Weather For Your Raspberry Pi – WeatherPiArduino How to Buy SwitchDoc Labs Products Within United States: SwitchDoc Labs Store – Powered by Amazon (Now with Amazon Prime!) Outside of United States: Tindie.com WeatherPiArduino is a weather station controller board designed to interface to […]

Software

Problems: New Part Generation with Fritzing

Problems: New Part Generation with Fritzing Fritzing (fritzing.org) is an open source design package that makes electronics more available and readable, especially for the beginner and maker.  Fritzing diagrams do make it easier to build breadboards using extant products.  I like […]

Arduino

WeatherPiArduino Weather Board

WeatherPiArduino Weather Board NEW!!!!  Version 2 product page is here. Comments are now closed.   Please go to the Product Support Forum at the top of the page. [include-page id=”buy-include-file”] The WeatherPiArduino Weather board is now available and in stock! WeatherRack Weather Sensors now […]

Dual WatchDog
Arduino Software

Dead Man Switch

Dead Man Switch The Battery Watch Arduino software has expanded to about 3000 lines of code.  Guess what?  There are certainly bugs in this software.  One of the unresolved issues about the architecture of Project Curacao is that the software […]

IOS

Getting CGColor from UIColor in iOS

CGColor Memory Issues I have an IOS app that I have been writing that requires color information to be stored as printable text.  To do this I use CGColorGetComponents, which returns a CGFloat array of color components.  I had been […]