//默认情况下,初始化将使用最大范围(32V,2A)。 但是 //您可以调用setCalibration函数来更改此范围(参见注释)。 ina219.begin(); //要使用略低的32V,1A范围(安培精度更高): ina219.setCalibration_32V_1A(); //或要使用较低的16V,400mA范围(电压和电流的精度更高): ina219.setCalibration_...
if (! ina219.begin()) { Serial.println("Failed to find INA219 chip"); while (1) { delay(10); } } // Starting time setup_time = millis(); } // Variables for sum float sum_shuntvoltage = 0; float sum_busvoltage = 0; float sum_current_mA = 0; float sum_loadvoltage = 0;...
In the setup() function initialise the INA219: monitor.begin(); Then in the loop() function make calls to different functions that are returning the values: Serial.print("raw shunt voltage: "); Serial.println(monitor.shuntVoltageRaw()); Serial.print("raw bus voltage: "); Serial.println...
使用Arduino Pro Mini和INA219电流模块制作的一款电量仪,精度很不错,足够应付一般的测量,有三种量程32V/2A,32V/1A和16V/400mA根据不同的测量需求进行选择。如果你喜欢,请记得关注,转发和点赞!谢谢你们的支持! L老刘爱捣鼓的微博视频
Learn how to measure voltage, current and the power consumption with the INA219 in combination with your Arduino, ESP8266 or ESP32 microcontroller
Specifications: Dissipation Power: 1 Interface: I2C Compatibility: Arduino DIY Sensor Type: Current Power Supply Customization: Yes Package: Breakout Board Module Features: |Sic Power Module|C212a 16|How To Use Power Supply Module Arduino| **Enhanced Measurement Accuracy** The INA219 GY-219 GY219...
Specifications: is_customized: Yes Operating Temperature: 5V Dissipation Power: IIC I2C Compatibility: Arduino DIY Sensor Type: High Side DC Current Interface: I2C Features: **Advanced Sensing Technology** The INA219 GY-219 Current Power Supply Sensor Breakout Board Module is a cutting-edge device...
INA219功率监测传感器 测量直流电机的电流、总线电压和功率。 该模块可检测总线电压范围为0 ~ 26V。 12位分辨率。 测量高压侧电压和直流电流消耗。 总结 目标是设计,建立,和程序的速度控制单元,以用于测试背后的控制系统的理论。这些是优势在于: 学习控制理论和控制器调整方法。 学习如何设计一个GUI,与Arduino通信,...
2.INA219 3. 0.96" OLED 4. DS18B20 5.锂电池 6.螺丝端子 7.女性/男性标题 8.穿孔板 9. 24 AWG 线 10.滑动开关 使用的工具和仪器: 1.烙铁 2.剥线机 PCB 0 DIY Arduino多功能电能表-gerber.zip 103.42 KB , 下载次数: 68 本帖被以下淘专辑推荐: · 开源硬件项目分享|主题: 224, 订阅: 43...
添加INA219双向电流/电源监控传感器(添加详细说明) 添加examples/Arduino库例程/INA219电量监测模块/INA219电量监测模块_串口打印_电压_电流_功率值(软件模拟I2C).mix 添加examples/Arduino库例程/INA219电量监测模块/INA219电量监测模块_串口打印_电压_电流_功率值(硬件I2C).mix ...