openenergymonitor / EmonTxV3CM

EmonTxV3 Continuous Monitoring Firmware (Default shipped EmonTxV3 firmware)
13 stars 13 forks source link

Add OneWire dependency to install instructions #16

Open btownshend opened 4 years ago

btownshend commented 4 years ago

The readme instructions on setting up an Arduino build environment do not include installing a OneWire library (and also DallasTemp library?)

borpin commented 3 years ago

@btownshend can you check this is still the case and suggest what needs to be added to the instructions, please?

btownshend commented 3 years ago

I would suggest the following change to readme.md:

diff --git a/readme.md b/readme.md index b62212b..42ea897 100644 --- a/readme.md +++ b/readme.md @@ -66,6 +66,8 @@ Configure EmonHub on the receiving base station to decode the RFM data packet us

  1. Either download directly or use 'git clone' to download the EmonLibCM library into your Arduino Libraries directory.

+1. Use the Arduino IDE Library Manager to add the libraries, "DallasTemperature" and "OneWire." +

  1. Open the Arduino IDE (or restart, to reload the libraries). Open the EmonTxV3CM firmware, ensure that EmonTxV3CM.ino, rfm.ino and config.ino are present as three tabs in the IDE when the firmware is open.

  2. Use a 5v USB to UART cable to upload the firmware to emonTx.