You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
USBSID-Pico is a RaspberryPi Pico/PicoW (RP2040) & Pico2/Pico2W (RP2350) based board for interfacing one or two MOS SID chips and/or hardware SID emulators over (WEB)USB with your computer, phone, ASID supporting player or USB midi controller.
4
4
@@ -17,18 +17,11 @@ Checkout the new [USBSID-Pico Configtool](https://github.com/LouDnl/USBSID-Pico-
Do you like swag!? I sure do!! [greyandslate](https://bsky.app/profile/greyandslate.bsky.social) created these great t-shirt designs which are available for purchase in his [Etsy shop](https://greyandslate.etsy.com/?search_query=usbsid), link below.
Do you like swag!? I sure do!! [greyandslate](https://bsky.app/profile/greyandslate.bsky.social) created these great t-shirt designs which are available for purchase in his [Etsy shop](https://greyandslate.etsy.com/?search_query=usbsid), link below.
See the [Software manual](doc/USBSID-Pico-software-manual.adoc) for more information on how to use supported software!
79
92
80
93
## SID files
@@ -142,12 +155,25 @@ Any questions about or support with USBSID-Pico can be asked
142
155
*[USBSID manuals](doc/)
143
156
144
157
158
+
# Known issues
159
+
**PCB/Audio/etc**
160
+
* Possible audible low/high alternating hum when using a Pico1 or Pico2 board that has an RGB LED onboard.
161
+
-__Cause:__ Ground loop, when two or more interconnected pieces of audio equipment are plugged into different power outlets (with or without ground pins), creating multiple paths to the electrical ground.
162
+
-__Example:__ When powering the board from your computer and routing the audio out back into your computer.
163
+
-__Example:__ When powering the board from your computer and routing the audio out into speakers but both connected to different outlets.
164
+
-__Fix:__ Route the audio out through a ground loop isolator.
165
+
-__Fix:__ Connect audio out to headphones.
166
+
-__Note:__ Its more present on v1.0 and v1.3 board, but still there on v1.5 boards. To fix this on the board would require significant layout and pcb changes.
167
+
168
+
**Firmware/Software**
169
+
* Enabling and then disabling the onboard cynthcart emulator without restarting the board causes audio glitches
170
+
* Switching on readmode and then switching it off again without restarting the PCB and Vice _will_ result in distorted audio
171
+
172
+
145
173
# Project status
146
174
Visit the [Project Page](https://github.com/users/LouDnl/projects/1) for an up-to-date list of things being worked on.
147
175
While in development any mentioned features, options, etc. are subject to change.
148
-
### Known issues
149
-
* Enabling and then disabling the onboard cynthcart emulator without restarting the board causes audio glitches
150
-
* Switching on readmode and then switching it off again without restarting the PCB and Vice _will_ result in distorted audio
176
+
151
177
### Code status
152
178
|| Master | Dev |
153
179
| ------- | :----- | :----- |
@@ -239,7 +265,7 @@ The firmware is still in development so features might change, be added or remov
239
265
- Uses the [TinyUSB](https://github.com/hathach/tinyusb) stack
240
266
#### v1.3+ PCB
241
267
- Audio switch Stereo/Mono control
242
-
#### v1.4+ PCB
268
+
#### v1.5+ PCB
243
269
- Socket voltage control
244
270
245
271
### Building
@@ -256,6 +282,7 @@ Sponsored by [<img src="images/pcbway.png" width="150em">](images/pcbway.png)
256
282
#### PCBWay
257
283
At a minimum of 5 bare or assembled boards it is also possible to purchase PCB's at PCBWay
258
284
No account yet at [PCBWay](https://pcbway.com/g/2458i7)? Please use [my referral link](https://pcbway.com/g/2458i7) to register, thanks!
0 commit comments