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

ArduWeb (Arduino Web-Based framwork) #1

Open
meladawy opened this issue Aug 25, 2014 · 4 comments
Open

ArduWeb (Arduino Web-Based framwork) #1

meladawy opened this issue Aug 25, 2014 · 4 comments

Comments

@meladawy
Copy link

By Maged El-Adawy

Open Source Web Based framework to completely control & manage Arduino boards. Compatible with all boards (Uno, Mega...etc). It can control different Arduino pins (Digital & PWM) and it can control the algorithm as well !

@meladawy meladawy changed the title ArduWeb ArduWeb (Arduino Web-Based framwork) Aug 25, 2014
@meladawy
Copy link
Author

Using Socket.io for server to Arduino communication...It does require Ethernet shield or developing a custom application to handle the communication stuff and translate it into Serial commands to arduino !

@mtayseer
Copy link

Someone did the same using Python
http://www.youtube.com/watch?v=jJ1vjr1dDqw
https://github.com/njl/helicopter

You can build on top of it.

@meladawy
Copy link
Author

Its not the point... i created a web based application before that control arduino based car using webSocket and Nodejs... In other project i controlled the vehicle from the internet with HTTP requests !

My idea is totally different...its about creating a low level platform that configure Arduino boards to do a specific task / action from scratch using a web based platform. No need to write any code to Arduino any more, You can configure your Arduino board from a web based app & all configuration should be synchronised...Imagine that write your Arduino code from ur PHP / Python framework !

@nourselim0
Copy link

From my experiments I noticed that Arduinos are very slow at parsing HTTP responses (about 1-2 seconds per response on an Arduino Mega!), so it might not be viable in many use cases to have all the code on the server.
It might not be that bad if we use plain old sockets though!

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

3 participants