Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
More cleanups in README
  • Loading branch information
efhilton authored Apr 11, 2021
1 parent d46d6c0 commit b094324
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# EllieBotBlue
This project was built on a [CamJam EduKit 3](https://thepihut.com/collections/camjam-edukit/products/camjam-edukit-3-robotics) though it should work on most any Raspberry Pi robots.

This code gives a robotics engineer the ability to communicate with a remote application via an [MQTT](https://mqtt.org/) broker.
This code gives a robotics engineer the ability to communicate with their robot via an [MQTT](https://mqtt.org/) broker. In doing so:
- any MQTT capable language can be used to add modules/intelligence to this robot (modules can be either local or remote)
- any MQTT capable language running on a remote machine can be used to command, listen to sensor signals, and/or listen to logging information.

## Introduction
This project allows the control of any Raspberry Pi robot (for example one built from a [CamJam EduKti 3](https://thepihut.com/collections/camjam-edukit/products/camjam-edukit-3-robotics), no affiliation) through an [MQTT](https://mqtt.org/) message broker. It has been written in C# for performance reasons, though from the design architecture, it should be able to be extended by use of any programming language that understands [MQTT](https://mqtt.org/).
Expand Down

0 comments on commit b094324

Please sign in to comment.