Huzzah32 – p5js MQTT color picker

Get the code on github.

Time stamps are linked in the video description on vimeo.
Show time stamps

00:00 Intro
00:35 DEMO
00:40 Circuits
02:07 p5js and shiftr interfaces
02:45 Browser to LED
03:20 Battery power – NOT serial
05:00 Begin code overview
06:19 HTML file
06:45 Secrets.js and shiftr token
07:36 Sketch.js
08:38 p5js MQTT connection
09:58 Sending messages – message protocol
11:25 Sending messages – transport protocol
13:05 huzzah32 MQTT connect
13:31 Arduino Code, libraries and variables
14:00 Aside – topology
15:05 Getting the Arduino MQTT library
18:50 Setup — init wifi, initMqtt, parser
23:10 Loop — polling, parsing, analogWrite()s
25:15 Review, checking console and monitor
26:38 Connect to a custom instance / token in shiftr
32:16 Upload settings for revised code