fazel459 / arduinoscope

Automatically exported from code.google.com/p/arduinoscope
0 stars 0 forks source link

arduinoscope.java library not recognized by processing #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. downloaded and extract processing-arduinoscope.zip into sketchbook 
folder
2.
3.
-----------------
What is the expected output? What do you see instead?

I get an "arduinoscope" does not exist, You might be missing a library 
error.

Menu item Sketch > Import library doesn't include an arduinoscope option

--------------------
What version of the product are you using? On what operating system?

I've tried processing versions 1.0.1 and 1.0.6 on Vista32 (java build 
1.6.0_15-b03) and processing 1.0.6 on Win7 32 (java build 1.6.0_16-b01)  -- 
the 1.0.6 copies are fresh downloads

--------------------
Please provide any additional information below.

it seems Processing isn't recognizing arduinoscope as a library. dropping 
P5 and openCV into the Sketchbook/libraries folder works as expected, but 
processing seems to be ignoring arduinoscope...

I've also tried moving the arduinoscope.java file into various locations, 
including the libraries folder of the processing application directory.

Original issue reported on code.google.com by interrup...@gmail.com on 1 Sep 2009 at 3:18

GoogleCodeExporter commented 8 years ago
sorry, I mean arduinoscope(.jar) is not recognized 

Original comment by interrup...@gmail.com on 2 Sep 2009 at 3:44

GoogleCodeExporter commented 8 years ago
tried it with processing 1.0.5 on an XP SP3 machine - still not recognized.

Original comment by interrup...@gmail.com on 3 Sep 2009 at 9:10

GoogleCodeExporter commented 8 years ago
I have also experienced this problem on Mac OS X 10.5. I don't even know how, 
but after a long trying it 
somehow started to work.

Original comment by heisenbe...@googlemail.com on 6 Sep 2009 at 9:27

GoogleCodeExporter commented 8 years ago
Yeh, I will definitely need more info.  Any error messages? It needs to be in
SKETCHDIR/libraries/arduinoscope

I have tested on windows, osx, and linux and can't reproduce issue.

Original comment by david.ko...@gmail.com on 21 Sep 2009 at 9:33

GoogleCodeExporter commented 8 years ago
Also, you should not be touching .java file.  That is the source for the jar 
that
processing uses, and it doesn't use it directly (it's the source for people who 
want
to recompile the lib themselves, or add features, etc) In fact, in the current
source, there is no arduinoscope.java file...

Please, if you want to use it with Processing, download this:
http://arduinoscope.googlecode.com/files/processing-arduinoscope.zip

Extract it to SKETCHDIR/libraries/arduinoscope/

Original comment by david.ko...@gmail.com on 21 Sep 2009 at 9:49

GoogleCodeExporter commented 8 years ago
Tried to correct the issue report with comment 1 --  I meant that I have tried 
placing both the entire processing-arduinoscope archive (un-zipped of course) 
and 
just the .jar file in the SKETCHBOOK/libraries/arduinoscope folder,

also tried both in

SKETCHBOOK/libraries
PROCESSINGROOT/libraries
PROCESSINGROOT/libraries/arduinoscope

keeps giving 'The package "arduinoscope" does not exist. You might be missing a 
library' message with the "Note that release 1.0, libraries must be installed 
in a 
folder named 'libraries' inside the sketchbook' folder.

appears as if processing does recognize "arduinoscope" as a valid library.  

What "windows" did you test it on?
What versions of Java have you tested it on?

maybe if I could recreate a successful configuration we might be able to figure 
out 
why it's not recognized on my (our) configurations...

Thank you very much for looking into this!

Original comment by interrup...@gmail.com on 21 Sep 2009 at 11:33

GoogleCodeExporter commented 8 years ago
hi,
this sketch looks nice but it doesnt seem to work...
I have uploaded the sketch into the arduino, downloaded the required controlP5 
library, but when i try to run SimpleSerialArduinoscope.pde on Processing it 
doesn't 
show anything (constantly shows 0.0 volts in all 6 sections).
what can cause this?

btw, TestOscope does seem to work

Original comment by Noam...@gmail.com on 22 Sep 2009 at 2:16

GoogleCodeExporter commented 8 years ago
extreme novice here, but it appears if you drop arduinoscope.jar and 
controlP5.jar 
inside a folder called 'code' in your sketch's folder 
(Processing\SimpleSerialArduinoscope\code\ for me) everything works fine.  
Think this 
is due to changes in Processing since this project was last updated.

Original comment by ebe...@gmail.com on 10 Jan 2010 at 3:12