<?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=Matthew</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=Matthew"/>
	<link rel="alternate" type="text/html" href="https://wiki.sandboxpedal.com/index.php/Special:Contributions/Matthew"/>
	<updated>2026-05-06T11:38:18Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.sandboxpedal.com/index.php?title=Main_Page&amp;diff=9</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.sandboxpedal.com/index.php?title=Main_Page&amp;diff=9"/>
		<updated>2025-08-17T13:38:37Z</updated>

		<summary type="html">&lt;p&gt;Matthew: &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;
* [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>Matthew</name></author>
	</entry>
	<entry>
		<id>https://wiki.sandboxpedal.com/index.php?title=Main_Page&amp;diff=8</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.sandboxpedal.com/index.php?title=Main_Page&amp;diff=8"/>
		<updated>2025-08-16T23:18:44Z</updated>

		<summary type="html">&lt;p&gt;Matthew: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;Welcome to Sandbox!&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Knowledge Base for DSP Guitar Pedal DIY.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&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>Matthew</name></author>
	</entry>
	<entry>
		<id>https://wiki.sandboxpedal.com/index.php?title=Troubleshooting&amp;diff=7</id>
		<title>Troubleshooting</title>
		<link rel="alternate" type="text/html" href="https://wiki.sandboxpedal.com/index.php?title=Troubleshooting&amp;diff=7"/>
		<updated>2025-08-16T23:17:30Z</updated>

		<summary type="html">&lt;p&gt;Matthew: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== USB devices not connecting in Chrome: ==&lt;br /&gt;
&lt;br /&gt;
Chrome requires permissions to access your USB-HID devices like Sandbox.  Here&#039;s how you can verify those permissions are correct.&lt;br /&gt;
&lt;br /&gt;
Open Chrome and select Settings &amp;gt; Privacy &amp;amp; Security &amp;gt; Site Settings &amp;gt; HID Devices&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:HID_privacy.png|thumb|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Make sure that fxcore.sandboxpedal.com and fv1.sandboxpedal.com are allowed to access your HID devices.&lt;br /&gt;
&lt;br /&gt;
[[File:Hid_settings.png|thumb|center]]&lt;/div&gt;</summary>
		<author><name>Matthew</name></author>
	</entry>
	<entry>
		<id>https://wiki.sandboxpedal.com/index.php?title=Troubleshooting&amp;diff=6</id>
		<title>Troubleshooting</title>
		<link rel="alternate" type="text/html" href="https://wiki.sandboxpedal.com/index.php?title=Troubleshooting&amp;diff=6"/>
		<updated>2025-08-16T23:16:41Z</updated>

		<summary type="html">&lt;p&gt;Matthew: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;USB devices not connecting in Chrome:&lt;br /&gt;
&lt;br /&gt;
Chrome requires permissions to access your USB-HID devices like Sandbox.  Here&#039;s how you can verify those permissions are correct.&lt;br /&gt;
&lt;br /&gt;
Open Chrome and select Settings &amp;gt; Privacy &amp;amp; Security &amp;gt; Site Settings &amp;gt; HID Devices&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:HID_privacy.png|thumb|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Make sure that fxcore.sandboxpedal.com and fv1.sandboxpedal.com are allowed to access your HID devices.&lt;br /&gt;
&lt;br /&gt;
[[File:Hid_settings.png|thumb|center]]&lt;/div&gt;</summary>
		<author><name>Matthew</name></author>
	</entry>
	<entry>
		<id>https://wiki.sandboxpedal.com/index.php?title=File:HID_privacy.png&amp;diff=5</id>
		<title>File:HID privacy.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.sandboxpedal.com/index.php?title=File:HID_privacy.png&amp;diff=5"/>
		<updated>2025-08-16T23:07:03Z</updated>

		<summary type="html">&lt;p&gt;Matthew: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Matthew</name></author>
	</entry>
	<entry>
		<id>https://wiki.sandboxpedal.com/index.php?title=File:Hid_settings.png&amp;diff=4</id>
		<title>File:Hid settings.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.sandboxpedal.com/index.php?title=File:Hid_settings.png&amp;diff=4"/>
		<updated>2025-08-16T23:06:11Z</updated>

		<summary type="html">&lt;p&gt;Matthew: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Matthew</name></author>
	</entry>
	<entry>
		<id>https://wiki.sandboxpedal.com/index.php?title=Troubleshooting&amp;diff=3</id>
		<title>Troubleshooting</title>
		<link rel="alternate" type="text/html" href="https://wiki.sandboxpedal.com/index.php?title=Troubleshooting&amp;diff=3"/>
		<updated>2025-08-16T23:01:37Z</updated>

		<summary type="html">&lt;p&gt;Matthew: Created page with &amp;quot;USB devices not connecting in Chrome:  Chrome requires permissions to access your USB-HID devices like Sandbox.  Here&amp;#039;s how you can verify those permissions are correct.  Open Chrome and select Settings &amp;gt; Privacy &amp;amp; Security &amp;gt; Site Settings &amp;gt; HID Devices&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;USB devices not connecting in Chrome:&lt;br /&gt;
&lt;br /&gt;
Chrome requires permissions to access your USB-HID devices like Sandbox.  Here&#039;s how you can verify those permissions are correct.&lt;br /&gt;
&lt;br /&gt;
Open Chrome and select Settings &amp;gt; Privacy &amp;amp; Security &amp;gt; Site Settings &amp;gt; HID Devices&lt;/div&gt;</summary>
		<author><name>Matthew</name></author>
	</entry>
	<entry>
		<id>https://wiki.sandboxpedal.com/index.php?title=Main_Page&amp;diff=2</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.sandboxpedal.com/index.php?title=Main_Page&amp;diff=2"/>
		<updated>2025-08-16T22:38:56Z</updated>

		<summary type="html">&lt;p&gt;Matthew: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;Welcome to Sandbox!&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Knowledge Base for DSP Guitar Pedal DIY.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [https://fv1.sandboxpedal.com FV-1 Sandbox Pedal Editor]&lt;br /&gt;
* [https://fxcore.sandboxpedal.com FXCore Sandbox Pedal Editor]&lt;/div&gt;</summary>
		<author><name>Matthew</name></author>
	</entry>
</feed>