Skip to content
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

Open
hecko opened this issue Jul 9, 2012 · 3 comments
Open

simple windows client #2

hecko opened this issue Jul 9, 2012 · 3 comments

Comments

@hecko
Copy link
Owner

hecko commented Jul 9, 2012

we need a simple windows gui for showing the readings from the sensor

@kehribar
Copy link

kehribar commented Jul 9, 2012

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.

@hecko
Copy link
Owner Author

hecko commented Jul 9, 2012

Hi kehribar! It here an email address I can reach you on?
I can see, that Processing is actually based on Java and I would really want to base the GUI on something very portable ... like Java :) - so I/we will either port Processing library to Java, or if that is not really viable create a new library for Java. Besides that - I really want to have an extremely simple app for windows to show actual reading from the sensor. The on-board sensor is extremely inaccurate - can have up to 2 deg. celsius offset (of continuous readings), and has a terrible resolution - one ADC unit represents one degreecelsius - and that is very sketchy, but it will work great as an extremely on-budget temp meter. Please send me your email address and I will write more.

@kehribar
Copy link

kehribar commented Jul 9, 2012

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants