当前位置:网站首页>Arduino 测量交流电流
Arduino 测量交流电流
2022-07-05 22:34:00 【姜戈12】
软件简单吧,就两行代码。
注意:串口波特率尽可能高些,这里用到2000000,以提高采样频率。
硬件也简单,任何一个有ADC的单片机比如 UNO 和 一个 “交流互感器模块”。
注意:是带运放的模块(右),交流互感器(左)输出原本是交流,负值部分单片机不方便采集。
图上波形为什么不是正弦波?这是一个显示器的电流波形,没问题,经过了示波器验证的,开关电源就这样的,换成阻性负载就会见到正弦波了。
边栏推荐
- Unique occurrence times of leetcode simple questions
- C language - structural basis
- 119. Pascal‘s Triangle II. Sol
- 【无标题】
- 我对新中台模型的一些经验思考总结
- Sub total of Pico development
- TCC of distributed solutions
- Starting from 1.5, build a micro Service Framework -- log tracking traceid
- 509. Fibonacci Number. Sol
- Metasploit(msf)利用ms17_010(永恒之蓝)出现Encoding::UndefinedConversionError问题
猜你喜欢
Three "factions" in the metauniverse
Postman核心功能解析-参数化和测试报告
Ieventsystemhandler event interface
鏈錶之雙指針(快慢指針,先後指針,首尾指針)
My experience and summary of the new Zhongtai model
U盘的文件无法删除文件怎么办?Win11无法删除U盘文件解决教程
[untitled]
[error record] file search strategy in groovy project (src/main/groovy/script.groovy needs to be used in the main function | groovy script directly uses the relative path of code)
boundary IoU 的计算方式
Usage Summary of scriptable object in unity
随机推荐
IIC bus realizes client device
Binary tree (III) -- heap sort optimization, top k problem
我对新中台模型的一些经验思考总结
Oracle advanced query
BFC block level formatting context
Metaverse Ape获Negentropy Capital种子轮融资350万美元
Cobaltstrike builds an intranet tunnel
A trip to Suzhou during the Dragon Boat Festival holiday
数据泄露怎么办?'华生·K'7招消灭安全威胁
344. Reverse String. Sol
Matlab draws a cute fat doll
Some tutorials install the database on ubantu so as not to occupy computer memory?
Platformio create libopencm3 + FreeRTOS project
How to create a thread
C language - structural basis
【无标题】
Win11 runs CMD to prompt the solution of "the requested operation needs to be promoted"
Metaverse ape ape community was invited to attend the 2022 Guangdong Hong Kong Macao Great Bay metauniverse and Web3.0 theme summit to share the evolution of ape community civilization from technology
Nacos installation and service registration
Depth first DFS and breadth first BFS -- traversing adjacency tables