An add-on for the Candle Controller / WebThings Gateway. It allows you to upload code to Arduino's with the click of a button.
An overview of available devies can be found on the Candle website under "research":
https://www.candlesmarthome.com/
- Install the add-on using the Candle store.
- Select the Candle Manager in the main menu.
- Plug in your Arduino via USB when asked to do so.
- Select which sketch you want to upload from the list. You can add your own sketches. You should create the Candle Receiver first.
- Optional: change settings of the sketch if you want.
- Click 'next' and wait for the upload process to complete.
- You can now see and check the serial output from your new Arduino device.
- Once you have created the Candle receiver, keep it plugged in and install/start the MySensors addons. That will enable wireless communication with the devices you create after that.
- Done
Open the settings page of the add-on and paste a link to your .ino file into the link field. Click 'apply'.
Your sketch has now been added.
You can also add multiple sketches by creating a JSON file with URL's to those sketches. Check ouf the example here: https://github.com/createcandle/candle_source_code_list