
lzu's instructables
Achievements
- lzu's instructable How to Fix a Smartphone Holder in Your Car's weekly stats:
- lzu commented on MarcoGhelfino's instructable Mirrored Glass SculpturesView Instructable »
I suggest to everyone like this inscrutable to visit this place: http://www.giardinodeitarocchi.it/
- lzu commented on lzu's instructable How to write an Ardulink GUI, to control ArduinoView Instructable »
Maybe. This is a tutorial I wrote some years ago. I think that I should write other tutorials since Ardulink users need for more information about it. Actually Ardulink is a maven project and its artifacts are available on maven central (https://search.maven.org/#search%7Cga%7C1%7CArduli... so you should be able to understand which artifacts are needed.A good point to start to study how write your own project is Ardulink Console you can find the code here: https://github.com/Ardulink/Ardulink-2/tree/master...
- lzu commented on lzu's instructable How to write an Ardulink GUI, to control ArduinoView Instructable »
Yes, you can use Ardulink that has text fields for input. See for esample this video where is possible set values for car movements or read this article:http://www.ardulink.org/automatic-lipid-dispensing...where is used a text field to dispense value.This is the component used:http://www.ardulink.org/javadoc/ardulink-swing/ind...
- lzu commented on lzu's instructable How to use MQTT in Arduino without an Ethernet ShieldView Instructable »
Hi,It seems a config issue on the second ESP826 module. But I don't know so well this hardware.
- lzu commented on lzu's instructable How to write an Ardulink GUI, to control ArduinoView Instructable »
Hi,Ardulink 1 uses mainly RXTX library to connect PC with Arduino. This library isn't a java pure library and needs for a shared object (dll for windows users) installed on the PC. Of course this shared object has to be compatible with the system architecture. So you have to replace the DLL 32 bit with the 64 bit one. You can find both library version into Ardulink distribution. You can put the right one into windows folder or into the working directory of your application.
- lzu favorited Knife Block by Christian Knuell