项目作者: munshkr

项目描述 :
:headphones: ATtiny85-based chiptune player
高级语言: JavaScript
项目地址: git://github.com/munshkr/picopico.git
创建时间: 2017-01-01T22:53:07Z
项目社区:https://github.com/munshkr/picopico

开源协议:GNU General Public License v3.0

下载


picopico ピコピコ

A very small chiptune synthesizer and player. Sound is made with an 8-bit microcontroller (Attiny85) and
tries to mimic a classical sound chip used in video game consoles from the 80s.

Pretty much inspired by 1-bit symphony by
Tristan Perich and lft/kryo’s project.

Hardware

  • AVR ATtiny85
  • CR2032 coin cell battery
  • 1K resistor
  • 0.1uf capacitor
  • 3.5mm audio jack
  • Push button

Schematic

Note: This schematic is old and inaccurate (although similar). Please see this tutorial as the protoboard picture reflects more accurately the current design.

Software

  • Music written in an MML-like language
  • HTML5 editor with sound emulator

To do

  • Change current parser for a standard MML parser
  1. > AB cdefg4 l8 >cde<c o5 r c
  • Implement Square waveform for voice 1 and 2
  • Implement Noise waveform for voice 3
  • Envelopes!
  • Work on MML compiler and editor

License

Schematic and original source code made were taken from a series of blog posts
by David Johnson-Davies.

Schematic image is licensed under Creative Commons 4.0. Source code is
licensed under GPLv3.