Тёмный

AC Current Measurement using Current Transformer and Arduino 

electronic.M
Подписаться 3 тыс.
Просмотров 73
50% 1

Опубликовано:

 

29 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 1   
@electronic.M
@electronic.M 8 месяцев назад
#include "EmonLib.h" // Include Emon Library EnergyMonitor emon1; // Create an instance int CT_pin = A1; // CT sensor pin connected to A5 pin of Arduino void setup() { Serial.begin(9600); emon1.current(CT_pin, 32.59); // Current: input pin, calibration. } void loop() { double Irms = emon1.calcIrms(1480); // Calculate Irms only // Serial.print(Irms*230.0); // Apparent power // Serial.print(" "); Serial.print(Irms); // Irms Serial.println(" mA"); }
Далее
servo motor arduino
6:59
Просмотров 68
MAGIC TIME ​⁠@Whoispelagheya
00:28
Просмотров 22 млн
how did you make the inbody analysis scale?
13:26
КАК УСТРОЕН TCP/IP?
31:32
Просмотров 195 тыс.
MAGIC TIME ​⁠@Whoispelagheya
00:28
Просмотров 22 млн