-
Notifications
You must be signed in to change notification settings - Fork 518
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
[Question] How to add support for Jolly-dev to StandardFirmataWiFi #511
Comments
Wifi is supported on ConfigurableFirmata, and it once was running with Uno as well. I have not tested that recently since I don't have a Uno WiFi board, but it should clearly be possible to get that to work again. What features of joly-dev do you need in particular? |
@pgrawehr Thank you, I'll try this out.
Just WiFi: being able to tether via WiFi |
Oh, got it. I was mislead by the name and thought you where talking about another device. Unfortunately, the documentation of this joly-dev module is very poor, and I can't find information about how you would use its wifi capability in general. Where you able to build a simple example using the WIFI interface? (e.g. just a remotely-commanded LED)? |
Not yet, I'll test it out till the end of the week. |
@pgrawehr Hi, with example: Jolly > WiFi > WiFiRestServer.ino |
When I compile
|
Ok, that's kind of expected. You need to add your hardware to that file. Since the board is electrically equivalent to an Arduino Uno, you can just add your board to that case. Edit line 145 of Boards.h, it currently reads
You need to add the name of the board type. The easiest way is to look at the output of the build. The command lines show a set of -D.... - arguments, one of which will probably say something like AVR_JOY_DEV or so. |
Hi,
When
In line
as
|
@ryrych It appears that Wifi.h is providing some conflicting definitions. Try to add |
Hello,
I've purchased Jolly-dev to add support for WiFi to Uno rev3. My goal was to control UNO via Johnny-Five. Unfortunately, UNO with Jolly-dev on board is not supported by the Firmata. Is there any guide how to extend StandardFirmataWiFi to support other boards?
The text was updated successfully, but these errors were encountered: