Skip to content

Motor control via Node-RED with Feather Huzzah ESP8266 using DC Motor + Stepper FeatherWing Add-on

Notifications You must be signed in to change notification settings

Roboy/feather_motor_nodered

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Prerequisites:

Usage

Setup Raspberry Pi:

  1. Start mosquitto broker (Should run automatically as a service after first start)
  2. Copy nodered_flow.json as your flow (usually in ~/.node-red folder)
  3. Configure the network to use the static local IP address specified in the arduino sketch (192.168.0.101)
  4. Setup the wireless card to connect automatically to the local WLAN
  5. Either configure node-red to start automatically after boot, or start it manually through ssh. Remember to start it with the correct sketch name (e.g. $ node-red nodered_flow.json)

Setup Feather:

  1. Add Feather Huzzah ESP8266 to Arduino IDE (board manager URL)
  2. Get Adafruit Motor Shield V2 and PubSubClient Arduiono IDE libraries.
  3. Configure MQTT broker IP, WiFi, and motor port in sketch.ino.
  4. Flash the code on to the board

About

Motor control via Node-RED with Feather Huzzah ESP8266 using DC Motor + Stepper FeatherWing Add-on

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages