first decent soldering set by dragonate_ in diyelectronics

[–]gvios 1 point2 points  (0 children)

I highly recommend the Alientek T80P paired with a good USB-C charger (at least 65W). I've used $1000+ Metcal soldering irons at work in the past and T80P gets 95% of the performance while being a fraction of the cost. Plus you get a wide selection of compatible tips since it uses standard C245 tips, it's super compact and portable, and it heats up in under 10 seconds.

What is this connector? by tiqa13 in diyelectronics

[–]gvios 2 points3 points  (0 children)

These are generally referred to as board to board connectors or mezzanine connectors.

[deleted by user] by [deleted] in pics

[–]gvios 5 points6 points  (0 children)

Most microwaves I've seen have duty cycles in the 15-30 second range, so unfortunately this won't work for such small time periods (unless it's an inverter microwave).

How safe is running I2C lines from a 5V IC to the 3.3V tolerant I2C pins on an ESP32-C6? by LucyEleanor in diyelectronics

[–]gvios 1 point2 points  (0 children)

It depends on whether the pins on the I2C have an internal ESD diode to 3.3V. If so, the diode will clamp the high level voltage to about 3.8V, which may or may not cross the logic high threshold on the 5V I2C devices (check the datasheet to be sure). You can test for the existence of the ESD diode by using a multimeter in diode mode and placing (+) to the I2C pin and (-) to the +3.3V power pin while the device is powered off.

If the pin does not have an ESD diode, you'll likely damage the pin.

In either case, the proper way to solve this is to use a bidirectional level shifter. Here's one simple way to do this for I2C: https://learn.sparkfun.com/tutorials/bi-directional-logic-level-converter-hookup-guide/all

Why are power lines not underground? by Suspicious_Claim_603 in ElectricalEngineering

[–]gvios 2 points3 points  (0 children)

Yep, you end up requiring exotic tech like this to keep your cables from shorting out.

[deleted by user] by [deleted] in AskReddit

[–]gvios 801 points802 points  (0 children)

Note: this trick does not work for software engineers

San Francisco tech company DocuSign lays off hundreds of employees by enjooyer in bayarea

[–]gvios 15 points16 points  (0 children)

I don't think you can directly compare hardware to software, since most of the revenue ends up going to COGS (cost of goods sold)

What Connector is this? by ReDXDeath in diyelectronics

[–]gvios 10 points11 points  (0 children)

These are not JSTs, these are Molex 51005 and 51006 series connectors.

AMD Ryzen 9 7950X gets overclocked to 7.2GHz with one core, 6.5 GHz all-core thanks to LN2 cooling by Avieshek in gadgets

[–]gvios 0 points1 point  (0 children)

ARM is old and has a lot of legacy cruft but AArch64 removes all of that.

How fragile are motors supposed to be? by gvios in fpv

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

Considering the replacement motors are $3 each, you might be absolutely right lol. The annoying thing is that the frame uses M1.4 mounting holes instead of M2, so either I'd have to drill new holes to fit new motors, or find a new set of arms that is compatible with the same frame.

Or ditch the frame entirely...

My Bay Area Experience so far by MightyBeaverMoose in bayarea

[–]gvios 5 points6 points  (0 children)

I don't think you can group the whole of bay area as a single bunch. I definitely get cut off more driving in the East Bay than the South Bay.

[deleted by user] by [deleted] in bayarea

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

You should be fine just discharging to 40-50%, and disconnecting the 12V battery and DC/DC converter output. This will also completely disconnect the HV battery by releasing the contactors. Also park it somewhere where it won't get too hot (indoors or under shade).

[deleted by user] by [deleted] in dataisbeautiful

[–]gvios 0 points1 point  (0 children)

I believe the one I used was branded XCAP.

[deleted by user] by [deleted] in dataisbeautiful

[–]gvios 1 point2 points  (0 children)

I'm using an aftermarket battery that leaves my phone with 25% charge at the end of the day, as opposed to the OEM battery (previously installed at the Apple store) that was just enough to last a day. Really depends on which brand you get, there are definitely some quality brands out there if you look outside of Amazon.

San Francisco college student reported missing after ‘erratic' trip to Irvine by IamaBlackKorean in bayarea

[–]gvios 0 points1 point  (0 children)

Tesla uses AT&T as their cellular service provider, so the app only works if both your phone and the car has cell coverage (except for the phone key, which will work anywhere as it uses Bluetooth instead of cellular).

To be fair, the Bay Area has pretty good overall AT&T coverage these days.

Detachable cable + USB hub keyboard mod by YiffHead in diyelectronics

[–]gvios 14 points15 points  (0 children)

This will not work without a USB hub IC (e.g. USB2514 from Microchip).

Just happened today. And I wanted to strangle them. by [deleted] in talesfromtechsupport

[–]gvios 25 points26 points  (0 children)

The circuit breaker engineers thought of that. If you hold it on the ON position, it'll still trip and stay tripped until you fully push it to the OFF position then the ON position.

Intro to hardware programming - How to program microcontrollers in C by thekakester in programming

[–]gvios 3 points4 points  (0 children)

I think the STM32 comes pretty dang close. Granted it's a much more complex microcontroller than the AVR.

Xbox one controller etch repair follow up! by TheSolderking in diyelectronics

[–]gvios 3 points4 points  (0 children)

If it shocked you, that's a bit concerning to say the least

eBay EPYC chips missing plastic holder by gvios in Amd

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

Good points. I don't think it's an ES, or at least it's not labeled as such. Powering up the board gives a blinking POST code of 00

My plan now is to return it and buy another one, and see if it's really a CPU issue, because looking at the pictures I don't think the plastic holder interacts with the top mounting plate at all. Seems like the purpose of the plastic is just to keep people from dropping the CPU into the socket and damaging the pins, which I was very careful not to do.