pedalSHIELD MEGA Arduino Guitar Pedal

  Рет қаралды 47,442

ElectroSmash

ElectroSmash

Күн бұрын

Пікірлер: 37
@IbnBattuta-ej8fs
@IbnBattuta-ej8fs 3 жыл бұрын
Is there a way to obtain the PCB Gerber file? Because it's not available anymore and the file posted on the forum is for the Pedal Pi not the Mega. Thank you for your help.
@supercybercow5388
@supercybercow5388 6 жыл бұрын
Will add this to my DIY guitar amp as cheap modelling solution
@excessif1006
@excessif1006 3 жыл бұрын
Hi, where i can find the PCB for this project or even probably download one for KiCad or other program where it was made? Didn't saw anything similar on your web page. Will be glad to hear your answer.
@tomislavsekerija1957TN
@tomislavsekerija1957TN 3 жыл бұрын
Next level anytime soon? For example having that pot on the side a bit bigger and fixed a bit better so you can roll it by foot during playing?
@ScottEvans-vk7hse
@ScottEvans-vk7hse 6 жыл бұрын
I must say that this looks like a great pedal, I bought the Due version last year and I've still not had much of a chance to experiment with it other than with the examples... The OLED is a nice feature!
@lenoillionel2342
@lenoillionel2342 6 жыл бұрын
very nice.... an extra thumbs p for the sleeping cat on the lcd...XD
@Electrosmash
@Electrosmash 6 жыл бұрын
;)
@SoundCityEstudioPedais
@SoundCityEstudioPedais 3 жыл бұрын
Hi! Just loved the pedal! Do you guys still have some in stock?
@tomislavsekerija1957TN
@tomislavsekerija1957TN 3 жыл бұрын
You still work? Your website have some issue with security (cert).
@hd038
@hd038 Жыл бұрын
Is possible make audio interface like focusrite scarlett 2x2 with arduino mega?
@dermetzger
@dermetzger 5 жыл бұрын
Interesting concept, wish the distortion sounded a little better...
@Electrosmash
@Electrosmash 5 жыл бұрын
Thanks! :) We try to use it as a platform to learn how to develop your own effects, classic tones like Tube Screamer, Rat, DS-1, Klon, etc are very difficult to emulate :) the pedalshield Fuzz and Bit-Crusher are a bit more on the savage side.
@tomislavsekerija1957TN
@tomislavsekerija1957TN 3 жыл бұрын
Use analog dirt sounds, this kind of stuff is for glitchy side of life. B-)
@nedstar7378
@nedstar7378 3 жыл бұрын
Today I build this project, first I designed a new pcb and started to add the components then I still missing a few capacitors which I received today and could test today. I must say that it preduces a lot of background noise. Some of the example codes was bad but some are very good however the heavy background noise is disturbing. Tomorrow I will starting to make an investigation how to solve the problem.
@ro33k1
@ro33k1 Жыл бұрын
Hi, did you solved the problem with the noise? I'm working on this project these day but I'm stuck at the programming. The website and forum are not working any more, well the website is having some missing pages and the forum is locked. Maybe I can get a little help here? Thanks
@williamluong7743
@williamluong7743 11 ай бұрын
yoou got files
@MarcyAvila
@MarcyAvila 4 жыл бұрын
Awesome concept♡
@eyeball226
@eyeball226 5 жыл бұрын
The addition of the screen is really cool, but the lack of pots is strange. Either some pots, or some extra buttons would have been helpful.
@electrosmashteam7791
@electrosmashteam7791 5 жыл бұрын
Arduino MEGA cannot process audio and read analog pots at the same time... that's why we use an LED, 2 push-buttons and a toggle switch to interact with the effects.
@eyeball226
@eyeball226 5 жыл бұрын
@@electrosmashteam7791 Ah I see, my mistake. I'm not too familiar with the Arduino MEGA, from the name I assumed it would have even more options than the Due.
@CTSmerv
@CTSmerv 5 жыл бұрын
why not use rotary encoders? that could be a digital solution, plus many ecoders have a push switch built in.
@eudeciogabriel8571
@eudeciogabriel8571 10 ай бұрын
better than any real pedal
@alvaroferrerclaver650
@alvaroferrerclaver650 5 жыл бұрын
I just bought your pedal model and I'm interested in doing the loop function. Is there any way to get more memory? thank you
@Electrosmash
@Electrosmash 5 жыл бұрын
Hi, the only idea is to use an external memory chip, something like the 23K256 chip, that can add 32K of SRAM. The plan would be to read the signal, store it into the external chip and read it later. Im not 100% sure about the R/W speed but it could fly... more info here: playground.arduino.cc/Main/SpiRAM/
@brayhancastro7248
@brayhancastro7248 3 жыл бұрын
Hi, I want to buy a kit, is it still available?
@dazzid
@dazzid 6 жыл бұрын
Why the sound is so digitally creepy? It is due to Arduino capacity?
@Electrosmash
@Electrosmash 6 жыл бұрын
Hi David, it is a lo-fi guitar pedal although the sound quality is not "bad". Arduino was never designed to be an audio device but with some hacks, you can get a decent tone out of it.
@dazzid
@dazzid 6 жыл бұрын
Very nice project in deed, I love it. At the end the adc is 10 bits isn't? I think I will buy one
@dazzid
@dazzid 6 жыл бұрын
ok! I just checked the web, all the details are there. Cool!
@JamesDMorris2008
@JamesDMorris2008 6 жыл бұрын
perhaps overclock? just wonder
@golfnitram40
@golfnitram40 5 жыл бұрын
where i can buy?
@GugaLinharesUS
@GugaLinharesUS 6 жыл бұрын
Can i do this project with MSP430?
@Electrosmash
@Electrosmash 6 жыл бұрын
Hi, the pedalsHIELD project only works with the Arduino boards, you could probably try to make it work over an MSP430 but you would need to develop all the software from scratch.
@ferrumignis
@ferrumignis 5 жыл бұрын
The MSP430 has the advantage of a 12 bit ADC, giving some improvement in sound quality (dynamic range). Porting the Arduino code should be fairly simple, assuming you have a C compiler, but you will need to rewrite the peripheral libraries.
@devospanko
@devospanko 6 жыл бұрын
Is there programming/memory for a loop record/playback function?
@Electrosmash
@Electrosmash 6 жыл бұрын
Hi Devan, the Arduino MEGA RAM memory is limited to 8KB, so doing a loop-record effect is not possible. You can do short delays or reverbs but record during seconds is not feasible.
@videowatchaccount7551
@videowatchaccount7551 3 ай бұрын
The distortion on that thing sounds like shite.
Guitar Pedal Beginner Breadboarding Tutorial - Boost
32:11
DIY Guitar Pedals
Рет қаралды 311 М.
UFC 308 : Уиттакер VS Чимаев
01:54
Setanta Sports UFC
Рет қаралды 899 М.
I tricked MrBeast into giving me his channel
00:58
Jesser
Рет қаралды 26 МЛН
ROSÉ & Bruno Mars - APT. (Official Music Video)
02:54
ROSÉ
Рет қаралды 245 МЛН
СОБАКА И  ТРИ ТАБАЛАПКИ Ч.2 #shorts
00:33
INNA SERG
Рет қаралды 1,4 МЛН
Time Manipulator - Arduino based Delay Echo Reverb Guitar Pedal
3:07
ECE4448 L43: Diode-Based Overdrive and Distortion Effects (Guitar Amplification and Effects)
21:19
I tried the Cheapest Arduino Alternative (that Nobody heard of)
13:31
Вот что я КУПИЛ на ALIEXPRESS.
11:41
Lisin YT
Рет қаралды 65 М.
Guitar Pedals For Beginners - In Less Than 10 Minutes
9:59
GuitarZero2Hero
Рет қаралды 792 М.
How To Design An Overdrive Pedal Circuit
14:38
Wampler Pedals
Рет қаралды 313 М.
What's the difference? Arduino vs Raspberry Pi
6:21
Tinkernut
Рет қаралды 1,8 МЛН
UFC 308 : Уиттакер VS Чимаев
01:54
Setanta Sports UFC
Рет қаралды 899 М.