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

Implement MQTT connectivity #24

Merged
merged 2 commits into from
Apr 15, 2021
Merged

Implement MQTT connectivity #24

merged 2 commits into from
Apr 15, 2021

Conversation

axe007
Copy link
Contributor

@axe007 axe007 commented Apr 15, 2021

Tasks

  • Basic MQTT connection is done
  • Subscribes and receives a message from Frontend app
  • Publishes current driving mode to the generic topic
  • Publishes camera feed to camera feed topic

Next steps

  • Setup topics for car control messages
  • Setup video feed implementation on Frontend app
  • Conduct more testing

Fixes #10

Added MQTT and camera connections to SmartCar sketch.

Resolves: #10
Added MQTT and camera connections to SmartCar sketch.

Resolves: #10
@axe007 axe007 added sprint-1 User stories & bugs for TBD on sprint 1 C++ C++ coding task labels Apr 15, 2021
@axe007 axe007 requested a review from OneMoreOreo April 15, 2021 20:39
@axe007 axe007 self-assigned this Apr 15, 2021
Copy link
Contributor

@OneMoreOreo OneMoreOreo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This update has been reviewed and approved.

This adds a very advanced MQTT Implementation.

@OneMoreOreo OneMoreOreo merged commit cec1172 into master Apr 15, 2021
@axe007 axe007 deleted the mqtt-connectivity branch April 15, 2021 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C++ C++ coding task sprint-1 User stories & bugs for TBD on sprint 1
Projects
SmartRover Scrum Board
Awaiting triage
Development

Successfully merging this pull request may close these issues.

Send commands
2 participants