Remember, the Arduino is not the board, but the IDE and libraries behind it. There are a ton of chips you can use as a Arduino, from a Attiny45 up to a Atmega1280 and even a esp8266 wifi module. and with the latest Arduino IDE'sthere is a system to add "cores" for other processor architecture like ARM or intel. as a bare minimum, you need a chip like the atiny45. not even a oscillator or pull up resistors are needed. but then of course you need a programmer to get the code onto your chip, like the avrispmkII or similar. those can aslo be used from within the IDE by pressing shift while clicking upload. and a bootloader (if needed) can also be put on the chip with the programmer. then serial uploading works. On 28-12-15 15:55, chipaudette@yahoo.com [PolySix] wrote: > In my hacking together of my Arduino-controlled OTA Overdrive mod, you may have noticed how messy it was. Tons of wires everywhere! I'm thinking that, to finalize this mod, I'll need to make my own little PCB. I then though, hey, if I'm going to make a custom PCB, why not build the Arduino right into the board!?! I don't know how to do that, but I figured that I'd give it a try. > > One important motivation for me was that, I learn how to build in my own microcontroller (Arduino or otherwise), I could then use that skill to design all sorts of fun new modifications for the Polysix...like making a more flexible LFO, or like adding a set of six wavetable oscillators (one for each voice) to expand the synth's tonal palette. Oh, the fun that could be had! > > > So, I started by figuring out how to build an Arduino on a breadboard. It's been done many times before by others, but it's the first time that I've ever done it. I was surprised at how simple it was. If you're interested, you can check it out here: > > > http://synthhacker.blogspot.com/2015/12/making-breadboard-arduino.html http://synthhacker.blogspot.com/2015/12/making-breadboard-arduino.html > > > > Chip > > -- Met vriendelijke Groet, Simon Claessen drukknop.nl
Message
Re: [PolySix] Re: Polysix Overdrive Mod
2015-12-29 by simon
Attachments
- No local attachments were found for this message.