- How to Adjust X and Y Axis Scale in Arduino Serial Plotter (No Extra Software Needed)Posted 6 months ago
- Elettronici Entusiasti: Inspiring Makers at Maker Faire Rome 2024Posted 6 months ago
- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 8 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 10 months ago
- Building a 3D Digital Clock with ArduinoPosted 1 year ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 1 year ago
- Snowflake with ArduinoPosted 1 year ago
- Holographic Christmas TreePosted 1 year ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 1 year ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 1 year ago
DIY an Arduino Nano-Based Oscilloscope
Maker Peter Balch has been able to turn an Arduino Nano into an oscilloscope the size of a matchbox. This oscilloscope costs the price of an Arduino Nano (£2 and a display (£3) plus a few pence for resistors.
The simplest version of this device, which he calls the ArdOsc, displays data on a computer screen, but a 1.3” OLED can also be added if you want to use it on its own.
This little oscilloscope can be modified adding capabilities including a logic display, signal generator, and other useful tools according to the needs.
ArdOsc specifications include:
- max 1M samples/second, min 1000sps
- 8-bits per sample
- DC 0-5V; AC +/- 550mV, AC +/- 117mV, AC +/- 25mV
- USB “PC scope” or built-in display
- could be battery-powered
- optional logic display
- optional frequency meter
- optional voltmeter
For further information you can check the related Instructables page.