A weblog focused on interesting circuits, ideas, schematics and other information about microelectronics and microcontrollers.
E-books
Disclaimer
Because I have not tested all electronic circuits mentioned on this pages, I cannot attest to their accuracy; therefore, I do not provide a warranty of any kind and cannot be held responsible in any manner.
FORTH
Getting started with Forth on Propeller
27. May 2010 - 18:50 — adminHow to work with FORTH on your Parallax Propeller board?
Another FORTH resources
18. February 2009 - 22:03 — adminI really love Forth... I've already said it, haven't I? ;)
AVRForth
29. January 2009 - 20:40 — adminA 16-bit subroutine threaded forth kernel for atmel's AVR.
Parallax Propeller FORTH
10. December 2008 - 1:39 — adminAnother FORTH implementation - this one is for Propeller chip.
Amforth - ATMega FORTH
6. December 2008 - 0:37 — adminAmforth is a compact forth interpreter and compiler for the atmel avr atmega microcontroller family which is implemented in assembly language and amforth itself. It is an interactive system running completly on the controller. It does not need additional hardware beyond a power supply.
PFAVR - FORTH for AVR microcontroller
8. August 2008 - 13:39 — adminPFAVR is a 16-bit implementation of the Forth programming language for Atmel AVR microcontrollers. 13Kwords of FLASH and 32Kbytes of external RAM are required, thus the ATmega64 and ATmega128 are really the only devices supported as of this writing.