-
-
Robots
... needed in at least 2 of the next architecture
/linux/* x86-elf executables for linux
/arduino/* avr-hex executables with arduino lib for ATmega*8
/lpc21xx/* arm-hex executables with lpc_lib for lpc21xx
-
sVimPy
... .(except 1 to build slices, 1 to unpack objects)
The intended goal is to use this VM in environments like Atmel's ATmega chips (2-8kb RAM).
Slices are not supported at the moment.
Most data types are supported including floats,ints,strings,tuples,dicts ...
-
funkloader
RFM12-based bootloader for ATmega 8 uC
funkloader v0.01
-------------------
funkloader is a bootloader application targetted at the Atmel AVR
ATmega8. In theory it should work for other devices but since
it heavily relies on assembler code, especially ...
-
ATmega-calculator
Calculator with ATmega16 uP on EasyAVR 5A board
port a -> input digits
port d -> pin 1 : +
pin 2: -
pin 3: *
pin 4: /
pin 5: exp
= can be any button from port d
-
TribeDuino
... the [Audioino](http://hackaday.com/2011/09/09/program-an-arduino-using-your-sound-card/) project,
which does the same thing but has an ATmega bootloader as well as an IDE to generate new sound files. Check it out!
Korg, if you're reading this, feel free ...
-
SimplePPI
... PPI, there was a lot of interest in having a simple hardware add on to enable that kind of control. This code will work on a single Atmega 328 chip to do PPI and will be put on a custom board that can plug right into a 25 pin parallel port. The 328 is ...
-
avr-cs455
A set of assignments from a Real-Time Systems class I took where we programmed an Atmel Atmega AVR microcontroller
Set of assignments from a Real-Time Systems course which programmed an ATmel AVR microcrontroller
-
component-tester
component tester
Component tester for atmega processors. This tester tests and measures:
diodes, fets, capacitors, Resistors, transistors
ToDo:
- make it bootloader tolerant
- capacitors measures factor 14 too big
- baudrate = 38400 (factor 16), ...
-
AVR-LCD
http://blogger.mushovic.net/2012/01/avr-atmega-lcd-interface.html
Just a demonstration of how to interface an AVR with an
LCD. Mainly for documentation of my projects, for my own
reference.
LCD Display.fz - Fritzing Schematic
LCD_Display.pde - Using ...
-
sanguino1284p
Files for atmega 1284p to work with Arduino 0023
Sanguino files for atmega1284p
Runs with Arduino0023
Background:
-Bootloader taken from https://github.com/maniacbug/mighty-1284p/tree/master/bootloaders/standard
-Fuses set according to http:// ...
-