Author Topic: need help for arduino scope  (Read 3227 times)

0 Members and 1 Guest are viewing this topic.

Offline lightbringer81Topic starter

  • Contributor
  • Posts: 10
  • Country: tr
need help for arduino scope
« on: November 04, 2013, 03:49:05 pm »
i was trying to make an arduino oscilloscope for fun i did the one in this website

( http://www.homebrew-tech.com/arduino/brewing-arduino-announcement/usingarduinoasoscilloscope-arduinoscope)

but when i tried to compile it said BYTE is no longer supported use Serial.Write() and i knew i just cant cut and paste that to there

i also tried

http://www.instructables.com/id/Arduino-Oscilloscope-poor-mans-Oscilloscope/     but after i did all work when i tried to see waveform it just didnt do anything but a red line

can anyone help me for this please ? you can help me with code or 2nd with or it would be great if you link me a working one thanks all :=)
 
 

Offline lightbringer81Topic starter

  • Contributor
  • Posts: 10
  • Country: tr
Re: need help for arduino scope
« Reply #1 on: November 04, 2013, 05:53:43 pm »
anyone ?
 

Offline Jon86

  • Frequent Contributor
  • **
  • Posts: 526
  • Country: gb
Re: need help for arduino scope
« Reply #2 on: November 04, 2013, 06:45:10 pm »
A bit more information would be good, we won't be able to help if you just say it doesn't work.
Give us some code, schematics, pictures, then maybe we can help  :-+
Death, taxes and diode losses.
 

Offline kfitch42

  • Frequent Contributor
  • **
  • Posts: 300
  • Country: us
 

Offline lightbringer81Topic starter

  • Contributor
  • Posts: 10
  • Country: tr
Re: need help for arduino scope
« Reply #4 on: November 04, 2013, 07:11:02 pm »
A bit more information would be good, we won't be able to help if you just say it doesn't work.
Give us some code, schematics, pictures, then maybe we can help  :-+

for first one: after i put all libraries and sketches to both arduino ide and processing i ran and upload the code on arduino but processing which should run the UI on my pc said BYTE no longer usable

second: in this one i upload all codes on both ide i ran them both when i touch the probe into a signal i wasnt able to see anything but a red line

i ll try replacing byte as show in that link thanks for help

 

Offline lightbringer81Topic starter

  • Contributor
  • Posts: 10
  • Country: tr
Re: need help for arduino scope
« Reply #5 on: November 04, 2013, 07:32:41 pm »
and by the way i can run codes in processing showing error " The function readStringUntil(int) does not exist


// handle serial data
void serialEvent(Serial p) {
  String data = p.readStringUntil(LINE_FEED);
  if (data != null) {
    // println(data);
    vals = int(split(data, ' '));
  }
}
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf