I am still learning Java, but want to embed a small Java program on a user hardware device. It seems to me that I lack a degree in technology ... but maybe someone here can point me in the right direction?
I would like to do something very small and simple. My idea is to write a small Java application that controls 10-20 LED lamps and makes them blink in different patterns.
I would like to create (or buy) a small user device and place my Java application on it, having a small user block with the “on” and “off” switch, which will run my Java code, which will then control the LEDs. When I flip the switch, my code runs!
Are there starter kits or tutorials for this kind of thing? Do I need to buy a soldering iron? I tried Google, but I'm not sure what google really is ... Any guidance would be appreciated.
source
share