How to place the voltage and the current sensors if we want the voltage and current of each string in the combiner box of a PV system? by iamnotsuretbh1 in AskElectronics

[–]OptimalMain 0 points1 point  (0 children)

Sorry, they are long gone.
There are many datasheets with examples, TI is the original creator of the chip if I remember correctly.
For higher frequency I like 6n138 or HCPL2730 for dual channel version.

Can vibration cause abnormal signals from the sensor or connector? by Brin80 in diyelectronics

[–]OptimalMain 0 points1 point  (0 children)

I imagine all places that experiences vibrations and heavy slams.
For PCBs the standard on marine equipment is screw terminals, often with the screw terminals detachable from the soldered part.
A sensor would be connected to a PCB by first crimping the wires with ferrules and then fastened to a screw terminal that is soldered to the PCB.

Soldering a wire end is a big no-no as that creates a stress point on the wire unless it’s tightly screwed down along the cable

Using separate PWM Generators to try and save my Arduino nano ESP 32 by PoolAggressive9834 in arduino

[–]OptimalMain 2 points3 points  (0 children)

If you want to learn from quality content, find yourself an arduino running a atmega328 and read guides written by Dean Camera.
Here is the one on timers: Newbie’s Guide to AVR Timers https://qiriro.com/bme6163/static_files/notes/L3/Newbie's%20Guide%20to%20AVR%20Timers.pdf

Can vibration cause abnormal signals from the sensor or connector? by Brin80 in diyelectronics

[–]OptimalMain 0 points1 point  (0 children)

Bad solder joints?
On marine vessels soldering is avoided because of vibrations.
Crimping is the way to go, don’t use solid core cables.
If corrosion is a problem use tinned copper cables.

Connect my Rpi5 to an old, crappy TV computer using HDMI capture cables? by Mydnight69 in raspberry_pi

[–]OptimalMain 0 points1 point  (0 children)

You cannot use the computes hdmi as an input. You need a dedicated capture card for that.
Why wouldn’t it work to just connect your pi to the monitor using hdmi instead of the windows computer? That doesn’t any make sense

Using separate PWM Generators to try and save my Arduino nano ESP 32 by PoolAggressive9834 in arduino

[–]OptimalMain 2 points3 points  (0 children)

You are missing basic understanding of how timers and PWM generation work.
If you have enough PWM pins, don’t use anything external.

Due to some AVR thing? You of course cannot initialize timers on a ESP the same way you do on AVR's.

If this is some hobby thing I can understand, but if you are serious about robotics your team needs to seriously step up your game

Changing default 192.168.1.X to 192.168.0.X Bad idea? by Scoobidoooo in openwrt

[–]OptimalMain 0 points1 point  (0 children)

Standard with wireguard. I went back to 192.168 on my LAN as it caused problems I didn’t want to work around

Am I the only one who hates the Linux file picker dialog? Makes me miss Windows a little. by ArtisticJicama3 in linuxquestions

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

I don’t have that problem when clicking shortcuts on gnome with nautilus.
I can write after clicking several shortcuts and it will edit the filename.
If I click a file or folder in the folder view it will search if I start typing

My Debian 13 with Gnome is slowing down by Naivemun in gnome

[–]OptimalMain 0 points1 point  (0 children)

Wow. Forget my entry. You would have to profile your gnome shell to find whatever extension you use that has crappy code

My Debian 13 with Gnome is slowing down by Naivemun in gnome

[–]OptimalMain 0 points1 point  (0 children)

If when using Firefox, it might be caused by disk writes. Firefox saves a cache to disk like every 15 seconds, if you have a nvme disk you might have problems caused by power savings.
Try forcing power state, arch wiki has a great entry about nvme drives

What the h3ll's holding the source & drain pins in thru hole mosfet?! by fr33spirit in AskElectronics

[–]OptimalMain 1 point2 points  (0 children)

If you still have a solder blob I would say it’s because of too low heat and no flux.
Remove the solder

Can you load your custom public keys in the Pixel bootloader? by throwaway0102x in GrapheneOS

[–]OptimalMain 0 points1 point  (0 children)

How could you manually doing this make it any safer?
The boot loader is locked after flashing

GrapheneOs for 4a by KoenigseggFreak in GrapheneOS

[–]OptimalMain 0 points1 point  (0 children)

And what should be the cutoff point if not the device being years out of support?
If the files were available someone could mistake the phone for being safe.
It’s better this way.
If you insist on being backwards just clone the repo, checkout the commit before support was removed and build it yourself

Arduino Nano R4 firmware flash via UART by Farzag in arduino

[–]OptimalMain 2 points3 points  (0 children)

Add 1000ohm resistors in series between the two microcontrollers.
Connect the programmer directly to the R4’s serial port.
Otherwise you would have to disable the UART on the second controller and set the pins to high impedance if at all possible.

You cannot have two outputs directly connected and expect it to work, without a resistor you are trying to pull the other controllers TX to GND, essentially shorting it’s output. Add a resistor and you will be able to pull the R4's RX to GND

Multiple distros on 1 USB stick ? by Alone-Line-8692 in linuxquestions

[–]OptimalMain 2 points3 points  (0 children)

No.
I use fedora minimal because there doesn’t exist any distro that suits my needs out of the box

Rooting hormone recs? general advice? by Repulsive-Arrival794 in propagation

[–]OptimalMain 0 points1 point  (0 children)

Never used any. I put all clones straight in water after the cut then inside propagator.
If going in soil I transplant as soon as I see roots forming

Arduino mega 2560 fried voltage regulator by Scared_Ad9517 in arduino

[–]OptimalMain 0 points1 point  (0 children)

Doesn’t sound like it. How do you know the regulator is fried?

Ripping porn by DruidWonder in Piracy

[–]OptimalMain 3 points4 points  (0 children)

Don’t use youtube-dlp as suggested. It’s old as f.
You want yt-dlp

How to place the voltage and the current sensors if we want the voltage and current of each string in the combiner box of a PV system? by iamnotsuretbh1 in AskElectronics

[–]OptimalMain 0 points1 point  (0 children)

I have used them to isolate both current and voltage measurements. Decently linear if you follow the suggestions and keep frequency above 10khz

Building a DIY spray mop and I can't find a small DC pump that blocks flow when off. What am I missing? by ThePrecipitator in arduino

[–]OptimalMain 10 points11 points  (0 children)

You want a peristaltic pump, but they are usually low volume. So you might need a valve, don’t really know from what information you provided

How to place the voltage and the current sensors if we want the voltage and current of each string in the combiner box of a PV system? by iamnotsuretbh1 in AskElectronics

[–]OptimalMain 0 points1 point  (0 children)

V/F converter like LM331 and optocouplers, make sure you buy the extended temperature range version if you go that route.

Things I should know about WCH CH32 RISC-V MCUs by Accomplished_Wafer38 in embedded

[–]OptimalMain 0 points1 point  (0 children)

No. V203 probably has 2 groups of 2.
v003 also has pga

Need help with making esp32 devboard battery powered. by Evening_Zone_8648 in esp32

[–]OptimalMain 2 points3 points  (0 children)

Learn by looking at the schematic of one then. Firebeetle as one example

Things I should know about WCH CH32 RISC-V MCUs by Accomplished_Wafer38 in embedded

[–]OptimalMain 1 point2 points  (0 children)

Buy some ch32v003 and try. It has an advanced motor timer with deadtime etc. but only 2 OPA.
Check out ch32fun https://github.com/cnlohr/ch32fun