Giter Site home page Giter Site logo

ring-device-emu's Introduction

I have a ring device that holds 16 melodies and produces a 'Mean ;-)' Meander sound.

Device is composed with a few microchips, the most important of them are two:

КР1012ГП3 - Generator of the upper tones of the tempered scale.

КМ573РФ2 - N-MOS ROM (2Kx8) 16Kbit = 2048bytes of music data. (Only 1024kb is used.)

I decided to unsolder N-MOS ROM for better needs, like reparing of old computers,

and also to dump a musical data from N-MOS ROM to file (ROM.BIN).

In place of N-MOS ROM an temporary buttons were soldered to create some kind of musical instrument.

(See images IMG_20220501_090701.jpg and IMG_20220501_091021.jpg)

Next I want to write a program for a dumped musical data listening.

And to use a Triangle (And colored Triangle) sound form instead of Meander.

Clean Triangle:

/ \ / \

Colored Triangle:

/ | \ | /

КР1012ГП3 can produce 32 tones, an multimeter was used to take a frequency readings.

Each byte of ROM.BIN data contains a 8 digits that can be interpretated as:

D0 - frequency select

D1 - frequency select

D2 - frequency select

D3 - frequency select

D4 - frequency select

D5 - 1-Interrupt with Pause / 0-No Actions

D6 - 1-No Actions / 0-Low Octave

D7 - 1-No Actions / 0-Stop

Place a ROM.BIN next to compiled RING.EXE for correct execution.

ring-device-emu's People

Contributors

revst avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.