uC Bypass System for guitar pedals - Open Source Project

Started by gtudoran, June 27, 2015, 10:17:28 AM

Previous topic - Next topic

gtudoran

This is the "uC Bypass System for guitar pedals" an Open-Source Project.
Here is a little presentation of the project


Ice-9

Nice project Dexter, post the open source part though
www.stanleyfx.co.uk

Sanity: doing the same thing over and over again and expecting the same result. Mick Taylor

Please at least have 1 forum post before sending me a PM demanding something.

gtudoran

@Ice-9 :)) that would be nice wouldn't be? Pff i'm a total moron, totally forgot about it. So here we go:

Project name: THE UC-BYPASS
Capture, design and PCB design by: DeXTeR
Files format: EAGLE CAD Ver. 6.3
Vin:  9-12V
Code Language: BASCOM


$regfile = "attiny13a.dat"
$crystal = 1000000
$hwstack = 10
$swstack = 10
$framesize = 20

Config Portb.2 = Output
Config Portb.4 = Input

Config Debounce = 30

Set Portb.4
Reset Portb.2


Do
   Main:
   Debounce Pinb.4 , 0 , Tgl_sw
Loop

Tgl_sw:
   Toggle Portb.2
   Goto Main


HEX File: https://dl.dropboxusercontent.com/u/15275178/OSEQ_UPLOADS/THE_BYPASS/THE_BYPASS.hex
SCH File: https://dl.dropboxusercontent.com/u/15275178/OSEQ_UPLOADS/THE_BYPASS/THE_BYPASS_V2.sch
BRD File: https://dl.dropboxusercontent.com/u/15275178/OSEQ_UPLOADS/THE_BYPASS/THE_BYPASS_V2.brd

The HEX file was compiled for ATTINY-13 but by request i can compile it for any ATTINY 8pin chip: ATTINY 13/25/45/85 any of those are compatible with the PCB design
The relay type is: AXICOM IM03 or OMRON equvalent.
The 78L05 is in SOT-89 package.

Also permision is DENIED for any commercial use.

Regards,
Gabriel

PS: any questions that you might have i will gladly answer it