Search found 141 matches

by Sweetalk
Mon Jun 15, 2020 2:41 pm
Forum: FV-1 hardware questions
Topic: Some things I've learned about the FV-1
Replies: 19
Views: 29606

Re: Some things I've learned about the FV-1

Thanks for the info, what do you think about the LM1117?
by Sweetalk
Mon Jun 08, 2020 12:17 pm
Forum: FV-1 hardware questions
Topic: Mid Reference Capacitor
Replies: 17
Views: 17418

Re: Mid Reference Capacitor

Interesting discussion. I've been using 85 c 1uf electrolytics in my design for the ref and mid caps. I haven't seen any issues with ADC or DAC conversion. This is OT, but I managed to get the chip's noise performance below -100dB unweighted. I won't say exactly how low, but I will say that I don't...
by Sweetalk
Wed May 27, 2020 6:58 am
Forum: FV-1 hardware questions
Topic: Mid Reference Capacitor
Replies: 17
Views: 17418

Re: Mid Reference Capacitor

Aion wrote: Tue May 26, 2020 2:16 pm @ smear "do they use the same larger values for REFP?"

Yes, 22 uF both for MID and REFP.
Any improvements using larger caps?
by Sweetalk
Sun Mar 22, 2020 11:19 am
Forum: FV-1 hardware questions
Topic: Ground Plane
Replies: 2
Views: 6283

Re: Ground Plane

Great Frank, my assumptions were correct, the bottom plane is really solid so I'll stick to that.
by Sweetalk
Sat Mar 21, 2020 12:11 pm
Forum: FV-1 hardware questions
Topic: Ground Plane
Replies: 2
Views: 6283

Ground Plane

In a dual layer pcb I allways use a bottom layer ground plane but think about adding a top layer ground plane. My question is, if an improvement or can lead to ground loops?
by Sweetalk
Thu Mar 12, 2020 3:34 am
Forum: FV-1 software questions
Topic: DSP What is a program? (& Linux IDE?)
Replies: 6
Views: 8025

Re: DSP What is a program? (& Linux IDE?)

I tried SpinASM with Wine a few years back. As I recall it will not work directly with the USB port to program the FV-1 dev board. But you might be able to use a PICKit 2 clone and pk2cmd. Then just use the Spin IDE to generate a hex file for pk2cmd to use. Or also th CH340 eeprom programmers works...
by Sweetalk
Wed Mar 04, 2020 10:40 am
Forum: Algorithm development
Topic: Pitch Shifter: crossfade frequency
Replies: 7
Views: 9026

Re: Pitch Shifter: crossfade frequency

Not really possible to cancel it as it is dependent on the signal so at one frequency it may have no tremolo effect but will at another frequency. And the signal is the thing we cannot control, the end user has all the control. You will have zero tremolo effect when you have exactly 2 full waves of...
by Sweetalk
Wed Mar 04, 2020 7:32 am
Forum: Algorithm development
Topic: Pitch Shifter: crossfade frequency
Replies: 7
Views: 9026

Re: Pitch Shifter: crossfade frequency

I don't exactly know the answer but I do recall some SpinCAD simulations that helped me understand what was going on. The following thoughts are somewhat distant memories and should be validated against... "reality" (cough). When you're doing pitch shifting, you're cross fading the pitch ...
by Sweetalk
Mon Mar 02, 2020 2:12 pm
Forum: Algorithm development
Topic: Pitch Shifter: crossfade frequency
Replies: 7
Views: 9026

Pitch Shifter: crossfade frequency

We all know that the pitch shifter algo has some tremolo-like artifacts due to the crossfading between samples. That tremolo rate is somewhat proportional to the pitch shifting frequency (slower at lower pitch and faster at higher pitch). I tried a lot of things to get rid of it or, at least, reduce...
by Sweetalk
Mon Mar 02, 2020 2:08 pm
Forum: FV-1 software questions
Topic: Using ADC value with SKP instruction
Replies: 8
Views: 9118

Re: Using ADC value with SKP instruction

Hey Bennett! This seems to be working but every time the signal starts boarding the threshold (i.e. just a little be below and back above again) I get a slight crackling sound in one of my output channels. Any thoughts on how to get rid of this? I think that when the signal is near the threshold yo...
by Sweetalk
Thu Feb 27, 2020 12:06 pm
Forum: Algorithm development
Topic: 2 octaves up
Replies: 2
Views: 6108

Re: 2 octaves up

You don't need to do an octave for each channel and then do the feedback loop externally. You can use both pitch shifter in series in the code and then add what you want...
by Sweetalk
Wed Sep 04, 2019 2:30 pm
Forum: FV-1 hardware questions
Topic: Hardware designing guide
Replies: 5
Views: 5760

Re: Hardware designing guide

Hi, I don't know if this is related to what happened to me, but I was getting horrible hiss from the first PCB I soldered. In my design FV-1 is on top, and THT components on bottom. GND planes of both sides are connected through as many vias i could insert there. The fact is that the main issue was...
by Sweetalk
Fri Aug 02, 2019 1:13 pm
Forum: FV-1 hardware questions
Topic: Hardware designing guide
Replies: 5
Views: 5760

Re: Hardware designing guide

Hi Sweettalk, I too am trying to lower the noise floor which is mainly too much hiss in my case which I have also noticed on many commercial pedals that I have tested as well, is this the same as yourself ? I use the 10uf pin 3 and pin 26, The main Spin FV-1 datasheet shows the use of 1uf but the d...
by Sweetalk
Tue Jul 30, 2019 1:00 pm
Forum: FV-1 hardware questions
Topic: Hardware designing guide
Replies: 5
Views: 5760

Hardware designing guide

Hi!, I'm designing a new project with the FV, I've done a lot of pedals with it and always trying to lower the noise. Had some troubles with ground loops, and planes. The best results I got it using THT components, with the FV1 in the bottom of the board and the ground plane on the top, any thoughs ...
by Sweetalk
Sat Aug 25, 2018 6:26 am
Forum: FV-1 hardware questions
Topic: Can you store programs on an Arduino?
Replies: 2
Views: 3351

Re: Can you store programs on an Arduino?

Yes, you have to emulate an eeprom with the arduino.