Search found 192 matches

by ice-nine
Thu Oct 15, 2020 3:30 am
Forum: FV-1 software questions
Topic: read protect eeprom
Replies: 4
Views: 7606

Re: read protect eeprom

As Frank said, No. It is not possible to protect the code stored within the 24lcXX EEPROM but it is possible to protect your code if you wanted to do so. Sort of. You would need to use a microcontroller with internal EEPROM space to send the programs to the FV-1 in place of the normal 24lcXX EEPROM,...
by ice-nine
Tue Sep 29, 2020 1:58 pm
Forum: Algorithm development
Topic: Stereo effects in general + overload delay ram
Replies: 4
Views: 8363

Re: Stereo effects in general + overload delay ram

For Stereo Reverbs you could have a look at the reverbs in the 'Free DSP programs' section on the SpinSemi website, there are some stereo reverbs by 'Harmon Grold' to download and try. If this is the type of thing you are looking for you can use the code and optimise it to what you would prefer for ...
by ice-nine
Wed Jul 22, 2020 9:28 am
Forum: Algorithm development
Topic: Reconfiguring the FV1 1313A Reverb chip - Absolute noob needing help
Replies: 2
Views: 6035

Re: Reconfiguring the FV1 1313A Reverb chip - Absolute noob needing help

No need to worry about the 1313A markings on the chip it is just the manufacture date code, made in 2013 so it's an older 7 year old IC. The Spin Software only connects to the Spin FV-1 Development board, if you have a pedal with the FV-1 in it you will need to use a programmer to send a .hex file (...
by ice-nine
Wed Jul 22, 2020 5:39 am
Forum: FV-1 hardware questions
Topic: NAMM 2017
Replies: 41
Views: 66733

Re: NAMM 2017

amz-fx wrote: Wed Jul 22, 2020 3:07 am FXcore update:

http://www.experimentalnoize.com/product_FXCore.php

regards, Jack
Cheers Jack, I have been playing with my FX-Core Dev Board for a little while now. :wink:
by ice-nine
Wed May 27, 2020 12:56 pm
Forum: FV-1 hardware questions
Topic: Mid Reference Capacitor
Replies: 17
Views: 17338

Re: Mid Reference Capacitor

it is just dataheet stuff, the main datasheet suggests 1uf for both but the dev board dataheet has 10uf it doesn't make much difference. I use 10uf in both positions.
by ice-nine
Sun May 24, 2020 8:15 am
Forum: FV-1 hardware questions
Topic: Mid Reference Capacitor
Replies: 17
Views: 17338

Re: Mid Reference Capacitor

Aion wrote: Sat May 23, 2020 8:06 am You can find even 22 uF in some commercial products. The 4.7 uF tantalum is available in 0603 case.
All my designs use 10uf for mid reference but I use micro sized electros or tants.
by ice-nine
Tue Apr 21, 2020 5:20 am
Forum: FV-1 software questions
Topic: JAM
Replies: 4
Views: 6639

Re: JAM

As far as I know the latest SinASM is 1.1.30.0 that may fix your compile issue.
by ice-nine
Wed Apr 15, 2020 12:42 pm
Forum: FV-1 hardware questions
Topic: Program Selection Options
Replies: 3
Views: 6336

Re: Program Selection Options

I am using a small 8 pin PIC12F615 for this, it still has 2 pins available which could be used for a bypass but one pin would be the switch and the other could control the bypass relay. It would be better to use a bigger PIC for LED and mute outputs if you wanted to have both bypass and program sele...
by ice-nine
Wed Apr 15, 2020 11:10 am
Forum: FV-1 hardware questions
Topic: Pops when changing programs in a second eeprom
Replies: 14
Views: 13625

Re: Pops when changing programs in a second eeprom

FV-1 is a typical CMOS process so anything above 0.7*VDD is a "1" and below 0.3*VDD is a "0" Have you looked at all the signals for a glitch? Personally I would ignore everything else until I tracked down with a scope where the pop is originating. Is it on the power line? A glit...
by ice-nine
Wed Apr 15, 2020 3:10 am
Forum: FV-1 hardware questions
Topic: Program Selection Options
Replies: 3
Views: 6336

Re: Program Selection Options

I use a small pic chip to output the 3 bit binary code needed to switch s0-2 the pic is directly connected to these pins but if you take this route you must use a micro that is 3.3v otherwise you may damage the FV-1. The 8 position switch is set up as a resistor divider which connects to the ADC of ...
by ice-nine
Tue Apr 14, 2020 2:40 pm
Forum: FV-1 hardware questions
Topic: Pops when changing programs in a second eeprom
Replies: 14
Views: 13625

Re: Pops when changing programs in a second eeprom

Hi, I'm also one of the members of this project, the Arduino is a NANO which uses the ATMega328p which is a 5v device but we have level shifters in place between all FV-1 pins. I can dig out the full schematics as requested if I am able to send PM.
by ice-nine
Tue Jan 21, 2020 9:41 am
Forum: Algorithm development
Topic: Stereo/Mono Inputs & Auto Sum to Mono Output
Replies: 3
Views: 6610

Re: Stereo/Mono Inputs & Auto Sum to Mono Output

frank wrote: Tue Jan 21, 2020 9:36 am It is probably due to the signal bouncing around the threshold. I would do this in hardware rather than software, a switching jack like ACJM-HHDR
Exactly this.
by ice-nine
Tue Jan 14, 2020 10:06 am
Forum: Algorithm development
Topic: Spring reverb
Replies: 35
Views: 108354

Re: Spring reverb

rdax pot1, 1 ; rate mulx pot1 sof 0.6, 0.1 ; 7:1 range wrax sin1_rate, 0 cho RDAL, sin1 mulx pot2 ; depth sof 0.5, 0.5 ; 0 to 1 wrax trem, 0 ; save LFO value try changing this line sof 0.6, 0.1 ; 7:1 range to this sof 0.4, 0.1 ; 5:1 range it should change the rate to a slower maximum speed , see if...
by ice-nine
Mon Jan 13, 2020 12:53 pm
Forum: Algorithm development
Topic: Spring reverb
Replies: 35
Views: 108354

Re: Spring reverb

Great reverb, good job! It’s a pity on one of the regulators that is responsible for the tremolo (vibration) you can hear how it works incorrectly, then an effect appears, then it disappears, I tried different values, but so far it didn’t work out, but it's temporary) It's worth it. Could you expla...
by ice-nine
Mon Dec 30, 2019 6:02 am
Forum: FV-1 hardware questions
Topic: Reading pots noise
Replies: 6
Views: 6318

Re: Reading pots noise

I have just had a quick look at the schematic and the board and it looks to me that you have the pots connected to the FV-1 in the normal method and also connect the wiper to the micro, would it not be a better idea to read the pots into analogue inputs on the micro then send to a PWM output which d...