Нет описания

anfractuosity fe93e0e119 Make time period more understandable 3 лет назад
helpers 16ffbd1c68 Add menu system 3 лет назад
images 5690e952a3 Add image directory 3 лет назад
lib 57ed36f976 Use DMA 3 лет назад
scenes fe93e0e119 Make time period more understandable 3 лет назад
README.md 64e5badfd5 Demo 3 лет назад
application.fam 5690e952a3 Add image directory 3 лет назад
scope.c a01c9c12b4 Small tidy 3 лет назад
scope_10px.png e3ff8565e4 Initial scope app 3 лет назад
scope_app_i.h fe93e0e119 Make time period more understandable 3 лет назад

README.md

flipperscope

To compile and install

cd flipperzero-firmware/applications_user
git clone https://github.com/anfractuosity/flipperscope.git
cd ..
./fbt DEBUG=1 VERBOSE=1 fap_scope
./fbt launch_app APPSRC=applications_user/flipperscope

Provide signal to pin 16/C0, with a voltage ranging from 0V to 3.3V.

Press the 'ok' button (button in the centre of joypad) to pause/unpause the waveform display.

Demo showing three different waveform types from a signal generator.

To Do

  • Customisable input pin
  • Check time period is set correctly
  • Test with signal generator
  • Trigger type mode
  • Way to select and measure voltage from waveform
  • FFT
  • ...

Inspiration