Comment on
"Assume the role of a Chinese immigrant"? 没问题.
Reply in thread
Or he's just getting really into the persona of an 1870s immigrant, who would have been using traditional characters anyway! Such attention to detail :D
Comment on
"Assume the role of a Chinese immigrant"? 没问题.
Reply in thread
Or he's just getting really into the persona of an 1870s immigrant, who would have been using traditional characters anyway! Such attention to detail :D
Comment on
Connecting several tracks to the same pad
It mostly doesn't matter.
If it's a high-current, high-frequency, or low-noise circuit then maybe the inductance or resistance of those traces would matter, but they're very short so probably not.
If you're mass-producing it, then sometimes the reflow or wave solder process works better if the traces leave the pads in particular ways. You'd talk to your manufacturer about this.
If this is a hobby project, you're overthinking it; arrange them in a way that pleases you!
Comment on
Shift register > Relays - inconsistent results when load is attached to relay
That's interesting, so you can flip the relays all you like without trouble as long as the 24DC supply isn't connected? If that's true then your problem presumably isn't the typical inductive kick from the relay coil. It looks like your relay board has stuff on it which is presumably drivers and snubbers so let's assume all of that is adequate to the job.
So, if it's inductive kick from the valve solenoid it's being coupled all the way from there, back through the 24DC supply to the outlet, then forward through the USB supply to your shift register, which is impressive! But not implausible.
Anyway, three places I'd add some stuff:
Comment on
Is this one-piece battery-to-PCB "clip" standard (for easy replacement) or a custom piece? +PCB pad ?
Reply in thread
I've had middling-to-good results making battery contacts out of springy bronze metal stock. It solders well, it's easy to shape, and if you get the right kind of metal it retains its springiness well. (510 or 544 alloy, maybe? It's been a while.)
Comment on
Hi, we're a tech startup run by libertarian Silicon Valley tech bros.
Reply in thread
In practice that's a kind of "no true scotsman" argument though. Libertarians who actually believe in libertarian ideas are really pretty scarce (and I'd say they're closer to anarchists in thought than most people, though potentially the cool kind of anarchist). Most self-described libertarians either want the government to regulate everyone but them, or they cluelessly take for granted the benefits of the way their world is utterly supported by non-market forces (the house cat analogy).
Comment on
Is the efficiency of a DC DC converter Load independent?
Reply in thread
They might be willing to spec it as "quiescent current" (current drawn at 0 load) even if they don't provide a full curve. Annoying that it's not on the datasheet.
Comment on
Bees vs Wasp etc
Reply in thread
I love ground bees! They give me an excuse to not mow the lawn. I'M HELPING THE ENVIRONMENT
Comment on
What is a childish thing you still fully enjoy as an adult?
Reply in thread
Haha same! And shuffling through drifts of leaves in the fall.
Comment on
Subscribe pending! (from lemmy.world communities)
Reply in thread
Both of the subs communities I have this problem with are on lemmy.ml. But one of my other lemmy.ml subscriptions works fine as does lemmy.world. 🤷
Comment on
SDF and Fedipact?
It's not clear to me what the threat is? I'm probably missing something because lots of people are pretty heated up about it.
Comment on
Sunny, hot and dry with haze moving into eastern Washington and north Idaho for the 4th
I can't see the haze but my nose and eyes have been telling me it's here. Time to set up the ol corsi-rosenthal I guess.
Comment on
Help finding value of burnt resistor.
Reply in thread
Only thing I can think of, maybe it's a bleeder resistor for that cap, and it failed by some kind of internal short which reduced its resistance (and increased its heat dissipation hence the blackened board)? But fails-short is an unusual failure mode for a resistor and 1 GΩ is pretty high even for a bleeder, so maybe we're misreading something.
Comment on
everybody kicked a goal with this one
Is that lint on Uranus? Butt hair? String theory?
Comment on
Are there door to door religuous solicitors in the UK?
Reply in thread
I would love to see some legit science pamphlets in the style of Chick tracts...
Comment on
Help finding value of burnt resistor.
Reply in thread
Yeah, I think you're right.
Comment on
IRC over Tor
I played with this briefly a while back, and I think both weechat and hexchat worked okay through a SOCKS proxy.
Comment on
Leaving Reddit unironically made me touch grass
Reply in thread
I see green roofs on commercial buildings around here sometimes but I don't think I've seen one on a private home. Would you recommend it? Does it help keep the house at an even temperature?
Comment on
Can't find a 7.4 x 5.08mm female chassis mount socket - am I using the wrong description?
From that description it sounds a little bit like the CUI PJ-096 ? Not a common connector type AFAIK
(Found it via connectorbook.com)
Comment on
SBC UART debug troubleshooting
In addition to the voltages being different between real-RS232 and "TTL"-serial, they're also swapped. On a DB9 you probably have something approximating RS232, where mark=-9V and space=+9V, but the debug header is likely mark=+3V and space=0V. So even if your inputs can handle a wide voltage range, the sense is inverted, which is why you'll get garble.
(For example, when the line is idle it's at the 'mark' voltage and the receiver knows a character is incoming when it transitions to 'space' for one period (the start-bit). If mark and space are swapped, the receiver will see 'space' most of the time and only detect a character starting when there are some 'mark' bits in the middle of a transmitted character. It'll never actually synchronize correctly with the transmitter.)
You can figure out what you've got with a multimeter and checking what the voltage is on the TX pin when it's idle.
Comment on
Shift register > Relays - inconsistent results when load is attached to relay
Reply in thread
That makes sense, it forms a simple snubber network. A capacitor in series with a low-value resistor might work even better. Did you try a freewheeling diode directly across the valve leads?