Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kekyo/pixy

My own Single-Borard-Computer projects.
https://github.com/kekyo/pixy

atmega128 atmega328 fpga homebrew lattice m68k mc68000 sbc toolchains

Last synced: 6 days ago
JSON representation

My own Single-Borard-Computer projects.

Awesome Lists containing this project

README

        

# Pixy - Single board computer projects

## What is this?

My owned single board computer projects.

----

## Pixy-68000

[Pixy-68000-1 project readme](Pixy-68000/Pixy-68000-1/README.md)

[Pixy-68000-0 project readme](Pixy-68000/Pixy-68000-0/README.md)

* Motorola MC68SEC000-20 (Static low-powered m68k arch.)
* ATMEL AVR ATMega-328PB
* Co-processor for 7segLEDs, LEDs, switches and serial interface.
* LATTICE MachXO2 LCMXO2-640
* Bus controller, captured all signals from the CPU.
* SRAM 1MB (512kbit * 2)
* Flash PROM 1MB (512kbit * 2, PLCC)

Assembled (Pixy-68000-0):

![Pixy-68000-0](Pixy-68000/Pixy-68000-0/Images/Pixy-68000-0-photo.jpg)

----

## Pixy-mega128

[Project readme](Pixy-mega128/README.md)

* ATMEL ATMega128-16AU (Simplest 48+ GPIO)
* Enabled Arduino IDE with MegaCore.

Assembled (Pixy-mega128-0):

![Pixy-mega128-0](Pixy-mega128/Images/Pixy-mega128-0-1.jpg)

## Pixy-mega128-sdram-hat

[Project readme](Pixy-mega128-sdram-hat/README.md)

* SDRAM: ELPIDA EDS1216AGTA (16MB: 8Mwords * 16bit)
* EXPERIMENTAL circuit board for learning how to use SDRAM.

Assembled (Pixy-mega128-sdram-hat-0):

![Pixy-mega128-sdram-hat-0](Pixy-mega128-sdram-hat/Images/Pixy-mega128-sdram-hat-0-power.jpg)

## License

Apache-V2