Solarduino
Solarduino
  • 26
  • 363 449
DIY Solar AC & DC bidirectional meter using Blynk for Online Monitoring
This video shows how you can DIY a two directional AC & DC Energy Meter that measure input and output power for Solar PV Application. Most of the commercial Energy Meters do not support 2 direction measurement thus unable to measure reverse power. This DIY AC & DC Energy Meter can measure reverse power for DC and also AC power suitable for Off-Grid PV System on battery charging and discharging while for On-Grid to measure import and export Power to the grid utility.
Solarduino blog page :
solarduino.com/diy-bi-directional-dc-ac-energy-meter-using-blynk-for-solar-online-monitoring-application/
We would need readers like you to support us in order to keep growing. You can support us in the following ways :
1) Donate & fund raising
2) Purchase components from our Aliexpress Affiliate links
3) Like & Share videos & posts
Aliexpress Affiliate Links :
Aliexpress Mainpage - s.click.aliexpress.com/e/_d6XZp98
1) Peacefair AC Energy Meter - s.click.aliexpress.com/e/5UAzX0Xm
2) Peacefair DC Energy Meter - s.click.aliexpress.com/e/DWRlRbHQ
3) NodeMCU - s.click.aliexpress.com/e/_sMC6Vj
4) NodeMCU Base - s.click.aliexpress.com/e/_dUP917q
5) Hall Effect Transformer - s.click.aliexpress.com/e/t2AsNk7W
6) AC Voltage Module - s.click.aliexpress.com/e/oZSDlUaU
7) 16 channel multiplexer - s.click.aliexpress.com/e/_d693taw
8) 1% tolerance resistor - s.click.aliexpress.com/e/l3wOU7Sg
มุมมอง: 8 281

วีดีโอ

How to measure AC Voltage using ZMPT101B AC Voltage Module and Arduino UNO
มุมมอง 41K3 ปีที่แล้ว
This video shows how we can measure AC voltage using ZMPT101B AC Voltage Module sensor. The sensor provides an AC Voltage Waveform thus a program is needed to calculate the RMS value. The module may not support up to 250Vac as the waveform will start to distort seen on the Serial Plot. So modification is needed to be done in programming code. Although this module provide AC voltage waveform, it...
How to measure AC & DC Current using Hall Effect Current Transformer HSTS016L and Arduino UNO
มุมมอง 41K3 ปีที่แล้ว
This video shows how we can simply measure AC and DC current using Hall Effect Current Transformer HSTS016L sensor. Many people going a hard way to measure AC current typically using a non invasive Current Transformer and a signal converter module while using typical ACS712 Hall Effect module to measure DC current. The Hall Effect Current Transformer not only is a 2 in 1 sensor but also has bet...
Single Rotation Solar Tracking System Without Photo Sensor. Using Real Time Clock to track the sun.
มุมมอง 10K3 ปีที่แล้ว
This project shows you the other approach to DIY a Solar Tracker System. Instead of using ordinary photo sensors to track the sun, this project uses Real Time Clock superimpose with Sun Path Diagram to estimate the Sun's position. In my video, you can see that the Sun Path Diagram is a very accurate tool to track the Sun. Other than using regular Real Time Clock Module, we will be using Blynk A...
How to combine values from 2 NodeMCU using Bridge Widget from Blynk App
มุมมอง 5K3 ปีที่แล้ว
This project shows you how to combine values from 2 micro-controller (NodeMCU) to tne monitoring using Bridge Widget from Blynk App. One of the NodeMCU act as sender (Device A) while anoter NodeMCU as receiver (Device B). The receiver is then receives the values from the Blynk server for further calculation and re-post back to the Blynk server. The communication between the Servers and Devices ...
Combine 2 PZEM Energy Meters online monitoring with Blynk App using NodeMCU for Solar.
มุมมอง 9K3 ปีที่แล้ว
This project shows you how to DIY online monitoring for more than 1 PZEM meter using Blynk App, NodeMCU and 2 PZEM Energy Meters. The two PZEM meters can be of PZEM-014 or PZEM-016 AC Energy Meters, PZEM-017 DC Energy Meters or combined of AC and DC Energy meter. The system just send data from the commercial Energy Meter to the Blynk Server which has a web interface for online monitoring throug...
How to Get Real Time Clock from Blynk Server without using RTC module for NodeMCU
มุมมอง 15K3 ปีที่แล้ว
This is a video to show you how we can use Blynk Server to obtain Time and Date data without using Real Time Clock Module. It uses internet access to Blynk App and server so that you do not need to have another RTC module for your micro controller that uses Blynk App especially NodeMCU board. Solarduino blog page : solarduino.com/how-to-get-real-time-cloak-from-blynk-app-without-rtc-module-for-...
How to determine Solar Panel Performance Ratio using Rheostat, Solar Irradiance and Temperature
มุมมอง 1.3K3 ปีที่แล้ว
This video shows a professional way to determine a solar panel's performance based on Maximum Power operation. Many people out there just measuring short circuit current or open circuit voltage which is not relevant. Solarduino blog page : solarduino.com/how-to-determine-the-solar-panel-mppt-value-manually-using-pwm-speed-controller/ Solarduino blog page for Irradiation Meter : solarduino.com/d...
Add or increase Serial Ports for NodeMCU or ESP8266 using ESP Software Serial Library
มุมมอง 15K3 ปีที่แล้ว
This video introduces ESP Software Serial Library to add or increase Serial Ports for NodeMCU or ESP8266 boards. Serial Ports are very important and is required to communicate with PC, micro controllers and devices with RS485 modbus communication. NodeMCU has only one physical built-in Serial Port which is not sufficient for more communication projects. For more information, kindly go to my blo...
Add or increase Analog Pins for NodeMCU or Arduino using 16 channel analog multiplexer module
มุมมอง 40K3 ปีที่แล้ว
This video shows how to add or increase Analog Pins to micro controller such as NodeMCU or Arduino boards using 16 Channel Analog Multiplexer module. Analog pins are very important for sensor measurement. NodeMCU has only one built-in Analog Pin which is not sufficient for sensor monitoring application. For more information, kindly go to my blog page. Solarduino blog page : solarduino.com/incre...
PZEM-017 DC Energy Meter online monitoring with Blynk App using NodeMCU for Solar PV Projects
มุมมอง 15K3 ปีที่แล้ว
This project shows you how to DIY online monitoring for DC Energy or Power Meter use Blynk App, NodeMCU and PZEM-017 DC Energy Meter. The system just send data from the commercial Energy Meter to the Blynk Server which has a web interface for online monitoring through its app. It is very suitable for recording Solar PV System or household energy or power consumption. For more information, kindl...
PZEM-016 AC Energy Meter online monitoring with Blynk App using NodeMCU for Solar PV Projects
มุมมอง 9K3 ปีที่แล้ว
This project shows you how to DIY online monitoring for AC Energy or Power Meter use Blynk App, NodeMCU and PZEM-016 AC Energy Meter. The system just send data from the commercial Energy Meter to the Blynk Server which has a web interface for online monitoring through its app. It is very suitable for recording Solar PV System or household energy or power consumption. For more information, kindl...
DIY Bi-directional AC Energy Meter for Solar On-grid System
มุมมอง 8K3 ปีที่แล้ว
This video shows how you can DIY a two directional AC Energy Meter that measure input and output power. Most of the commercial AC Energy Meters are unable to measure reverse power. This DIY AC Energy Meter not only simple to make but also can measure reverse power. The import and export energy are separated thus it is suitable to be used for Solar PV On-Grid System. Solarduino blog page : solar...
DIY Bi-directional DC Energy Meter for Solar Battery System
มุมมอง 3.9K3 ปีที่แล้ว
This video shows how you can DIY a two directional DC Energy Meter that measure input and output power. Most of the commercial DC Energy Meters are unable to measure reverse power. This DIY DC Energy Meter not only simple to make but also can measure reverse power. The import and export powers are separated thus it is suitable to be used for Solar PV Battery System. Solarduino blog page : solar...
DIY Auto Restart Function for USB Solar Charger
มุมมอง 4593 ปีที่แล้ว
This video is to show the effect of shading on the USB Solar Charger. It limits the charging current on the phone even after the shading is removed. First option is to charge the power bank instead of charging a phone directly as the built in charger of the battery bank is more robust and flexible than the phone built in charger. Optionally you can DIY an auto restart module to enhance the char...
How to DIY Solar Phone Charger. 6V or 12V or 18V solar panel?
มุมมอง 5K3 ปีที่แล้ว
How to DIY Solar Phone Charger. 6V or 12V or 18V solar panel?
DIY Solar DC Direct without battery !!! The 3 common methods.
มุมมอง 61K3 ปีที่แล้ว
DIY Solar DC Direct without battery !!! The 3 common methods.
DIY Solar Water Garden Switch using Cycle Timer Delay Relay Module
มุมมอง 2.9K3 ปีที่แล้ว
DIY Solar Water Garden Switch using Cycle Timer Delay Relay Module
Copy Values from Other Websites using ThingHTTP App in ThingSpeak using NodeMCU
มุมมอง 3.4K4 ปีที่แล้ว
Copy Values from Other Websites using ThingHTTP App in ThingSpeak using NodeMCU
IOT Datalogging and Real Time Monitoring using ThingSpeak, ThingView app, and NodeMCU Wifi
มุมมอง 4.9K4 ปีที่แล้ว
IOT Datalogging and Real Time Monitoring using ThingSpeak, ThingView app, and NodeMCU Wifi
IOT Real Time Monitoring and On Off Switch using Cloud MQTT, IOT OnOFF app, and NodeMCU Wifi
มุมมอง 3.4K4 ปีที่แล้ว
IOT Real Time Monitoring and On Off Switch using Cloud MQTT, IOT OnOFF app, and NodeMCU Wifi
DIY Simple AC Energy Meter with Arduino for Solar Application
มุมมอง 7K4 ปีที่แล้ว
DIY Simple AC Energy Meter with Arduino for Solar Application
PZEM-017 DC Energy Meter DIY with PC and Arduino for Solar Application
มุมมอง 18K4 ปีที่แล้ว
PZEM-017 DC Energy Meter DIY with PC and Arduino for Solar Application
PZEM-016 AC Energy Meter DIY with PC and Arduino for Solar Application
มุมมอง 10K4 ปีที่แล้ว
PZEM-016 AC Energy Meter DIY with PC and Arduino for Solar Application
DIY Solar Irradiation (Sunlight Intensity) Meter with Arduino UNO
มุมมอง 14K4 ปีที่แล้ว
DIY Solar Irradiation (Sunlight Intensity) Meter with Arduino UNO
DIY Measure Temperature using NTC Thermistor and Arduino UNO
มุมมอง 11K4 ปีที่แล้ว
DIY Measure Temperature using NTC Thermistor and Arduino UNO

ความคิดเห็น

  • @q-edm4525
    @q-edm4525 วันที่ผ่านมา

    Can you give instructions on how to make a 2ac 1dc measuring device?

  • @MrHumanbird00
    @MrHumanbird00 วันที่ผ่านมา

    Please how i add heater to this setup & control the temperature by lcd keypad shield buttons ?

  • @jamminjim1208
    @jamminjim1208 วันที่ผ่านมา

    The music bro.

  • @cmorrow132
    @cmorrow132 10 วันที่ผ่านมา

    Thank you for this, this is the most clear demonstration I have seen. The charts and pin configuration helps a ton. I just wired (soldered) a multiplexer to my nodemcu for a garden monitoring project with multiple soil moisture sensors.

  • @user-in2ov4hv8x
    @user-in2ov4hv8x 11 วันที่ผ่านมา

    I have a question, I try to connect this module, but it not work. The software can open and it can connect, but i click 'start Measure' button. There are no MSG. It feedback 'failed to read!'. So now how should I do?

  • @wirebrigade4306
    @wirebrigade4306 27 วันที่ผ่านมา

    where can I get the 3D file to print for this project?

  • @francoisgrandcollot1027
    @francoisgrandcollot1027 หลายเดือนก่อน

    thx for the video. The white wire of the YHDC sensor Vref is not connected ? regards

  • @K2itto
    @K2itto หลายเดือนก่อน

    I'm using an ESP32 I changed the suuply voltage to 3300 and changed FinalRMSCurrent's 1023(arduino's 10 bits) to 4095(ESP's 12 bits) .. both just won't give me accurate metering, on idle I get 1.xxA not 0A like in the arduino. any help would be appreciated.

  • @hazardede_n
    @hazardede_n หลายเดือนก่อน

    Can I use it to measure more than 100 amps?

  • @hazardede_n
    @hazardede_n หลายเดือนก่อน

    Can I use it to measure more than 100 amps?

  • @abduhfitrahramadhan8767
    @abduhfitrahramadhan8767 2 หลายเดือนก่อน

    I used esp8266 for Pzem017 using this program, but when compiling it there was an error in the serial2 section. Please help with this part

  • @alexandrunistoroiu452
    @alexandrunistoroiu452 2 หลายเดือนก่อน

    @3:00 what is that usb device for mesure?!? From where to buy it? "Keyweisi"?

  • @alexandrunistoroiu452
    @alexandrunistoroiu452 2 หลายเดือนก่อน

    Hi man, does it work without battery?!? Meaning inputing into "blue" standard controller both "panel" and "battery" spliting cables from the panel

  • @bradlyons7046
    @bradlyons7046 2 หลายเดือนก่อน

    Can I use a PWM motor speed controller and an amp / watt meter to solar power a peltier device without a battery?

  • @dragan3290
    @dragan3290 3 หลายเดือนก่อน

    Interesting explanation! Cheers from Australia ❤subbed and liked👍👍👍

  • @Timboner
    @Timboner 3 หลายเดือนก่อน

    Simple question. I want a mobile charging option without battery involved. I have a 60w portable panel and 10 amp mppt controller. Can I just connect the controller to a car cigarette socket and use the usb ports? Will the current be stabilized by the controller and car charger, and would the controller be damaged by not being connected to a battery?

  • @miftahq1
    @miftahq1 4 หลายเดือนก่อน

    Can for read bidirectional?

  • @marcin00015
    @marcin00015 4 หลายเดือนก่อน

    is the polarity really required - can i switch live with neutral?

  • @ImASurvivorNThriver
    @ImASurvivorNThriver 4 หลายเดือนก่อน

    This was great! Thanks for sharing.

  • @Alexander-ri1bp
    @Alexander-ri1bp 4 หลายเดือนก่อน

    Crazy to use a 1000:1000 CT to measure voltage like this. If the balast resistor fails, you fry your circuits. You should safely step down the voltage using a proper voltage transformer.

  • @patrickstarnes2355
    @patrickstarnes2355 5 หลายเดือนก่อน

    Bloody piano music 😱

  • @TheWhitde
    @TheWhitde 5 หลายเดือนก่อน

    OK... this is cool. Sooo what it's doing is basically acting as a pin swapper for the 16 potential analog pins and routing that pin to the original A0. Problem is 4 pins to control s0-s3 is a lot on an ESP32... However on my breakout board I'm making I have a dedicated 16 port expander so could nick 4 of these to control s0-s3. Other option is a dedicated SPI 8 channel ADC with 16 or 24 bit resolution which is especially good if already using SPI as it's just 1 pin for the CS.

  • @madhura305
    @madhura305 5 หลายเดือนก่อน

    hi, firstly great video. i need help with how exactly should i measure the ac current without the help of arduino. At Vout we do get some voltage how exactly to validate it according to the current. please do help thanks in advance

  • @fenomatik99
    @fenomatik99 5 หลายเดือนก่อน

    In your tutorial guide you said the following "For people out there that do not have the LCD Display Shield, you can manually offset by entering the offset value in the code and re-upload again. There are 2 offset values (voltageOffset1 & voltageOffset2) need to calibrate." what values do i need to hardcode in the sketch before and after turning off AC power supply ? Can you please explain this is very urgent.

  • @robertoklein6265
    @robertoklein6265 5 หลายเดือนก่อน

    It works!Thanks a lot for this

  • @kiettrananh599
    @kiettrananh599 6 หลายเดือนก่อน

    Is it necessary to keep the 50k potentiometer in the circuit board after calibration? Thank !

  • @Saadjie99
    @Saadjie99 7 หลายเดือนก่อน

    I got one of the 50A transformers and I'm not convinced that these are accurate. To test I connected it to the house's main ground wire & switched on the kettle (2000w). Before switching on the kettle the reading was +- 6.4A, and while the kettle was on, it shot up to +-46A which can't be right. From my calculation the kettle should be drawing around 8.7A (2000W/230V=8.7A). Does this look right to you? Thanks for the video

    • @solarduino1374
      @solarduino1374 7 หลายเดือนก่อน

      Hi, are you using normal CT or hall effect sensor like shown? As my CT measurement is very accurate. If there is large fluctuation and inaccuracy, it may be due to sampling rate or setting of the CT ratio etc. Hope it helps

    • @Saadjie99
      @Saadjie99 6 หลายเดือนก่อน

      @@solarduino1374 It is the exact same one as you used in the video & i tested it using the provided code.

    • @Saadjie99
      @Saadjie99 6 หลายเดือนก่อน

      I got a connex smart plug to compare the readings & it confirmed my suspicion. I've confirmed that: -> mVperAmpValue = 12.5 -> currentAnalogInputPin & calibrationPin are set to the right pins -> For testing purposes I ran only the provided code on a ESP32-Wrover-B. Tested both the voltage provided to the CT (5v) & the reference cable (2.5v). While using Tuya to monitor the power consumption of devices connected to the smart plug (CT is connected to the neutral cable of a multiplug lead that is plugged into smart plug) I saw that drawing 8.110 A the "FinalRMSCurrent" would be 45.81A.

  • @mesquitamk1681
    @mesquitamk1681 7 หลายเดือนก่อน

    cool very good one question it will change and show on the LCD from 0 to 250v

  • @Solamiser
    @Solamiser 7 หลายเดือนก่อน

    Thanks very much for this video. With your help I have managed to get a modified version of your sketches working on a Clone Nano using Softwareserial and your modified Modbusmaster library. My plan is to use the 2 x PZEM016 to measure solar generated power and load power. Subtracting one from the other I can get grid import/export power. By using a software PID controller (part of Nano sketch) with a fixed power setpoint of zero, I can automatically adjust the battery charging rate to achieve zero grid import or export where possible during daylight hours whilst keeping the battery topped up as much as possible. This should reduce my utility bill. Thanks again for your help. Your videos and write ups are very clear and useful. Keep up the good work!

  • @mateuszmazur1482
    @mateuszmazur1482 8 หลายเดือนก่อน

    Hello. Is there any way to measure up to 260VAC? 250 is just a little bit too small in my case. Any ideas?

  • @tharonerussianman
    @tharonerussianman 8 หลายเดือนก่อน

    if we are using 3 of these, can we connect the reference cable all to the same analog pin?

  • @mahatmasarip9248
    @mahatmasarip9248 8 หลายเดือนก่อน

    Very informative information Sir, can I use the control motor module for charging lithium batter? because it very convenient to adjust the voltage

  • @t1d100
    @t1d100 8 หลายเดือนก่อน

    Anyone know where to find ATtiny85 code? Please and thank you. For DC current.

  • @LovinglyYourz
    @LovinglyYourz 8 หลายเดือนก่อน

    nice

  • @frankjob5080
    @frankjob5080 9 หลายเดือนก่อน

    What if I have 100watt panel with vmp 18 volts. What do I do be able to use it for phone charging?

  • @frankjob5080
    @frankjob5080 9 หลายเดือนก่อน

    You just made my day. Thanks.

  • @Cdswjp
    @Cdswjp 9 หลายเดือนก่อน

    very cool!

  • @muhammadhussain395
    @muhammadhussain395 9 หลายเดือนก่อน

    Sound is not clear

  • @fouriegildenhuys374
    @fouriegildenhuys374 9 หลายเดือนก่อน

    Thanks for the great video. Will this have bi-directional capabilities? For example, will the PZEM-016 (AC) be able to measure when I am consuming or feeding energy to the grid?

  • @tariqmurtadahassan5009
    @tariqmurtadahassan5009 10 หลายเดือนก่อน

    Hello sir, can i use this with Hall Split core Current Sensor SCT013?

    • @tariqmurtadahassan5009
      @tariqmurtadahassan5009 10 หลายเดือนก่อน

      if yes, are there any changes in the code other than changing the mVperAmpValue to 66 instead of 31.25?

    • @tariqmurtadahassan5009
      @tariqmurtadahassan5009 10 หลายเดือนก่อน

      i am using a 33 burden resistor

  • @karenhill2613
    @karenhill2613 10 หลายเดือนก่อน

    Where can I find connectors compatible with the RockPals portable solar panel and pump wires

  • @9scorpions
    @9scorpions 10 หลายเดือนก่อน

    Thanks for this video! For the low end amperage (10A version), what is the lowest amperage you can read? You mentioned in your article for the 50A version, if it dips below 0.5A...then it will set the ADC value to 0. For the 10A edition, does it push the threshold lower? Can you measure current such as 0.25A or 0.10A? Looking at all the datasheets that I can find on this sensor, I cannot see this value documented. Again, thanks for sharing this with your detailed right up. Seems there is not much on the market in regards to low current (mA) DC current sensors and measuring in general.

  • @iotan09
    @iotan09 10 หลายเดือนก่อน

    sir, thanks for sharing, but when Current DC 0A lcd show 1.8A, not 0A but, when we measure upper 1.3A, it will measure good enough

  • @wizahsimbeye3227
    @wizahsimbeye3227 11 หลายเดือนก่อน

    do you have the Arduino program for this, mate?

  • @Reudiga
    @Reudiga 11 หลายเดือนก่อน

    Did someone has ESPHome running with that sensor and can share code please?

  • @dooweet2899
    @dooweet2899 11 หลายเดือนก่อน

    Can this concept/idea for 3 phase ac real time monitoring application that consists voltage, current, pf & freq, adding rms value & angle..is it must use 3 nodemcu to mix in one blynk interface to monitor each phase simultaneously?thanks in advance..

  • @Medhasith
    @Medhasith 11 หลายเดือนก่อน

    ระบบดีซีไดเร็ก หรือ การใช้ไฟฟ้ากระแสตรงจากแผงโซล่าเซลล์ สามารถนำอุปกรณ์ไฟฟ้าAC ที่มีจำหน่ายในท้องตลาด นำมาใช้ไฟกระแสตรง DCได้โดยตรงไม่ต้องดัดแปลงและบางอุปกรณ์ต้องปรับเปลี่ยนสวิทช์ ทั้งนี้ แรงดันไฟดีซี จะต้องไม่เกิน 250 โวลต์ หรือการต่อแผงโซล่าเซลล์ อนุกรมไม่เกิน 6 แผ่น วัตต์รวมของแผงโซล่าเซลล์ ต้องมากกว่าโหลดที่ใช้ 2 - 3 เท่าตัว เนื่องจากแสงแดดไม่คงที่ และการบริหารเวลาการใช้งานให้เหมาะสมกับแดด เป็นสิ่งสำคัญ เพราะไม่มีแบตเตอรี่ (ราคาแพง อายุงานสั้น) แยกอุปกรณ์ไฟฟ้าเป็น 5 กลุ่ม ดังนี้ 1.อุปกรณ์ไฟฟ้าประเภทสวิทช์ชิ่ง ใช้ไฟตรงจากแผงโซล่าเซลล์ ไม่ต้องดัดแปลงใช้ได้เลย Switch power supply uses directly from the solar panel with out battery th-cam.com/play/PLiNwptloVQwO1xy5SdI1QyYNLIK3thaTI.html . 2.เตาเหนี่ยวนำแม่เหล็กไฟฟ้า ต่อตรงกับแผงโซล่าเซลล์ ไม่ต้องดัดแปลงใช้ได้เลย Induction cooker uses directly from the solar panel with out battery th-cam.com/play/PLiNwptloVQwM0dgUBNRcszaA3OeGVyZof.html . 3.เตาขดลวดไฟฟ้า ต่อตรงกับแผงโซล่าเซลล์ ต้องเปลี่ยนสวิทช์ ไฟกระโดดสวิทช์ชำรุดเสียหาย Heat coil uses directly from the solar panel with out battery th-cam.com/play/PLiNwptloVQwMGZsgqi0gk27T0BpTNQHWv.html . 4.มอเตอร์แปรงถ่าน ใช้ไฟตรงจากแผงโซล่าเซลล์ ต้องเปลี่ยนสวิทช์ ไฟกระโดดสวิทช์ชำรุดเสียหาย Universal motor uses directly from the solar panel with out battery th-cam.com/play/PLiNwptloVQwOp4kxo7S1i-4CaGy6WGdXl.html . 5.ตู้เชื่อมอินเวอร์เตอร์ และอินเวอร์เตอร์ ใช้ไฟตรงจากแผงโซล่าเซลล์ ไม่ต้องดัดแปลงใช้ได้เลย Inverter welding and DC to AC inverter uses directly from the solar panel with out battery th-cam.com/play/PLiNwptloVQwPyRHLQCS3ozQF-x20xlj04.html

  • @user-mz5hp7sg8l
    @user-mz5hp7sg8l ปีที่แล้ว

    Спасибо, хороший человек. Я смог подключить PZEM 017 !!

  • @wesleywelthagen4154
    @wesleywelthagen4154 ปีที่แล้ว

    what size battery do you recommend, what is the size of the battery in your diagram?

  • @johnsamuel8722
    @johnsamuel8722 ปีที่แล้ว

    Can we use this module with dc motor