Changes between Version 11 and Version 12 of WikiStart


Ignore:
Timestamp:
Aug 4, 2012, 9:03:48 AM (12 years ago)
Author:
pulkomandy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v11 v12  
    11= PulkoMandy's AVR stuff =
    22
    3 This repository gathers my AVR projects. So everyone can use and improve them.
     3This repository gathers my electronics projects, so everyone can use and improve them.
     4There is a lot of AVR based things, but also some PIC and aothers.
    45
    56== List of projects ==
     7
     8Well, as usual this got messier than planned. Anyway, here's an attempt to list the stuff. It's incomplete and often out of date.
    69
    710There are two parts : libraries and project themselves. The idea is to separate the tools to quickly assemble them in a project.
     
    1720
    1821=== Projects ===
    19 Keyboard related :
    20  * [wiki:ps2toserial] : read keycodes from a ps/2 keyboard and echo them to the serial port.
    21  * [wiki:aktoserial] : read keycodes from an amiga keyboard and echo them to the serial port.
    22  * [wiki:ps2tousb] : read keycodes from a ps/2 keyboard and act as an usb hid keyboard.
    23  * [wiki:ak2tousb] : read keycodes from an amiga keyboard and act as an usb hid keyboard.
     22Keyboard and mouse related :
     23 * [wiki:ps2toserial] : read keycodes from a ps/2 keyboard and echo them to the serial port. (atmega8)
     24 * [wiki:aktoserial] : read keycodes from an amiga keyboard and echo them to the serial port. (atmega8)
     25 * [wiki:ps2tousb] : read keycodes from a ps/2 keyboard and act as an usb hid keyboard. (atmega8)
     26 * [wiki:ak2tousb] : read keycodes from an amiga keyboard and act as an usb hid keyboard. (atmega8)
     27 * AmiPS/2 : PS/2 mouse adapter for Atari ST and Amiga. Uses a PIC16f628
    2428
    2529USB :
    26  * [wiki:vusbdev] : V-USB generic development board
     30 * [wiki:vusbdev] : V-USB generic development board. Various applications, click the link !
    2731
    2832Amstrad :
    2933 * [wiki:microserial] : a serial interface (and more) for the CPC/Plus
     34 * Ramcard : reverse engineering of the Ramcard ROM interface for CPC.
    3035
    3136Misc :
    3237 * blinkled : blink a led
    3338 * beep : make music with an atmega8 and a loudspeaker
    34  * [wiki:EPROxygen] : UNIX software for SEEIT EPR-02 programmer
     39 * [wiki:EPROxygen] : UNIX software for SEEIT EPR-02 programmer (WIP)
     40 * SCSI2SD : SCSI based SD card reader to increase the storage space on my Amiga. (WIP)
    3541
    3642== Getting the source ==