Skip to main content
user1908704's user avatar
user1908704's user avatar
user1908704's user avatar
user1908704
  • Member for 10 years, 11 months
  • Last seen this week
Loading…
comment
How to cut veroboard easily?
That doesn't work - you vapourise the sharpie/substrate but the copper remains. The sharpie doesn't spend enough time getting hot before it's turned to vapour.
comment
How to cut veroboard easily?
Laser cutting doesn't work (BTDT) because copper is too good a reflector of the laser light and absorber of heat. That was with a 40W CO2 laser anyway - no doubt you can vapourise it with sufficient power.
comment
How loss of protective earth might be detected in an EVSE (EV charger) with TN-S earthing system
Indeed, pen fault detection devices ( example ) monitor the L-N voltage to be 230V +/- 10% which drives a 3-pole contactor to disconnect all three terminals if the voltage is out of spec.
Loading…
awarded
answered
Loading…
comment
What are these Ports on Multimeter PCB & What Protocol are they Using?
It seems unlikely they would be used for testing the LCD output directly, as there's no pins to read the segments on each digit. But they could be the MCU's programming interface like JTAG or similar (pull a pin high/low at power on time to enable programming mode) and the pins are GPIOs in normal use. They could also enable a debugging / calibration mode in firmware by having a routine to detect a specific pattern on them when the firmware starts.
awarded
answered
Loading…
answered
Loading…
comment
Using a microcontroller to make a bluetooth MP3 player
To note there are MP3 player chips like the VS1053B which can play MP3 audio piped to them. That takes care of having to do the MP3 codecs in a microcontroller and the audio output. You might be able to pair this with an Arduino or similar Bluetooth project to reuse existing software components.
comment
Transformer with same size symbol meaning
The transformer in circuit 2 is drawn with a larger secondary just to fit on all the different windings without having them unreadably close together. Circuit diagrams are about conveying information, and here they have to make the secondary bigger to fit it all on. That trumps anything about relative sizes of the windings.
comment
Is it bad to branch off data traces into two separate connectors?
Another option is an active two-port analogue switch chip (which are available in versions designed for specific protocol signalling, eg USB, PCIe). The switch is controlled by a pin on the plug-in connector. Pulled high by default, it goes straight on. Grounded it goes to the connector.
comment
Where are the miniature molded case circuit breaker trip characteristics defined?
@martij7 Looks like I can see BS EN60898-1:2019 (track changes version). There's no mention of Z-curve or K-curve circuit breakers in the standard like there are B-curve, C-curve and D-curve. (The standard calls them 'B-type' instead of 'B-curve'). Section 5.3.5 lists the different types and their instantaneous trip characteristics.
Loading…
comment
Using a MOSFET to trigger the power button of a Raspberry Pi 5
One of the J2 pads is already grounded. If you mix up your 'to raspberry' connections you'll connect the ground of your circuit to the pwr_on pin. Assuming your circuit is grounded elsewhere it will force pwr_on constantly to ground and be like holding down the power button all the time.
answered
Loading…
comment
Earthing connections in cascaded UK mains power supply
How 'high voltage' is HV? In the supply industry 240V is 'low voltage'. If you were to have a positive rail short to the case, would the PSU(s) shut down safely (ie standard short circuit protection in the PSU)? If so, I can't see a safety problem. There are also various questions about extraneous current paths (ie return current coming via the earth and not the ground rail, making a larger inductive pickup and collecting interference).
comment
Can I use SATA traces on PCB for USB 3.0?
It sounds like the problem might be related to your physical layout, part selection, etc. It is very hard to tell anything without photos of your actual setup.