Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/jpzg/YunRobot
Browse files Browse the repository at this point in the history
  • Loading branch information
jpzg committed Sep 23, 2014
2 parents fda98ec + d8c6321 commit 18bb92f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
YunRobot
========

Arduino and python programs for arduino yun controlling a robot via wifi and Websockets, with a control webpage served by the Yun. Using a web interface rather than TCP as before means the best possible cross-compatibility, without me writing more than one app.
Currently, the arduino is nothing but the slave of the linino processor, which does nothing but pass commands from the websocket connection to the arduino. Later, it may have some autonomy through more complex programs on the linino.
<h3>Anyone who wants to help is welcome to.</h3>
If you find any of this code messy/confusing or want clarification on some part of the project, comment or email.

Arduino and python programs for arduino yun controlling a robot via wifi and Websockets, with a control webpage served by the Yun. Using a web interface rather than TCP as before means the best possible cross-compatibility, without anyone writing more than one app.
Currently, the arduino is nothing but the slave of the linino processor, which does barely more than pass commands from the websocket connection to the arduino. Later, it may have some autonomy through more complex programs on the linino.

0 comments on commit 18bb92f

Please sign in to comment.