Monthly Archives: September 2012

Embedded Devt on Mac

https://macdevcenter.com/pub/a/mac/2005/01/21/embedded.html

Posted in General | Comments Off on Embedded Devt on Mac

AVR/ARM Cross Toolchain for OS X

https://www.ethernut.de/en/documents/cross-toolchain-osx.html Crossworks for ARM

Posted in General | Comments Off on AVR/ARM Cross Toolchain for OS X

Arduino IDE Include Search Path

Files ending in .h can be included using the Arduino IDE. If the #include is in a .ino sketch file: #include “filename.h” – first looks for the file in the same directory as your main .ino sketch file – NOT … Continue reading

Posted in General | Comments Off on Arduino IDE Include Search Path

Arduino using ARM

In addition to the Arduino team’s Arduino DUE (32-bit ARM based Arduino) rumoured to be released at next week’s Maker Faire … ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ FEZ Panda II Description: The 72Mhz FEZ Panda II runs .NET Micro Framework, allowing users to program and … Continue reading

Posted in General | Comments Off on Arduino using ARM

Research & Experimental Operating Systems

Christopher B Browne https://linuxfinances.info/info/oses.html#OSINTRO

Posted in General | Comments Off on Research & Experimental Operating Systems

How To Write An Operating System

https://www.acm.uiuc.edu/sigops/roll_your_own/

Posted in General | Comments Off on How To Write An Operating System

Arduino Tool Chains

https://www.jusquici.org/blog/?p=191 https://arduino.cc/playground/Code/Netbeans

Posted in General | Comments Off on Arduino Tool Chains

ZigBee Information

Understanding_Sensor_Networking_Whitepaper mesh-networking DesignCycle

Posted in General | Comments Off on ZigBee Information

My Arduino Story – Part Zero

My activities on this have so far taken five steps – each quite protracted in elapsed time because, well, there’s a lot of other stuff going on and it’s only been an hour here and an hour there. Stage 1 … Continue reading

Posted in General | Comments Off on My Arduino Story – Part Zero

Reed Switch Debounce

http://www.vespalabs.org/Projects/Scooter_Computer_II/Reed_Switch_Debounce http://www.ganssle.com/debouncing-pt2.htm http://www.labbookpages.co.uk/electronics/debounce.html http://en.wikipedia.org/wiki/Snubber

Posted in General | Comments Off on Reed Switch Debounce