Git Product home page Git Product logo

alfonso_icl8038's Introduction

A.L.F.O.N.S.o based on ICL8038

ALFONSo stands for :

Analog Low Frequency Oscillator Nolinear Sequencer

In this implementation MK-ICL8038.

Meta

Scope:

  • The project from my passion of analog synthesizers and the love of the patterns, rhythms and mats that colored the majority of the 70s and 80s classics. In particular the analog sequencers and LFOs.
  • The use of analog IC monolith signal generators operated in BF in the 1Hz band up to 25KHz. Can be used as VCO/LFO. This first research intentionally uses the older, now obsolete, but well known Intersil ICL8038.
  • The digital control interface via USB is based on an old and well-known Microchip 18-series microcontroller. The PIC18F4550 is a widely used mC and there is a large amount of example code and tutorials available on the web. However, I personally always suggest having its datasheet handy and dedicating the time to understand its correct functioning.
  • Alfonso uses the USB 2.0 peripheral contained in the 18F4550 microcontroller. The firmware exposes the USB port as a CDC (USB communications device class). This allows it to be recognized by all OSes as an RS232 serial port. I originally intended to use the USB port as a Human Interface Device (HID) but due to its limitations I decided to implement it as a CDC and build a proprietary protocol on it.

Early implementation

This first implementation is oriented to develop and test all the HW functionalities of the VCOs/LFOs and the core SW libraries for their command. For this, a first mixer with the basic functions was developed.

Front Panel Mixer Panel

Both the control logic section and the analog section with the VCO and the mixers are still being prototyped via breadboard. Once the functionality is stabilized, I will create a welded version for better signal quality. Obviously the air links are not optimal.

AlfonsoProto

Upcoming implementations

  • It is my intention, once the project based on the Intersil ICL8038 is completed and stabilized, to re-adapt it for use with the EXAR XR-2206 Monolithic Function Generator. IC is more modern and seems to compensate for certain problems of the ICL8038. It is also still supported and in production.
  • The impact on the Firmware of the transition of the current mC PIC18F4450 towards the new version, currently supported by the MCC of MPLABX, mC PIC18F45K50 is minimal. So as soon as the current version stabilizes, I'll switch to this mC.

alfonso_icl8038's People

Contributors

madmace avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  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.