Measuring netfrequency: Difference between revisions

From NURDspace
Line 12: Line 12:
==== result ====
==== result ====


* it works somewhat but there's an enormous lapse
* it works somewhat but there's an enormous lapse according to the arduino output (the timestamp difference goes all over the place)
** the scope (hantek DSO-6022BL) says yellow is a fine 50Hz and blue 25Hz (as expected)
** strange!


[[File:50hztest001.png|640px]]
[[File:50hztest001.png|640px]]

Revision as of 16:10, 7 October 2022

  • arduino, on pin 3 a 1kHz clock signal
  • the signal to measure is connected to pin A0 of the arduino


first attempt

  • when an interrupt comes in via pin 3, a uS timestamp is taken ('t0')
  • everytime the sign of the signal changes (via A0), then a timestamp is taken and the timestamp t0 is subtracted
  • also pin 8 is inverted (output pin)

result

  • it works somewhat but there's an enormous lapse according to the arduino output (the timestamp difference goes all over the place)
    • the scope (hantek DSO-6022BL) says yellow is a fine 50Hz and blue 25Hz (as expected)
    • strange!

50hztest001.png

  • yellow is incoming 50Hz signal
  • blue is the toggle-pin (pin 8)