Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
Can you explain why this is happening with the graph and the latency with the strobing?
all new to me.. nice video.. thanks....:)
It works, thanks!
Great project
how did you got that formula
maximum in volt = 5V; maximum in bytes = 1023. 1023/5 = 204.6 (trivial)
why 204.6 ?
nice
Thanks
Code please
void setup() { Serial.begin(115200);}void loop() { int analogvalue; float voltage; analogvalue = analogRead(A0); voltage = analogvalue/204.6; Serial.println(voltage);}
Can you explain why this is happening with the graph and the latency with the strobing?
all new to me.. nice video.. thanks....:)
It works, thanks!
Great project
how did you got that formula
maximum in volt = 5V; maximum in bytes = 1023. 1023/5 = 204.6 (trivial)
why 204.6 ?
nice
Thanks
Code please
void setup() {
Serial.begin(115200);
}
void loop() {
int analogvalue;
float voltage;
analogvalue = analogRead(A0);
voltage = analogvalue/204.6;
Serial.println(voltage);
}