Share My Creation Oscilloscope - klaus    May 4, 2018   (7 reactions) After a question here 'How to create a scope', I played a bit with the subject. Reminded me ... B4R Tutorial Serial oscilloscope - hatzisn    Mar 11, 2021   (2 reactions) Here is something pretty handy some times: https://x-io.co.uk/serial-oscilloscope/ (11-3-2021) You can use it with this module in B4R: https://www.b4x.com/android/forum/threads/module-serial-oscilloscope.128394/... Other [Module] Serial Oscilloscope - hatzisn    Mar 8, 2021   (3 reactions) Here is a module that communicates with the serial oscilloscope as seen in this thread: https://www.b4x.com/android/forum/threads/serial-oscilloscope.128346/ As far as my knowledge goes it is not... that I have). In order to face this and since it is a nine channels only oscilloscope I created it as a module...: SerialOscilloscope.Initialize(6) 'Change the number to the channels you will need AddLooper("osc") And of course also this sub in Main module: Sub osc SerialOscilloscope... B4J Question oscilloscope chart (moving to the left) - peacemaker    Sep 23, 2022 Hi, All
Do we have any ready lib\class of the dynamical moving chart, like oscilloscope ?
Several lines on it...... B4J Question [web-app][ABMaterial ?] oscilloscope chart - peacemaker    Sep 21, 2022 HI, All
What about a dynamical chart in a web-app ?
I mean something like oscilloscope chart with several real-time lines.... B4A Question Oscilloscope app from Klaus.. can it be modified? - Beja    May 10, 2021 Hi Klaus,
Re: https://www.b4x.com/android/forum/threads/oscilloscope.13759/page-2
Today I shuffled through my computer and found a very useful example from Klaus.. the Oscilloscope.
The application... Share My Creation TFT Oscilloscope - moty22    Jan 26, 2025   (3 reactions) TFT low frequency oscilloscope, bandwidth is DC to 2000Hz. Max sampling rate is 40000 samples per second. An oscilloscope with these specifications has limited use, but it is a good exercise in using LCD TFT. Arduino can be Uno or Nano. The screen is constructed from 32 lines. The ADC reads the input at resolution of 10 bits, the MSB 8 bits are stored in the RAM and then transmitted to the LCD RAM by 4 wires SPI. C code is for the SPI and setting the ADC to max speed. The Sweep time... Share My Creation Microphone oscilloscope - moty22 (first post)    Jan 9, 2023
Y*10 should be X*10 right?
You probably mean Y x 10 button, you are right, it has to be X x 10. I ... B4J Question oscilloscope > chart > b4j > ??? - ivanomonti    Apr 14, 2015 Hello all, I have the problem of depicting an oscilloscope using b4j, I did not find much, can have a valid library chart and light for b4j.
thank you... Share My Creation OLED Oscilloscope - moty22    Sep 14, 2021   (10 reactions) OLED low frequency oscilloscope, bandwidth is DC to 1000Hz. Max sampling rate is 16000 samples per second. An oscilloscope with these specifications has limited use, but it is a good exercise in... Page: 1   2   3   4   5   6   7   |