Johnny-Five, I2C, Controlling multiple temperature sensors using ESP8266
问题 I'm trying figure out how to control multiple temperature sensors. THE SETUP: 2 ESP8266 Micro Controllers 2 MCP9808 Temperature Sensors 1 Machine controlling both ESPs using Johnny-Five. NOTE: Each ESP8266 micro controller handles one MCP9808 Temperature Sensor. THE GOAL: The central machine (MacOS running Johnny-Five) handles both microcontrollers under one Node JS script. THE PROBLEM: I can control one Micro Controller / Temperature pairing, but not both under the same script. Apparently