was: Quantimator DIY thread now: not happnin'!
Moderators: Kent, luketeaford, Joe., lisa
- mattrick
- Common Wiggler
- Posts: 188
- Joined: Wed Apr 18, 2012 10:16 pm
- Location: Madrid, New Mexico, USA
1 set for me please 

san pedro labs | creative audio electronics | custom synth manufacture
my work: http://sanpedrolabs.com
my music: http://www.soundcloud.com/mattrick
my work: http://sanpedrolabs.com
my music: http://www.soundcloud.com/mattrick
- Paradigm X
- Super Deluxe Wiggler
- Posts: 2056
- Joined: Tue Nov 02, 2010 5:43 am
- decaying.sine
- Broken <--> Fixed
- Posts: 5398
- Joined: Wed Jun 03, 2009 10:05 pm
- Location: New Haven, CT USA
-
- Veteran Wiggler
- Posts: 611
- Joined: Tue Dec 06, 2011 4:21 am
- Location: chicago
- toppobrillo
- Ultra Wiggler
- Posts: 950
- Joined: Sun Dec 07, 2008 1:57 am
- Location: OAK
I was reading the first post and see that I can burn my own chip with my UNO. What does it mean to have a bootloader? Right now the 328 that came with my UNO is in my tabula rasa. So can I just grab a bunch more atm328 chips and upload your code to chip using Arduino software and my UNO? I am still so green the the Arduino world and just figuring out what I can do with it.
Thanks.
Thanks.
- Junk Rhythm
- Big Bottom Shaker
- Posts: 2245
- Joined: Wed Mar 11, 2009 2:16 pm
- Location: Austin, TX
For the ATMEGA328 to have a bootloader, you would need to use one of the following methods:raisinbag wrote:I was reading the first post and see that I can burn my own chip with my UNO. What does it mean to have a bootloader? Right now the 328 that came with my UNO is in my tabula rasa. So can I just grab a bunch more atm328 chips and upload your code to chip using Arduino software and my UNO? I am still so green the the Arduino world and just figuring out what I can do with it.
Thanks.
A: Use an ATMEGA328 that came from an Arduino development board
B: Purchase a pre bootloaded ATMEGA328 (Sparkfun, Adafruit, many others...)
C: Take a minty fresh ATMEGA from Mouser, Digikey, Allied, etc... and burn the Arduino bootloader onto the ATMEGA328 using an AVRISP or similar programmer. Technically if you are using an AVRISP, you could skip the bootloader and just burn the compiled .HEX file that the Arduino IDE spits out. This is how the production run Quantimators are done. The bootloader is only needed if you plan on using the Arduino development board to hack on the firmware. Even then, it's not really needed if you know what you are doing, just makes things easier by eliminating steps.
- HueMonContact
- VoltageCtrlR
- Posts: 1714
- Joined: Fri Aug 13, 2010 10:02 am
- Location: Los Angeles
I'm in for a board, chip, dip and a drink with a little umbrella.
Sound:
http://soundcloud.com/voltagectrlr
http://voltagectrlr.bandcamp.com
Game of Life Label Release: Inner Siddhi Portal
http://gameoflife.bandcamp.com/album/vo ... dhi-portal
++++++++++++++++++++++++++++++
Blog:
http://shirovoltagectrlr.tumblr.com/
http://groundloup.wordpress.com/
++++++++++++++++++++++++++++++
Video:
http://vimeo.com/voltagectrlr
______________________________________
HueMonContact...
Hue=Color, Mon=Man/Monster, Contact=Touch.
http://soundcloud.com/voltagectrlr
http://voltagectrlr.bandcamp.com
Game of Life Label Release: Inner Siddhi Portal
http://gameoflife.bandcamp.com/album/vo ... dhi-portal
++++++++++++++++++++++++++++++
Blog:
http://shirovoltagectrlr.tumblr.com/
http://groundloup.wordpress.com/
++++++++++++++++++++++++++++++
Video:
http://vimeo.com/voltagectrlr
______________________________________
HueMonContact...
Hue=Color, Mon=Man/Monster, Contact=Touch.
Haha, I forgot that I even made this post. Um so ya it sounds as though I don't even need a "bootloader" at all. Right?!?!?
I have a bunch of Minty fresh 328s I got from Tayda, in hopes this project some about at some point. I don't have a AVRISP, so from what I am extracting from your last comment "junk rhythm", I can just skip the bootloading all together and upload using my UNO, since I will not be hacking anything. OR when you say "hack" do you mean "put on the firmware. (which would mean that I need it.)
If I can still do it but have to "know what I'm doing (which I don't
) this is how I learn, by taking on things that I don't and working through it.
I'll go see how much those avrisp things are, NEVER ENOUGH TOOLS! I say.

I have a bunch of Minty fresh 328s I got from Tayda, in hopes this project some about at some point. I don't have a AVRISP, so from what I am extracting from your last comment "junk rhythm", I can just skip the bootloading all together and upload using my UNO, since I will not be hacking anything. OR when you say "hack" do you mean "put on the firmware. (which would mean that I need it.)
If I can still do it but have to "know what I'm doing (which I don't


I'll go see how much those avrisp things are, NEVER ENOUGH TOOLS! I say.
- Junk Rhythm
- Big Bottom Shaker
- Posts: 2245
- Joined: Wed Mar 11, 2009 2:16 pm
- Location: Austin, TX
If you want to use the UNO as the programming device, you would need Arduino bootloaded 328s. The Arduino itself won't be able to burn that bootloader onto the 328 from what I've researched and it can't burn the compiled .HEX onto the device either. The only way to put the bootloader or the .HEX onto the 328 is via an AVRISP or similar programmer. I assume the 328s from Tayda are most likely non-Arduino bootloaded ICs so you will need to look for a method of getting the bootloader on there if you want to use them with the UNO.raisinbag wrote:I have a bunch of Minty fresh 328s I got from Tayda, in hopes this project some about at some point. I don't have a AVRISP, so from what I am extracting from your last comment "junk rhythm", I can just skip the bootloading all together and upload using my UNO, since I will not be hacking anything. OR when you say "hack" do you mean "put on the firmware. (which would mean that I need it.)
If I can still do it but have to "know what I'm doing (which I don't) this is how I learn, by taking on things that I don't and working through it.
![]()
I'll go see how much those avrisp things are, NEVER ENOUGH TOOLS! I say.
By hack I meant muck around with the firmware and potentially make a mess of the code.

...or extend some of the feature set to include other ideas or maybe rewrite the firmware and create an alternate faceplate so the module could do something else entirely. The hardware could be repurposed for other modules.
- Junk Rhythm
- Big Bottom Shaker
- Posts: 2245
- Joined: Wed Mar 11, 2009 2:16 pm
- Location: Austin, TX
There are ways to do it on OSX but I was never patient enough to get it working. I have WinXP installed in Parallels on my MacBook which is how I've done the Quantimator firmware burning for Josh/Toppobrillo in the past.raisinbag wrote:Ok cool. Just looked, avrisp ain't so pricey. I love the ability to make my own shit and learn some new stuff. I imagine that I can do the boot loading with OSX?
- sneak-thief
- Ultra Wiggler
- Posts: 974
- Joined: Sun Feb 20, 2011 11:13 am
- Location: Berlin
Oi, I'll take a set.
http://involucija.org - post-industrial euphoric deprogramming. LP coming soon on a+w.