-
Notifications
You must be signed in to change notification settings - Fork 59
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
Add example for ESP over Wifi and Arduino/ESP over serial #96
Comments
Hi Chris, very glad you find it useful. I'd recommend you start with the Firmata section within the Remote Control page, apologies if this isn't obvious. Happy to provide further guidance if this still doesn't work - also any suggestions or updates to documentation would be greatly appreciated. Regards, |
Hi @mattjlewis , |
Easy if you are using Maven, as per the docs:
Then add this to the dependencies section in the created pom.xml:
The archetype creates a sample Java app that toggles an LED. Run this with app with the command line flag |
FirmataBuilder does not provide an ESP32 WiFi configuration. Can anyone provide me with pointers on a working configuration ? Ideally my devices would be DHCP-ed and the firmata would know the server hostname. I can also do the opposite and locate the DHCP addresses allocated to my ESP32s. |
Hello,
I'm planning to use you're awesome project to teach kids in java. In my opinion this is a nice way to intruduct into object orientated programming - I like "physical" objects.
I did not found any examples for ESP8266 over wifi or serial (or Arduino over serial). Is there any guide and I just did not found it? If not, please help me and I will add (after getting it working) a tutorial in you're docs.
Thank you!
Chris
The text was updated successfully, but these errors were encountered: