-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
simple windows client #2
Comments
Hi, Firstly, this is a cool project! You can use the C# library for creating a simple windows GUI. ADC reading features are working at the moment. You can look up the ADC plot example with the C# Also, you can use the Processing library for creating more simpler GUI. You can read about the Processing from http://processing.org There is an example for plotting ADC values in Processing as well. By the way, what is the reliability of the internal temp. sensor? Have you done any comprehensive tests? ihsan. |
Hi kehribar! It here an email address I can reach you on? |
Hi, My mail address is available at almost every source code that i wrote :) I prefer discussing over GitHub, since those information are available publicly. Yes, Processing is based on Java, and my library is a pure Java library. I don't actively write Java, so i don't know how you can use it in a special Java app but i advise you to use Processing IDE for creating simple IDE. They have graphic libraries etc. available. Also you can export your application in .jar file as well in Processing. On the other hand the libusb wrapper that i use for LittleWire library is Windows compatible only. Therefore, you can't benefit from the portability of the Java because of that restriction. I suspected that inaccuracy for the internal sensor... You might want to use simple analog temp. sensors like LM35. It has 10mv / 1 celcius accucay. LM35 is very easy to use. ihsan. |
we need a simple windows gui for showing the readings from the sensor
The text was updated successfully, but these errors were encountered: