A
Arduino13mo ago
Unknown User

Oscilloscope Online: An online Graph Plotter, A cool alternative to Arduino IDE's Serial Plotter

73 Replies
Unknown User
Unknown UserOP13mo ago
Message Not Public
Sign In & Join Server To View
Demon Lord of the Round Table
can it record graphs into excel/libreoffice?
Unknown User
Unknown UserOP12mo ago
Message Not Public
Sign In & Join Server To View
Demon Lord of the Round Table
Parallax
PLX-DAQ - Parallax
Parallax Data Acquisition tool (PLX-DAQ) software add-in for Microsoft Excel acquires up to 26 channels of data from any Parallax microcontrollers and drops
Demon Lord of the Round Table
this does something similar
Unknown User
Unknown UserOP12mo ago
Message Not Public
Sign In & Join Server To View
Demon Lord of the Round Table
you could try to make it libre office compatible too
Unknown User
Unknown UserOP12mo ago
Message Not Public
Sign In & Join Server To View
Demon Lord of the Round Table
i have a doubt,the arduino cannot measure negative voltages right?how does the oscillo?
Unknown User
Unknown UserOP12mo ago
Message Not Public
Sign In & Join Server To View
Unknown User
Unknown UserOP12mo ago
Message Not Public
Sign In & Join Server To View
Demon Lord of the Round Table
my plan for my oscillo was to use an inverting op.amp on a second chanel and re flip it lol
Unknown User
Unknown UserOP12mo ago
Message Not Public
Sign In & Join Server To View
Demon Lord of the Round Table
not impossible
Unknown User
Unknown UserOP12mo ago
Message Not Public
Sign In & Join Server To View
Demon Lord of the Round Table
CircuitBread
YouTube
Intro to Op-Amps (Operational Amplifiers) | Basic Circuits
Operational amplifiers, or op-amps, were very confusing for me at first and in retrospect, it's because I made it too complicated for myself. So, let's keep things simple as we learn about op-amps, some of their distinguishing features, and the two important lessons to remember about them. This is just an intro and we strongly recommend watchi...
Demon Lord of the Round Table
accidental time stamp skip to 0
Unknown User
Unknown UserOP12mo ago
Message Not Public
Sign In & Join Server To View
Demon Lord of the Round Table
what exactly is a line follower? cause that can be made with just one op amo or did you not mean voltage follower?
Unknown User
Unknown UserOP12mo ago
Message Not Public
Sign In & Join Server To View
Demon Lord of the Round Table
have a doubt,how far can the resulotion of the graph go?if i use an externak adc to get more bits and sampling rate can it account.for that too? it should just be switching between anaolgue to digitak pins to do it right?
Unknown User
Unknown UserOP12mo ago
Message Not Public
Sign In & Join Server To View
Demon Lord of the Round Table
do you mean the pc or the arduino microcontroller?
Unknown User
Unknown UserOP12mo ago
Message Not Public
Sign In & Join Server To View
Demon Lord of the Round Table
i dont think rendering lines takes that much
Unknown User
Unknown UserOP12mo ago
Message Not Public
Sign In & Join Server To View
Demon Lord of the Round Table
libre office is open source,you could basically copy its code into yours and make it an actual graph but i see yiur point
Unknown User
Unknown UserOP12mo ago
Message Not Public
Sign In & Join Server To View
Demon Lord of the Round Table
would using a function to "connect" the points in the graph to render as pixels instead of points themselves help? it would just be anhigher resolution image but indont know how exactly its rendering the graphs,havent looked into the code ans importing into csv would put it in point form again
Unknown User
Unknown UserOP12mo ago
Message Not Public
Sign In & Join Server To View
Demon Lord of the Round Table
can you explain laymanly how your rendering the graphs?i dont know html
Unknown User
Unknown UserOP12mo ago
Message Not Public
Sign In & Join Server To View
Demon Lord of the Round Table
is this string the digital output from the arduinopin?
Unknown User
Unknown UserOP12mo ago
Message Not Public
Sign In & Join Server To View
Demon Lord of the Round Table
heres an idea:the arduino has 10 bits,so one graph could have 10 points on the y axis,and the y axis of the point displayed could just keep increasing with time to ?
Unknown User
Unknown UserOP12mo ago
Message Not Public
Sign In & Join Server To View
Demon Lord of the Round Table
why did you decide to make this a website?i feel an app would be better so get the readings from the adc directly basically im just brainstorming btw
Unknown User
Unknown UserOP12mo ago
Message Not Public
Sign In & Join Server To View
Unknown User
Unknown UserOP12mo ago
Message Not Public
Sign In & Join Server To View
Demon Lord of the Round Table
this but litterally, the y axis would have 10 increments,and the x increments with time
Unknown User
Unknown UserOP12mo ago
Message Not Public
Sign In & Join Server To View
Demon Lord of the Round Table
the resulotion can only be 10 bits unless an external adc is used
Unknown User
Unknown UserOP12mo ago
Message Not Public
Sign In & Join Server To View
Demon Lord of the Round Table
also,you could use a function to connect the points and make it aooear smoother like i said
Unknown User
Unknown UserOP12mo ago
Message Not Public
Sign In & Join Server To View
Demon Lord of the Round Table
ok,do yiu understand what an adc is?
Unknown User
Unknown UserOP12mo ago
Message Not Public
Sign In & Join Server To View
Demon Lord of the Round Table
yes,the arduino unos built.in adc can only output 10 bits
Unknown User
Unknown UserOP12mo ago
Message Not Public
Sign In & Join Server To View
Demon Lord of the Round Table
so having a higher resolution than that will be adding inacuracies but it can be smoothed out to have a higher resolution later,i was talking about making the graph more easy to render
Unknown User
Unknown UserOP12mo ago
Message Not Public
Sign In & Join Server To View
Demon Lord of the Round Table
ah i didnt know
Unknown User
Unknown UserOP12mo ago
Message Not Public
Sign In & Join Server To View
Demon Lord of the Round Table
cool well the graph could be zoomed in if it worked like libreoffice or excel
Unknown User
Unknown UserOP12mo ago
Message Not Public
Sign In & Join Server To View
KLevi
KLevi12mo ago
No description
KLevi
KLevi12mo ago
It doesnt really want to work for me
Unknown User
Unknown UserOP12mo ago
Message Not Public
Sign In & Join Server To View
KLevi
KLevi12mo ago
Also I was trying to use a baud rate of 115200 Do you have an example arduino code? I got it to work but only for like 100 readings, and only once Do you have any idea what might be wrong?
KLevi
KLevi12mo ago
No description
KLevi
KLevi12mo ago
No description
KLevi
KLevi12mo ago
Like this
Unknown User
Unknown UserOP12mo ago
Message Not Public
Sign In & Join Server To View
KLevi
KLevi12mo ago
Is the 100 ms delay necessary? I wanted to use something like in the kHZ range
KLevi
KLevi12mo ago
No description
KLevi
KLevi12mo ago
Now thats a nice sin wave from inductant noise of mains voltage
Unknown User
Unknown UserOP12mo ago
Message Not Public
Sign In & Join Server To View
KLevi
KLevi12mo ago
Yea I know. I was just asking about the limits of the display Do you maybe plan on making it like a real oscilloscope in the running option?
Unknown User
Unknown UserOP11mo ago
Message Not Public
Sign In & Join Server To View
KLevi
KLevi11mo ago
I used it for testing an LC tank circuit, worked but not good. (Not your fault, you fixed the problem) It didn't work because of my component selection

Did you find this page helpful?