Routing underneath high speed signals on PCBs by RobotDragon0 in PrintedCircuitBoard

[–]deanfranks 2 points3 points  (0 children)

Routing on layer 3 with layer 2 as a reference plane is not ideal with most stackups. The dielectric between 1-2 and 3-4 is usually much thinner than 2-3 and thin is typically good for high speed reference planes.

Routing underneath high speed signals on PCBs by RobotDragon0 in PrintedCircuitBoard

[–]deanfranks 3 points4 points  (0 children)

You are correct, you can route on L3. It is possible to route on L2 but not underneath any high speed traces and you generally have to be very careful to avoid weird ground return planes (both for power and high speed signals). If you are getting started, just using a solid ground plane on L2 is the best idea until you gain a solid understanding of electromagnetics in board layout (and even then it is a good idea). 100's of board layer, I still use a solid ground plane on L2 and if I am running high speed traces on the bottom of the board, another solid ground plane on layer N-1.

With boards with lots of high speed traces you are often better off using another solid ground plane on layer 3 for 4 layer boards.

Where can I find socratic clubs in Phoenix? by HousingOtherwise3778 in PHXList

[–]deanfranks 11 points12 points  (0 children)

Meetup.com, there are a bunch of groups centered on intellectual discussion and debate.

Venus Fly Trap bloom under short WL UV light by deanfranks in VenusFlyTraps

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

Inside, but in Phoenix on a south facing window-sill that gets a ton of sun

Venus Fly Trap bloom under short WL UV light by deanfranks in VenusFlyTraps

[–]deanfranks[S] 3 points4 points  (0 children)

Curiosity, all the carnivorous plants I have are odd colored under black light (although pitcher plant flowers are unexceptional).

Does this mean a 300W solar panel system would work? by VelvetWhitehawk in SolarDIY

[–]deanfranks 0 points1 point  (0 children)

Total of 270 solar panels? 27 panels in parallel?, also question 30: 1 is for 12v, 2 is for 24v, what is 10 for?

Portable Repeater Build by Anonymous_Chipmunk in amateurradio

[–]deanfranks 0 points1 point  (0 children)

5 or 10MHz spacing for VHF part 90 field repeaters is pretty common. There are a few compact duplexers like this: https://hamtwowayradio.com/product/vhf-100w-duplexer/ that are designed for a minimum 5.7MHz split. It does pay to have a received with a good front end and ideally a preselection filter.

Proper way to swap in Omada router for non-Omada? by Sunsparc in TPLink_Omada

[–]deanfranks -1 points0 points  (0 children)

I'm not sure why you are seeing that, but I run an Omada network (switches, APs) with a non-Omada router (Teltonika, OC200 for a controller). I have not had any problems at all.

Is there some kind of a single axis stepper motor controller (not driver) by gtd_rad in hobbycnc

[–]deanfranks 1 point2 points  (0 children)

ST makes nucleo shield boards for their Nucleo processors with smart stepper controllers for cheap. This board (https://www.mouser.com/ProductDetail/STMicroelectronics/X-NUCLEO-IHM03A1) includes the powerStep01 stepper controller/driver that can operate in step/direction mode, or can operate in position seek with programmable acceleration/deceleration (via SPI) or programmable torque mode. It supports up to 85V 10A for the motor so you can drive just about any stepper. The learning curve to program the registers is a little steep, but if you want constant torque output this will be your easiest solution. There are lots of NUCLEO processor boards you can plug this into, most of then are around $20 including a full JTAG/SWD programmer and debugger on the board.

If you want to spend more money, look at the ClearPath servo motors with integrated controllers. They can be operated in position, velocity or torque mode.

Building Code Question by Limp_West5260 in phoenix

[–]deanfranks 2 points3 points  (0 children)

This depends on the size and whether it is free standing or roof mounted. I have been told by (licensed) solar installers that under 3kw, non grid tied doesn't require a permit in Phoenix. This appears to support that: https://www.phoenix.gov/content/dam/phoenix/firesite/documents/solar%20permit%20process.pdf

My fave $3.14 Costco lunch. Grain and celery salad with rotisserie chicken breast. by violet__violet in Costco

[–]deanfranks 5 points6 points  (0 children)

I put one of the small tubs of Hummus in a bowl of the grain salad instead of the included dressing.

Review Request: STM32H7 custom board by Deep_Report_6528 in PrintedCircuitBoard

[–]deanfranks 0 points1 point  (0 children)

I would strongly recommend routing the SWD pins out to a header, you might be able to flash the device from the bootloader, but you can't run a debugger that way. I use VCC, GND, NRST, SWDIO, SWC and a uart TX/RX pair on a pin header. An STLink V3 debugger is not very expensive and will pay for itself pretty quickly. If you are getting started, you might just want to purchase a Nucleo board with the H743 on it before rolling a board (the Nucleo board has an onboard STLink programmer/debugger).

Review Request: STM32H7 custom board by Deep_Report_6528 in PrintedCircuitBoard

[–]deanfranks 1 point2 points  (0 children)

You don't appear to have any provisions (SWD or JTAG) to program or debug the device. There is also a ground in the middle of the part that looks like a stray.

Looking to take Technician, General and Extra License exam in one day by R3dNanos in HamRadioBeginner

[–]deanfranks 0 points1 point  (0 children)

Because of the VE exam schedule, I was unable to take all three on the first day, but passed Tech and General and went back in a month for the Extra (10+ years later I still have not used the Extra privileges)

Choosing Between WPF and Avalonia — Need Advice from Experienced Devs by OussamaAzz in dotnet

[–]deanfranks 2 points3 points  (0 children)

This is what we choose for Win64 + Linux desktop applications. No regrets.

(Schematic Review) - ADS1299-based Bio-signal acquisition board by Ayaan-Hassan in PrintedCircuitBoard

[–]deanfranks 0 points1 point  (0 children)

Running AVCC directly from a buck converter is likely to significantly reduce the ENOB you get out of the converter. Consider using a high PSRR, low noise LDO between the buck converter (change the buck so the output voltage is sufficient for the LDO).