yofercho88 / arduinoscope

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

All inputs identical #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Downloaded latest Processing 
2. Uploaded the required code to my Arduino UNO 
3. Ran the unmodified Processing code
4. Connected only one input - A0

What is the expected output? What do you see instead?

There was output, but all the windows are showing the output of that one lead.

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

Debian wheezy/32 bit, kernel 2.6.38.

Please provide any additional information below.

When I start up the Processing script, this appears in the runtime log:

2.07.2011 2:16:17 controlP5.ControlWindow init
INFO: You are using renderer processing.core.PGraphics2D.
In order to render controlP5 elements you need to call the ControlP5's draw() 
manually.
Suggestion is to put controlP5.draw(); at the bottom of the draw function of 
your sketch.
2.07.2011 2:16:18 controlP5.ControlP5 checkName
WARNING: Controller with name "pause" already exists. overwriting reference of 
existing controller.
2.07.2011 2:16:18 controlP5.ControlP5 checkName
WARNING: Controller with name "logic" already exists. overwriting reference of 
existing controller.
2.07.2011 2:16:18 controlP5.ControlP5 checkName
WARNING: Controller with name "save" already exists. overwriting reference of 
existing controller.
2.07.2011 2:16:18 controlP5.ControlP5 checkName
WARNING: Controller with name "pause" already exists. overwriting reference of 
existing controller.
2.07.2011 2:16:18 controlP5.ControlP5 checkName
WARNING: Controller with name "logic" already exists. overwriting reference of 
existing controller.
2.07.2011 2:16:18 controlP5.ControlP5 checkName
WARNING: Controller with name "save" already exists. overwriting reference of 
existing controller.
2.07.2011 2:16:18 controlP5.ControlP5 checkName
WARNING: Controller with name "pause" already exists. overwriting reference of 
existing controller.
2.07.2011 2:16:18 controlP5.ControlP5 checkName
WARNING: Controller with name "logic" already exists. overwriting reference of 
existing controller.
2.07.2011 2:16:18 controlP5.ControlP5 checkName
WARNING: Controller with name "save" already exists. overwriting reference of 
existing controller.
2.07.2011 2:16:18 controlP5.ControlP5 checkName
WARNING: Controller with name "pause" already exists. overwriting reference of 
existing controller.
2.07.2011 2:16:18 controlP5.ControlP5 checkName
WARNING: Controller with name "logic" already exists. overwriting reference of 
existing controller.
2.07.2011 2:16:18 controlP5.ControlP5 checkName
WARNING: Controller with name "save" already exists. overwriting reference of 
existing controller.
2.07.2011 2:16:18 controlP5.ControlP5 checkName
WARNING: Controller with name "pause" already exists. overwriting reference of 
existing controller.
2.07.2011 2:16:18 controlP5.ControlP5 checkName
WARNING: Controller with name "logic" already exists. overwriting reference of 
existing controller.
2.07.2011 2:16:18 controlP5.ControlP5 checkName
WARNING: Controller with name "save" already exists. overwriting reference of 
existing controller.

Original issue reported on code.google.com by ahve...@gmail.com on 1 Jul 2011 at 11:20

GoogleCodeExporter commented 8 years ago
Managed to get rid of those warnings by adding the "i" to the button names. 
Processing works fine, it's just the arduino spitting out the same numbers, 
probably because I'm powering the testing platform (blinking ardweeny) from the 
Uno powerlines, common ground. Close as invalid.

Original comment by ahve...@gmail.com on 3 Jul 2011 at 10:01

GoogleCodeExporter commented 8 years ago

Original comment by david.ko...@gmail.com on 9 Nov 2011 at 4:06

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
How do I hve to add the "i" ? I don't get it to work :/

Original comment by 9free...@googlemail.com on 9 Apr 2014 at 9:11