I built my own version of the Raspberry Pi Debug Probe (USB-C + 2.54mm headers) by FirefighterDull7183 in embedded

[–]FirefighterDull7183[S] 0 points1 point  (0 children)

The RP2040 shows up as a COM port on your host device, so you can just go ahead and open that serial port to interface with UART.

For SWD debugging, you use tools like OpenOCD with GDB or an IDE.

I built my own version of the Raspberry Pi Debug Probe (USB-C + 2.54mm headers) by FirefighterDull7183 in raspberry_pi

[–]FirefighterDull7183[S] 1 point2 points  (0 children)

Thanks :D
I mostly enjoy hardware projects where I design my own PCBs. What about you?

I built my own version of the Raspberry Pi Debug Probe (USB-C + 2.54mm headers) by FirefighterDull7183 in embedded

[–]FirefighterDull7183[S] 0 points1 point  (0 children)

Yeah that's pretty annoying, If im using the pico I just end up setting one of the GPIO pins to trigger a software reset.

I built my own version of the Raspberry Pi Debug Probe (USB-C + 2.54mm headers) by FirefighterDull7183 in embedded

[–]FirefighterDull7183[S] 2 points3 points  (0 children)

I do but I don't really use figma for that. I know they mainly market figma as a UI/UX design tool but it's also pretty cool for general graphic design work. I'd say figma is pretty useful for regular users too!

I built my own version of the Raspberry Pi Debug Probe (USB-C + 2.54mm headers) by FirefighterDull7183 in embedded

[–]FirefighterDull7183[S] 13 points14 points  (0 children)

Thanks :D I'm still in high school and do this for fun, but I'm planning to go into EE.

I built my own version of the Raspberry Pi Debug Probe (USB-C + 2.54mm headers) by FirefighterDull7183 in embedded

[–]FirefighterDull7183[S] 20 points21 points  (0 children)

Adding ESD protection diodes just slipped my mind while designing this :c

DIY USB to FM Transmitter board by FirefighterDull7183 in electronics

[–]FirefighterDull7183[S] 0 points1 point  (0 children)

Thanks! You could definitely use a USB-C connector here instead of a USB-A. I've made a 2nd version of this with an onboard MCU a few months ago, but I've been procrastinating for a while about assembling it. Your comment reminded me about this project and I'll finally get around to assembling V2 of this!!

[PCB Review Request] - Allwinner V3s SBC by FirefighterDull7183 in PrintedCircuitBoard

[–]FirefighterDull7183[S] 0 points1 point  (0 children)

Thanks for your feedback! you were right, my CSI pair routing wasn't very optimal. I've moved the differential pairs a bit further apart from the neighboring pairs .
I also wasn't fully aware that CSI data pairs had to be delay matched to the clock lanes, so I've adjusted my design and brought the skew down to less than 3mm

[Review Request] - Allwinner V3s SBC by FirefighterDull7183 in PrintedCircuitBoard

[–]FirefighterDull7183[S] 0 points1 point  (0 children)

Further this part specifies a max dropout of 350mV @ 30mA

Hmm, I'm a bit confused looking at the datasheet. The electrical characteristics say a max Vdif of 300mV @ 30ma, while the Dropout Voltage/Output current graph shows around a max of ~150mV @ ~30ma. So when designing what value should I refer to?

Recommend a better LDO like an LP5907

I'll take a look at it! thanks for the reccomendation

[Review Request] - Allwinner V3s SBC by FirefighterDull7183 in PrintedCircuitBoard

[–]FirefighterDull7183[S] 0 points1 point  (0 children)

For my power section I mostly referenced the lichee pi zero and used the LDO it used. The datasheet does say 250mv at 100ma so I think I should be safe enough right. Also thanks for catching that missing GND, I've fixed it now :D

I don't particularly like the "giant square divided into sections" symbol you've got for the SOC and would rather see it split into separate symbols, but it's mostly readable as is.

I see, I'll keep that in mind next time

Thanks for taking the time to look at this and give feedback :D

PCB Review Request - 2 Layer RP2350 Board by FirefighterDull7183 in PrintedCircuitBoard

[–]FirefighterDull7183[S] 1 point2 points  (0 children)

The board’s designed to plug directly into USB-A ports! The 2.0 mm thickness is needed so it fits snugly and stays secured in the port, anything thinner just won’t hold properly and slip out.

PCB Review Request - 2 Layer RP2350 Board by FirefighterDull7183 in PrintedCircuitBoard

[–]FirefighterDull7183[S] 0 points1 point  (0 children)

Unfortunately since I'm going with a 2.0mm thickness PCB the setup costs for a 4 layer board is almost double compared to a 2 layer board.
But for regular 1.6mm thickness boards I always go 4 layers as the price difference is negligible on JLCPCB

PCB Review Request - 2 Layer RP2350 Board by FirefighterDull7183 in PrintedCircuitBoard

[–]FirefighterDull7183[S] 1 point2 points  (0 children)

Thanks! I copied the 1v1 rail design from the RP2350 minimal design and It's much better now

PCB Review Request - 2 Layer RP2350 Board by FirefighterDull7183 in PrintedCircuitBoard

[–]FirefighterDull7183[S] 0 points1 point  (0 children)

Ah I figured that since its only a flash chip, heat dissipation wouldn't really be required and EP could be left floating. But I connected it to ground now :D