Low frequency oscilloscope for Android using Arduino Uno or Nano, frequencies up to 5KHz. The software for Android is in B4A. The Arduino connected to Android device via USB OTG cable. The sampling is done by the Arduino ADC in a speed of about 20K sampling per sec. The Arduino software is mostly in C code in aim to get wider bandwidth and use the analog comperator. The Arduino takes 62 samples of input to create one screen. For lower frequency a delay of 1mS for each sample gives slower sweep.
Input is DC or AC not acceding 5V. The Analogue Comparator of the mc (pins 6, 7) is used to detect zero crossing of input signal, it triggers start of sampling a frame when signal is rising.
Input is DC or AC not acceding 5V. The Analogue Comparator of the mc (pins 6, 7) is used to detect zero crossing of input signal, it triggers start of sampling a frame when signal is rising.