Skip to content

lex0c/esp32-pubsub-led

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

POC - esp32 mqtt pubsub

Turns the led on and off by pub/sub events.

Requirements

sudo apt install mosquitto-clients

Set WIFI Credentials

  • wifi_ssid
  • wifi_password

ON

mosquitto_pub -h broker.hivemq.com -t test-esp32/led -m "on"

OFF

mosquitto_pub -h broker.hivemq.com -t test-esp32/led -m "off"

Subscribe test

mosquitto_sub -h broker.hivemq.com -t test-esp32/led

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages