<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sandboxpedal.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Frank</id>
	<title>Sandbox Pedal Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sandboxpedal.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Frank"/>
	<link rel="alternate" type="text/html" href="https://wiki.sandboxpedal.com/index.php/Special:Contributions/Frank"/>
	<updated>2026-05-06T06:34:41Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.sandboxpedal.com/index.php?title=Building_the_FV-1_Sandbox_pedal&amp;diff=11</id>
		<title>Building the FV-1 Sandbox pedal</title>
		<link rel="alternate" type="text/html" href="https://wiki.sandboxpedal.com/index.php?title=Building_the_FV-1_Sandbox_pedal&amp;diff=11"/>
		<updated>2025-11-10T17:08:32Z</updated>

		<summary type="html">&lt;p&gt;Frank: Created page with &amp;quot;All the files needed to build the pedal are available on the github page at [https://github.com/DisasterAreaDesigns/Sandbox-FV1 Github Sandbox-FV1]  Here you will find the firmware for the RP2040-zero, gerber files for the PCBs, Eagle files for the schematics and PCBs, the assembler files, etc.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;All the files needed to build the pedal are available on the github page at [https://github.com/DisasterAreaDesigns/Sandbox-FV1 Github Sandbox-FV1]&lt;br /&gt;
&lt;br /&gt;
Here you will find the firmware for the RP2040-zero, gerber files for the PCBs, Eagle files for the schematics and PCBs, the assembler files, etc.&lt;/div&gt;</summary>
		<author><name>Frank</name></author>
	</entry>
	<entry>
		<id>https://wiki.sandboxpedal.com/index.php?title=Main_Page&amp;diff=10</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.sandboxpedal.com/index.php?title=Main_Page&amp;diff=10"/>
		<updated>2025-11-10T17:03:36Z</updated>

		<summary type="html">&lt;p&gt;Frank: /* Getting started */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;Welcome to Sandbox Pedal!&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Knowledge Base for DSP Guitar Pedal DIY.&lt;br /&gt;
&lt;br /&gt;
What is Sandbox?  It&#039;s an open-source hardware and software package that allows for digital pedal DIY.  It uses the Spin Semiconductor FV-1 digital signal processing (DSP) integrated circuit and an off-the-shelf RP2040 microcontroller board, and presents the user with the simplest possible way to get started.&lt;br /&gt;
&lt;br /&gt;
# Write your signal processing code or find some cool code from another user.&lt;br /&gt;
# Use our code editor to assemble into a HEX file.&lt;br /&gt;
# Drag the HEX file into the Sandbox FV-1 pedal.&lt;br /&gt;
# Play.&lt;br /&gt;
&lt;br /&gt;
No drivers to install.  No operating system requirements.  No need to be tied to any particular hardware.  If you don&#039;t want to buy anything from us, that&#039;s okay - we made it all free anyway.&lt;br /&gt;
&lt;br /&gt;
The bare minimum thing you&#039;ll need is an RP2040 board like a RP2040-Zero or Raspberry Pi Pico.  These are open-source microcontrollers with a USB port and lots of pins you can use to interface with the outside world.  Connect it to your computer, drag our firmware into the board, then hook up a couple of wires to the EEPROM in your pedal.  Drag a HEX file into the RP2040 and the EEPROM will program automatically.  You don&#039;t need any drivers, no software, nothing but the normal file explorer / Finder / file manager application on your computer.&lt;br /&gt;
&lt;br /&gt;
Why do we need this?  Honestly, we don&#039;t.  There are plenty of other ways to get started with DSP, including several other FV-1 based projects.  Go ahead and try some of them out.&lt;br /&gt;
&lt;br /&gt;
[https://www.pedalpcb.com/product/fv1dev/ PedalPCB FV-1 DEV] &lt;br /&gt;
&lt;br /&gt;
* Requires building a PCB including two 28-pin surface-mount ICs.&lt;br /&gt;
* Requires command-line tools for Mac / Linux.&lt;br /&gt;
* Programming software needs .BIN files instead of native FV-1 HEX.&lt;br /&gt;
* Works best on Windows but limited / basic Mac / Linux support.&lt;br /&gt;
* Requires at least two applications to work (FV-1 assembler or SpinCAD and AsProgrammer or CLI tools)&lt;br /&gt;
* Base hardware is mono in and out&lt;br /&gt;
&lt;br /&gt;
Okay, I see you&#039;re back!  How was that experience?  A little cryptic, maybe?  You need to install some drivers, or maybe update your Python install, something like that?  Then you need to build a pedal from a kit and maybe that doesn&#039;t work first time, sure, we get it.&lt;br /&gt;
&lt;br /&gt;
We&#039;re trying to remove as much friction as possible, and that starts with good tools.  Ask your granddad about good tools vs. cheap tools and you&#039;ll probably hear something like &amp;quot;buy it nice or buy it twice,&amp;quot; and that definitely agrees with our findings.&lt;br /&gt;
&lt;br /&gt;
Making a chorus algorithm isn&#039;t harder than swapping diodes in a Tube Screamer, but the current state of the industry makes it &#039;&#039;seem&#039;&#039; a lot more difficult&#039;&#039;.&#039;&#039;  Starting DSP isn&#039;t hard, but there are a lot of steps and every single one of them has a path to failure.&lt;br /&gt;
&lt;br /&gt;
The traditional way of getting started with FV-1 was to buy the official development board (US$120) from Spin Semiconductor, then use their SpinASM IDE program on a Windows computer to develop and deploy your algorithms.  The dev board has RCA inputs and isn&#039;t particularly guitar-friendly, so you really need some extra hardware to get something that&#039;s closer to a real pedal.&lt;br /&gt;
&lt;br /&gt;
Once you have your algorithms, you need to burn them to an EEPROM for use with an actual pedal.  You can use the dev board to program EEPROMS but it&#039;s a bit clunky and you need the IDE to use it.  It&#039;s fine for one pedal but if you wanted to make 50 or 100 a standalone EEPROM programmer makes more sense.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [[Building the FV-1 Sandbox pedal]]&lt;br /&gt;
* [https://fv1.sandboxpedal.com FV-1 Sandbox Pedal Editor]&lt;br /&gt;
* [https://fxcore.sandboxpedal.com FXCore Sandbox Pedal Editor]&lt;br /&gt;
* [[Troubleshooting]]&lt;/div&gt;</summary>
		<author><name>Frank</name></author>
	</entry>
</feed>