Search found 42 matches

by stanleyfx
Fri Dec 01, 2023 5:35 am
Forum: Software
Topic: erasing fxcore programs how to
Replies: 3
Views: 2703

Re: erasing fxcore programs how to

I'm not sure what the benefit of erasing all programs would be, if you want to start from a clean sheet why not just write a 'straight through' program so that all 4 inputs are passed directly to all 4 outputs and write this to all 16 locations. Unless you have a special reason to erase all memory l...
by stanleyfx
Thu Dec 08, 2022 9:47 am
Forum: Software
Topic: Is anyone working on building something like the SpinCAD Designer for the Spin FV-1 but for FXCore instead?
Replies: 3
Views: 16796

Re: Is anyone working on building something like the SpinCAD Designer for the Spin FV-1 but for FXCore instead?

fubusmaximus wrote: Mon Dec 05, 2022 11:59 pm Actually I found one on GitHub: https://github.com/leoschofield/FXCoreDesigner

I've compiled it and am messing with it now!
Interesting, Let us know how you get on with it.
by stanleyfx
Tue Nov 01, 2022 7:02 am
Forum: Hints and tips
Topic: What is this forum?
Replies: 1
Views: 30211

Re: What is this forum?

Thank you, Mathew, for your input and enthusiasm with helping out with information for getting started with FXC coding. I'm sure many will find your tips and tricks very helpful, me included. I'm sure as we all get more involved in coding with the FXC this part of the forum will be a great source of...
by stanleyfx
Sun Oct 02, 2022 8:51 am
Forum: Hardware
Topic: Hardware Hacking with FXCore!
Replies: 6
Views: 16326

Re: Hardware Hacking with FXCore!

Nice idea to use the 4053 multipexer to allow more physical pots within the FXC pot multiplexing.
by stanleyfx
Sat Jul 23, 2022 7:14 am
Forum: Hardware
Topic: Codec alternatives?
Replies: 41
Views: 69742

Re: Codec alternatives?

The CS4220 is a nice codec but I'm sure it is discontinued from the Cirrus logic range although still available as a a CoolAudio chip as the V4220. It has differential inputs and is essentially a 5v codec. You can still run your op-amp analogue supply at 9v with a little consideration to the codec v...
by stanleyfx
Fri May 20, 2022 1:54 pm
Forum: Hardware
Topic: Need a hand
Replies: 30
Views: 43776

Re: Need a hand

Hi, A shot in the dark but one thing I see on your PCB is that you have your input and output jacks placed on one side of the PCB but directly opposite on the other side of the PCB and in line with the jacks you have the FX Core pots placed. I'm not sure this is a great idea as the digital control p...
by stanleyfx
Thu Mar 10, 2022 11:35 am
Forum: General
Topic: NEW FXCore based pedal!
Replies: 2
Views: 17158

Re: NEW FXCore based pedal!

Nice, Well done Matthew on your second FXC pedal. we have pedals ready to go but can't get any codecs. Any clues on what is available ?
by stanleyfx
Tue Mar 08, 2022 3:13 am
Forum: Hardware
Topic: Need a hand
Replies: 30
Views: 43776

Re: Need a hand

Are you feeding 9v into the 3.3v regulator ? At first this is how I had it set up and the 3.3v digital reg. was getting quite warm, I revised the circuit so that the 5v digital regulator fed the 3.3v digital regulator and also placed a larger copper area under the reg. for heat displacement so now i...
by stanleyfx
Mon Mar 07, 2022 12:38 pm
Forum: Hardware
Topic: Need a hand
Replies: 30
Views: 43776

Re: Need a hand

Hey man! Thanks for your reply! Also congrats on the new release! EDIT: Jesus I'm hopeless.. while checking all you suggested I had a look at my mcu code and noticed I wasn't pulling up the RST pin on the FXC. I've fixed it and can now flash the FXC with the ISP. Thank you!!!! Hi Sebotron, Glad you...
by stanleyfx
Fri Jan 07, 2022 11:42 am
Forum: Hardware
Topic: Development Board DLL Problem
Replies: 22
Views: 35038

Re: Development Board DLL Problem

No, most likely it will have same issue with W10. Run dependencies https://github.com/lucasg/Dependencies on the dll and see what it is using, check which are missing and install them. Most likely it was DLLs from FTDI's development package (Visual Studio I think) and probably available on the Micr...