diff --git a/README.md b/README.md index 3ccad32..5dad0af 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,14 @@ Fan control is not limited to a single dip switch setting, so up to 16 fans can ## Dependencies This project uses the following libraries that are available through the Arduino IDE * [SmartRC-CC1101-Driver-Lib](https://github.com/LSatan/SmartRC-CC1101-Driver-Lib) by LSatan -* [rc-switch](https://github.com/sui77/rc-switch) by sui77 +* [rc-switch](https://github.com/sui77/rc-switch) by sui77, moved to inline * [PubSubClient](https://pubsubclient.knolleary.net/) by Nick O'Leary ## Hardware * ESP8266 development board (Tested with a NodeMCU v2 and a D1 Mini) * CC1101 wireless transceiver * Wiring info can be found in the [SmartRC-CC1101-Driver-Lib readme](https://github.com/LSatan/SmartRC-CC1101-Driver-Lib#wiring) + * Schematic for d1mini with CC1101 and doorbell [Schematic](https://github.com/patrickdk77/hampton-bay-fan-mqtt/FanController.pdf) ## Setup ### Configuration