| Projects on Google Code | Results 1 - 10 of 200 |
=About DK-BASIC=
DK-BASIC is a BASIC interpreter, written in C, inspired by GW-BASIC. The target platform is 8-bit AVR microcontrollers.
http://img11.imageshack.us/img11/8392/sampleprogram.png
===Size===
At this early stage of the project, code size and interpreter speed has not been optimi...
= Download =
SVN Repository Location: `http://avr-windex.googlecode.com/svn/trunk/`
----
= About this Framework =
AVR Windex is built off of the C++ framework written by Gary Pollice and Bob Breznak. It is similar to the C++ framework in many ways; it uses dispatcher, communicator, and messag...
<table border="0"><tr><td>[http://code.google.com/p/uniboard/wiki/Buyuniboard http://uniboard.googlecode.com/files/IMG_2472.JPG] </td> <td><p align="justify">*Description:* <br></br>The *uNiBoard version 1.1* is an ideal development platform for Embedded and Real Time systems programming. Powered by...
micro HTTPD server based on modified uIP-1.0 stack, running on 8bit AVR processor and ENC28J60
Project is using parts from the following open source projects:
* [http://www.sics.se/~adam/uip uIP-1.0] minimalistic TCP/IP stack for embedded projects by Adam Dunkels
* [http://www.avrfreaks.ne...
=AVR Project IDE=
This development environment is designed to provide an easy to use and lightweight editor that allows users to quickly program AVR microcontrollers. This editor combines easy project editing, configuration, building, and flash memory burning all into one environment.
The envi...
Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It's intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments. This Google Code project is the home for the development of the Ar...
avr,
atmega,
microcontroller,
electronics,
opensourcehardware,
openhardware,
prototyping,
embedded,
arduino
=About=
*AVRliberty* is a library of easy-to-use C functions for a variety of common and uncommon tasks using AVR processors. It is the open source project based on original [http://www.mil.ufl.edu/~chrisarnold/components/microcontrollerBoard/AVR/avrlib/ Procyon AVRlib] (also known as avrlib).
=...
=The Entropy Works=
projects, typically of a blinky nature, for arduino and other avr platforms.
==MENEpov==
A minipov3 built with ultra-violet leds. It has a built-in 5x7 font and room for over 900 characters of display text. When passed over a phosphorescent surface it deposits glowing st...
=AVR Etherboot=
An ethernet bootloader for the Atmel AVR microcontroller family.
==Introduction==
This project implements a bootloader for AVR ATMega 8bit microcontrollers, that loads the firmware via ethernet and uses the TFTP protocol.
The goal is to reach a bootloader size of 2k words m...
= PAOS(Peter-Anna Operating System) =
== Summary ==
* PAOS implements Pthread interface on Atmel AVR.
== List of Features ==
* Preemptive scheduler @ pthread interface
* USART driver
== Current Project Status ( Implementation / Testing ) ==
* pthread_create ... 90% / ...