当前位置:网站首页>Arduino 测量交流电流
Arduino 测量交流电流
2022-07-05 22:34:00 【姜戈12】
软件简单吧,就两行代码。
注意:串口波特率尽可能高些,这里用到2000000,以提高采样频率。
硬件也简单,任何一个有ADC的单片机比如 UNO 和 一个 “交流互感器模块”。
注意:是带运放的模块(右),交流互感器(左)输出原本是交流,负值部分单片机不方便采集。
图上波形为什么不是正弦波?这是一个显示器的电流波形,没问题,经过了示波器验证的,开关电源就这样的,换成阻性负载就会见到正弦波了。
边栏推荐
猜你喜欢
I closed the open source project alinesno cloud service
[untitled]
MySQL actual combat 45 lecture learning (I)
Calculation method of boundary IOU
The simple problem of leetcode is to split a string into several groups of length K
Kubernetes Administrator certification (CKA) exam notes (IV)
Solutions for unexplained downtime of MySQL services
The difference between MVVM and MVC
2022软件测试工程师涨薪攻略,3年如何达到30K
Cobaltstrike builds an intranet tunnel
随机推荐
我对新中台模型的一些经验思考总结
南京:全面启用商品房买卖电子合同
[groovy] groovy dynamic language features (automatic type inference of function arguments in groovy | precautions for function dynamic parameters)
509. Fibonacci Number. Sol
Distributed resource management and task scheduling framework yarn
Metaverse Ape获Negentropy Capital种子轮融资350万美元
The new content of the text component can be added through the tag_ Config set foreground and background colors
点到直线的距离直线的交点及夹角
All expansion and collapse of a-tree
链表之双指针(快慢指针,先后指针,首尾指针)
Google Maps case
2022软件测试工程师涨薪攻略,3年如何达到30K
Navigation day answer applet: preliminary competition of navigation knowledge competition
Pl/sql basic case
2022-07-05:给定一个数组,想随时查询任何范围上的最大值。 如果只是根据初始数组建立、并且以后没有修改, 那么RMQ方法比线段树方法好实现,时间复杂度O(N*logN),额外空间复杂度O(N*
Alternating merging strings of leetcode simple questions
Nacos 的安装与服务的注册
2022 Software Test Engineer salary increase strategy, how to reach 30K in three years
Distance from point to line intersection and included angle of line
700. Search in a Binary Search Tree. Sol