Skip to content

Add StandardFirmataEthernet example #191

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

Merged
merged 12 commits into from
Apr 12, 2015
Merged

Add StandardFirmataEthernet example #191

merged 12 commits into from
Apr 12, 2015

Conversation

soundanalogous
Copy link
Member

StandardFirmataEthernet works with the Arduino Ethernet board, Arduino Ethernet Shield and the Arduino Yun.

Has been tested successfully with and Arduino Ethernet Shield attached to an Arduino Uno and also with an Arduino Yun (using the on-board ethernet jack). I'm using the eg/blink-firmata.js and blink-johnny-five.js examples of the etherport repo for the client side test.

Tested successfully with the following boards and an Arduino Ethernet shield:

  • Arduino Uno
  • Arduino Leonardo
  • Arduino Mega
  • Arduino Due

@rwaldron
Copy link
Contributor

rwaldron commented Mar 9, 2015

I wrote up a guide for getting started for this as well -> https://github.com/rwaldron/etherport

@soundanalogous
Copy link
Member Author

Successfully tested StandardFirmataEthernet using Arduino Uno, Arduino Mega and Arduino Due with an Arduino Ethernet Shield. It is not working however with Arduino Leonardo. Looking into this further...

@soundanalogous
Copy link
Member Author

Removed UIPEthernet option. It uses too much memory and I can't get it to work properly.

soundanalogous added a commit that referenced this pull request Apr 12, 2015
Add StandardFirmataEthernet example
@soundanalogous soundanalogous merged commit 201af59 into master Apr 12, 2015
@soundanalogous soundanalogous deleted the ethernet branch April 12, 2015 06:09
@tarek360
Copy link

Can i sue StandardFirmataEthernet with Arduino Leonardo?

@soundanalogous
Copy link
Member Author

Yes, I have successfully used StandardFirmataEthernet with an Arduino Leonardo with an attached Arduino Ethernet shield.

@tarek360
Copy link

This is a very good news for me :)
But how can i control on remote Arduino Leonardo with an attached Arduino Ethernet shield using StandardFirmataEthernet, johnny-five and Internet connection without local USB connection ??

i have used this code to connect locally
var five = require("johnny-five");
var board = new five.Board();
board.on("ready", function() {
var led = new five.Led(13);
led.blink(500);
});

but i want to connect to the remote Arduino throw Internet
if you can help me about how to configure StandardFirmataEthernet and what is the code in johnny-five to connect to the remote Arduino?

Thank You.

@soundanalogous
Copy link
Member Author

You need to use Etherport

@tarek360
Copy link

Thanks man i appreciate your help,
I already used Etherport but it didn't work with me, if it works with you i
will try again maybe i miss something.

Thanks :)
On Jun 27, 2015 10:47 PM, "Jeff Hoefs" notifications@github.com wrote:

You need to use Etherport https://github.com/rwaldron/etherport


Reply to this email directly or view it on GitHub
#191 (comment).

@rwaldron
Copy link
Contributor

@tarek360 Please file a bug here: https://github.com/rwaldron/etherport/issues Thanks!

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

Successfully merging this pull request may close these issues.

3 participants