Go to file
2024-02-04 19:51:03 +01:00
ESP32_Oscilloscope Fixed height / width values. Improved usage of height and width of the display. Fixed +/- info block position. The DELAY is now used. 2024-02-04 19:51:03 +01:00
images Add files via upload 2022-06-27 20:02:01 +05:30
PCB Add files via upload 2022-06-27 20:22:41 +05:30
TFT_eSPI Moved the TFT_eSPI zip to a separate folder. Added a ili9341 display settings user config file. 2024-02-04 12:41:30 +01:00
.gitignore Moved the TFT_eSPI zip to a separate folder. Added a ili9341 display settings user config file. 2024-02-04 12:41:30 +01:00
README.md Update README.md 2022-07-08 23:29:28 +05:30
show_user_cfg.sh Added a script which shows the current TFT eSPI user config settings. 2024-02-04 12:40:42 +01:00

ESP32-Oscilloscope

alt_text

circuitdigest

Click here For other ESP32 tutorials.



The Oscilloscope is a must-have test instrument for any electronics engineer. It is used to visualize and observe various signals, usually as a two-dimensional plot with one or more signals plotted against time. They are used in the design and debugging of electronic devices to view and compare waveforms, and determine voltage levels, frequency, noise and other parameters of signals applied at its input as it changes with time. This makes Oscilloscopes a very important tool on the desk of an electronics engineer or maker. However, Oscilloscopes are pretty expensive, they cost between 30000₹ to 100000₹ for entry-level oscilloscopes. And the advanced oscilloscopes cost lakhs of rupees, which puts them beyond the reach of basic users. But what if we could create one which is cheaper, compact, and easy to make? That is the question that led to todays tutorial.
[Note: As this projects are very simple we are only providing the code, schemaitic, and a few essential images if you want to get the images or code explanations do check out the Circuit Digest website.