-
Notifications
You must be signed in to change notification settings - Fork 2
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
Comments
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 ! |
Someone did the same using Python You can build on top of it. |
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 ! |
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. |
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 !
The text was updated successfully, but these errors were encountered: