Skip to content
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

Some updates #2

Open
soundanalogous opened this issue Mar 10, 2015 · 1 comment
Open

Some updates #2

soundanalogous opened this issue Mar 10, 2015 · 1 comment

Comments

@soundanalogous
Copy link
Contributor

Regarding the setup instructions for StandardFirmataEthernet, the user now needs to uncomment a couple of includes for their particular ethernet hardware. See this section: https://github.com/firmata/arduino/blob/ethernet/examples/StandardFirmataEthernet/StandardFirmataEthernet.ino#L67-L106

Also, the second part of step 11 should read:

#define local_ip IPAddress(10, 0, 0, 15)

Another thing to note is that if the user uploads ConfigurableFirmata with all of the includes uncommented it will occupy nearly all of the flash and ram on an Arduino Uno so StandardFirmataEthernet is currently the better choice for anyone using and Arduino Uno or other ATmega328 or ATmega32u4-based board. Commenting out unused includes in Configurable is another approach to reducing ram and flash usage.

@rwaldron
Copy link
Owner

Another thing to note is that if the user uploads ConfigurableFirmata with all of the includes uncommented it will occupy nearly all of the flash and ram on an Arduino Uno

I actually forgot that I had to comment out these parts—thanks for the reminder.

Can you whip up a PR with the necessary changes?

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

No branches or pull requests

2 participants