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

Build a remote control for the robot #225

Open
theAgingApprentice opened this issue Feb 25, 2024 · 2 comments
Open

Build a remote control for the robot #225

theAgingApprentice opened this issue Feb 25, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@theAgingApprentice
Copy link
Owner

theAgingApprentice commented Feb 25, 2024

Make a controller for the robot that converts human instructions to MQTT commands that the robot can understand. For now make this in software.

@theAgingApprentice theAgingApprentice added the enhancement New feature or request label Feb 25, 2024
@theAgingApprentice theAgingApprentice modified the milestones: Hardware, Code Feb 25, 2024
@nerdoug
Copy link
Collaborator

nerdoug commented Mar 10, 2024

We decided to use a phone or tablet app rather than a new piece of hardware to control robot movement via generation of mqtt commands.

@nerdoug nerdoug self-assigned this Apr 6, 2024
@nerdoug
Copy link
Collaborator

nerdoug commented Apr 6, 2024

current version of MQTT is 5.x . We use the older 3.1.1, which not all MQTT consoles support.

Browser based support:
MQTTX: web support is MQTT version 5.0 only?

Desktop:
MQTTX: 3.11. & 5.0, MacOS, Linux, Windows, open source
MQTT Explorer: 3.1.1 & 5.0, Windows, macOS, Linus

Mobile:
EasyMQTT: 3.1.1 & 5.0, iPhone, iPad, macOS
MyMQTT for Android: 3.1.1 & 5.0

I've downloaded this last app onto my phone. It doesn't support scripts, but does have a basic publish command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Progress
Development

No branches or pull requests

2 participants