Skip to content

aiten/Robot.Arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robot.Arduino

Robot project using Mqtt

What you need:

  • A WLAN
    I use a simple WiFi Router for this project.
  • A Mqtt-broker.
    You can use a minimal broker running on a esp8266 - see Sketch RobotMqttBroker
  • Devices, like a esp8266 LOLIN(WEMOS) D1
  • To send Mqtt command to the devices, you can use

To run (and compile) all the sketches, please:

  • Set Sketchbook location (Arduino Menu: File:Preferences...) to this folder
  • Install additional libraries:
    • ArduinoJson (by Benoit Blanchon)
    • EspMQTTClient (by Patrick Lapointe)
    • PicoMQTT (by Michal Lesniewski)
    • PubSubClient (by Nick O'Leary) - included by EspMQTTClient
    • HX711 (by Rob Tillaart) - use for InputForce

Install 8266 Arduino environment

Device configuration

  • An AP is opened, if the device cannot connect to the specified WLAN.
    The name of the AP is e.g. Robot4WD_xxxxxx (xxxxxx is a unique number)
  • To configure the device, please goto page 192.168.4.1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published