Open btownshend opened 4 years ago
@btownshend can you check this is still the case and suggest what needs to be added to the instructions, please?
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. Use the Arduino IDE Library Manager to add the libraries, "DallasTemperature" and "OneWire." +
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.
Use a 5v USB to UART cable to upload the firmware to emonTx.
The readme instructions on setting up an Arduino build environment do not include installing a OneWire library (and also DallasTemp library?)