Serial Oscilloscope (with Arduino)

  Рет қаралды 86,295

SebMadgwickResearch

SebMadgwickResearch

Күн бұрын

Serial Oscilloscope plots comma-separated variables within any incoming serial data stream as channels on a real-time oscilloscope.
In this video I show it being used with an Arduino to plot data from an IR range sensor, triple axis accelerometer and microphone.
This is an open source project. All resources available at:
www.x-io.co.uk/...

Пікірлер: 41
@kedarprabhudessai
@kedarprabhudessai 7 жыл бұрын
coolest project and professional project i ever seen with Arduino. thank you very much for sharing this with us.
@krisztianszirtes5414
@krisztianszirtes5414 8 жыл бұрын
The arduino processes signals pretty slowly, but this works like a treat! Thanks! (although I had to remove the whole checking for floating inputs because I was getting only one channel and A0 was kinda sorta toasted on my chip) And that trigger function is everything I needed.
@namir0430
@namir0430 4 жыл бұрын
Awesome work... I am totally going to use this. And don't think I didn't see your copy of Kulpers :) Love it!
@EpicAwesomeWin87
@EpicAwesomeWin87 9 жыл бұрын
Just what I needed! Thank you!
@nanovolt6937
@nanovolt6937 9 жыл бұрын
Awesome project
@FrequencyBender
@FrequencyBender 9 жыл бұрын
Oeh that's soo cool, going to try that first thing in the morning! Thanks for sharing!
@pleomaxple
@pleomaxple 5 жыл бұрын
Great project! It works !! How do i know time/div (or sample period)??
@OneCoolDude08
@OneCoolDude08 11 жыл бұрын
OK, that is totally bad ass. I'm impressed!
@Eih3Prog
@Eih3Prog 9 жыл бұрын
Awesome Open Source project ! Thanks 4 share it ;)
@garrethtinsley2435
@garrethtinsley2435 7 жыл бұрын
Just a quick note, it does not work with the Arduino Micro. There is no serial data received, although arduino ide still receives data from the sketch. Works fine on the uno though.
@duARTstudioChannel
@duARTstudioChannel 6 жыл бұрын
Nice project!!! thank you very much!
@MrJefferson105
@MrJefferson105 9 жыл бұрын
please do a tutorial showing us how to use the software and see whether we could read digital signals too .. thanks
@SimonBauer7
@SimonBauer7 Жыл бұрын
is awesome! i use a much faster esp8266 for it so it has a higher sample rate, of course the esp has only one adc channel so i removed everything that uses the other channels. 8000+ samples sample rate.
@ab-jm3qs
@ab-jm3qs 9 жыл бұрын
thank you, it's amazing!!!!!
@riccardomengacci3173
@riccardomengacci3173 10 жыл бұрын
Great job!! Thanks.
@corradorizzardi1941
@corradorizzardi1941 10 жыл бұрын
Great job good !!!
@toshibamaster2210
@toshibamaster2210 5 жыл бұрын
I would like same to UART--> bluetooth ~ ~ bluetooth--> android ?
@Techn0man1ac
@Techn0man1ac 10 жыл бұрын
Спасибо
@danielcezario2419
@danielcezario2419 10 жыл бұрын
amazing!!!
@juandagali
@juandagali 9 жыл бұрын
I got a Question Why Did u use a funtion and printInt() ASCII instead Serial.println(analogReda(a0));?
@OneCoolDude08
@OneCoolDude08 11 жыл бұрын
Went to try this out. FAIL! Do I need to run this on an old computer with a serial port? My computer shows no ports in the software. You show it plugged into a USB Arduino, so I guess I'm confused!
@aaronmoore3223
@aaronmoore3223 10 жыл бұрын
I downloaded and ran the software... Why do I get a value of 848 constantly on input A0? If I ground it, I never get zero? It looks like each input is giving you a different value also... How do you calibrate it?
@kurtsennerich3780
@kurtsennerich3780 10 жыл бұрын
How come the microphone works without a coupling capacitor?
@AndresJaimesQ
@AndresJaimesQ 7 жыл бұрын
Hi good day i want to know. What's the Fs(Frecuency sample) for one channel, two channel and three channels? Well all channel respectiblity. Thanks for your answer. An thanks for your proyect.
@rodrigocadigos1513
@rodrigocadigos1513 9 жыл бұрын
hey man , to use the IR range sensor i need to change something on the sketch?? or just connect and have fun ?? LOL
@amrypriswanto8916
@amrypriswanto8916 7 жыл бұрын
The signal look like aliasing in high freq, right ?
@johny6641
@johny6641 10 жыл бұрын
hi very cool program, bye i cannot open the program error said that Net Framework initialization Error "Unable to find a version of the runtime to run this application"
@carlosvallejo4326
@carlosvallejo4326 7 жыл бұрын
Hello my friend, do you know how many channels yo can set up on this serial oscilloscope?
@Damtrax666
@Damtrax666 8 жыл бұрын
Man, thanks!
@andrepenha01
@andrepenha01 11 жыл бұрын
my congratulations very good
@hadiziaali6751
@hadiziaali6751 4 жыл бұрын
thanks very good
@mschaffer2826
@mschaffer2826 9 жыл бұрын
Can you please share the sketch for this? I'm new to arduino and have been looking for hours. I did get something to almost work, but i just get dots and some letters in the first screen of the scope and nothing on the graph. Thanks
@grantgupton3369
@grantgupton3369 9 жыл бұрын
+M Schaffer The link is in the description, but you have to go through there to find the GitHub link: github.com/xioTechnologies/Serial-Oscilloscope/tree/master/ArduinoPrintADC Hope this helps! Edit: More specifically, this: github.com/xioTechnologies/Serial-Oscilloscope/blob/master/ArduinoPrintADC/ArduinoPrintADC.ino
@raghuramvadlamanitechprogr2655
@raghuramvadlamanitechprogr2655 9 жыл бұрын
i need the stdlib.h library file please
@TheBudin1993
@TheBudin1993 8 жыл бұрын
i tried to select the COM10 which is where my arduino is plugged in, and then select same COM10 on osciloscope program, and shows an error "access to COM10 denied" Ps: sorry for my bad english ( i'm from Brasil)
@wesleycantarino4464
@wesleycantarino4464 7 жыл бұрын
verificou se não tem outro programa usando a porta COM10 ? tipo monitor serial do IDE arduino.
@Nagby3
@Nagby3 6 жыл бұрын
arduinos often have this kind of problems, just close everything that try to communicate with it, unplug it, then replug it and relaunch the software (usually does the trick)
@netman87
@netman87 11 жыл бұрын
cool
@minaamir2648
@minaamir2648 10 жыл бұрын
hhhhhhhhh i like this thanx
@hwman2828
@hwman2828 11 жыл бұрын
спасибо
She's very CREATIVE💡💦 #camping #survival #bushcraft #outdoors #lifehack
00:26
Man Mocks Wife's Exercise Routine, Faces Embarrassment at Work #shorts
00:32
Fabiosa Best Lifehacks
Рет қаралды 6 МЛН
Life hack 😂 Watermelon magic box! #shorts by Leisi Crazy
00:17
Leisi Crazy
Рет қаралды 70 МЛН
Good teacher wows kids with practical examples #shorts
00:32
I migliori trucchetti di Fabiosa
Рет қаралды 9 МЛН
Arduino mini-oscilloscope
14:16
iforce2d
Рет қаралды 169 М.
Making Use Of The Arduino Serial Plotter
14:01
Gadget Reboot
Рет қаралды 7 М.
oscilloscope with arduino nano & lcd 5110 !
4:08
Great Projects
Рет қаралды 34 М.
How to Change the X and Y Scale on the Arduino Serial Plotter
4:16
The Bored Robot
Рет қаралды 17 М.
Arduino Oscilloscope: Introduction
8:53
EETechStuff
Рет қаралды 6 М.
Debugging and Profiling 6502-based Computers
28:13
George Foot
Рет қаралды 1,6 М.
I tried the Cheapest Arduino Alternative (that Nobody heard of)
13:31
She's very CREATIVE💡💦 #camping #survival #bushcraft #outdoors #lifehack
00:26