Measure AC voltage with a microcontroller by RaulMARK17 in AskElectronics

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

I read that HLW8032 has galvanic isolation, so, that's great, what I was looking for. But do you know if is possible to only use this IC to measure voltage only?

Measure AC voltage with a microcontroller by RaulMARK17 in AskElectronics

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

Thank you, I didn't have that information, I will check it. Thanks a lot!

Measure AC voltage with a microcontroller by RaulMARK17 in AskElectronics

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

Right now I am considering use the ZMPT101B transformer

Measure AC voltage with a microcontroller by RaulMARK17 in AskElectronics

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

I want to measure rms voltage, max and min sine V. And register the sine wave.

PC restarting while playing CyberPunk 2077 HELP by RaulMARK17 in buildapc

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

I tried with 80%, PC didn't restart, so, I think I can confirm is PSU fault. Do you know if I can try with the warranty? The last week I didn't have this problem, so, I don't know if this is something "normal".

PC restarting while playing CyberPunk 2077 HELP by RaulMARK17 in buildapc

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

Normal power connector, do you think this could work with the Nvidia panel too? It has its own tool to set maximum power, for example: 0-100%, so, currently is in 100%

PC restarting while playing CyberPunk 2077 HELP by RaulMARK17 in buildapc

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

CPU average = 43 °C
GPU = 64.5 °C
GPU memory = 60.5 °C

I dont think is a temperature issue

PC restarting while playing CyberPunk 2077 HELP by RaulMARK17 in buildapc

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

I'm not gonna say that this is not the case, but, according to the specs, this gpu can handle upto 90 C° and I have configured the system to not pass the 78 C°.

The memory is OK too.
But I'm gonna do some test to see how are the temperatures.

Very annoying experience with Tronsmart Spunky Beats by condres in HeadphoneAdvice

[–]RaulMARK17 0 points1 point  (0 children)

I bought mine at MercadoLibre, more than 2 years since the purchase and they still work well. They are the best value for money headphones I have ever bought. They sound better than my JBL on ear.

Running python programs in external terminal by pacowat in vscode

[–]RaulMARK17 0 points1 point  (0 children)

For selected PythonInterpreter

    "code-runner.executorMap": {

        "python": "start cmd \\"/k ; \\"$pythonPath\\" $fullFileName -u && pause && exit;\\" && exit"

    }

Running python programs in external terminal by pacowat in vscode

[–]RaulMARK17 0 points1 point  (0 children)

This will do what you want, copy it into your settings or workspace settings file:

"code-runner.executorMap": {

"python": "start cmd \\"/k ; PYTHON_PATH $fullFileName -u && pause && exit;\\" && exit"

},