bruhautomation / ESP-MQTT-JSON-Multisensor

(OBSOLETE) ESP MQTT JSON Multisensor for Home Assistant. Supported sensors include the TEMT6000 light, AM312 PIR, DHT22 temperature/humidity sensors. RGB led supports flash, fade, and transition. Over-The-Air (OTA) uploading, too!
https://youtu.be/jpjfVc-9IrQ
Apache License 2.0
340 stars 152 forks source link

Will code work with D1 Mini V2 NodeMcu board? #32

Closed DNA99 closed 6 years ago

DNA99 commented 6 years ago

Hi,

I would like to do this project with the D1 Mini V2 NodeMcu board. Does anyone know if the same code will work on that board?

AaronLayton commented 6 years ago

Hi @DNA99

The code should be compatible as its still based off the ESP8266 chipset. As this board has less pin outs, you would need to put it on some breadboard so you can share the GND and 3v / 5v rails

DNA99 commented 6 years ago

Thanks Aaron!