arduino-plotter icon indicating copy to clipboard operation
arduino-plotter copied to clipboard

An Arduino library for easy graphing on host computer via serial communication

Results 16 arduino-plotter issues
Sort by recently updated
recently updated
newest added

Hi, just found out your code. It seems awesome! The only issue is that it doesnt work for me. I'm using a Windows 10 machine with Arduino IDE 1.8.13 and...

https://github.com/devinaconley/arduino-plotter/blob/6da8d1b8bf6b311770b3cd030254b5f348d9a5bc/listener/Graph.java#L186 Hi, just an quick&dirty idea, I don't know if there are any caveats using this. For me it worked: `for ( int j = 0; j < this.currPoints; j++...

Please just document this is tested on JVM 8 but let people to run which ever version they want. Probably this will even run fine with JVM 17

I updated my windows before starting to use Arduino for a project. I'm not sure why, but the code doesn't do anything for me. The code Don't open a window...

matthijs@Latitude:~/Downloads/arduino-plotter-listener-linux64$ ./listener java.lang.UnsatisfiedLinkError: Can't load library: /usr/lib/jvm/java-11-openjdk-amd64/lib/libawt_xawt.so at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2630) at java.base/java.lang.Runtime.load0(Runtime.java:768) at java.base/java.lang.System.load(System.java:1837) at java.base/java.lang.ClassLoader$NativeLibrary.load0(Native Method) at java.base/java.lang.ClassLoader$NativeLibrary.load(ClassLoader.java:2442) at java.base/java.lang.ClassLoader$NativeLibrary.loadLibrary(ClassLoader.java:2498) at java.base/java.lang.ClassLoader.loadLibrary0(ClassLoader.java:2694) at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2648) at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:830) at java.base/java.lang.System.loadLibrary(System.java:1873) at java.desktop/java.awt.Toolkit$3.run(Toolkit.java:1399)...

When I run the listener.exe it crashes immediately. I downloaded the windows 64 bit stand-alone listener. This is the first part of the log file it makes after crashing: ```...

Thank you for sharing your very useful code. Instead of having dotted lines being plotted, I prefer continuous lines. I modifed this section of your code accordingly as follows :...

enhancement

Currently all scaling is done automatically. This also means that a user must estimate time-scale by setting number of points displayed. Want to allow a user to optionally specify explicit...

enhancement
3.0.0

Hello, I have checked the issue #7, since I had the same message (it complained about a damaged file) and after executing the line proposed in the issue in the...

bug

Looking for a good working codes for Arduno and Processing sides to support plot of FFT results in live bar graph style (normally 128 dots).

enhancement