Skip to content

Commit 0f56ac6

Browse files
authored
develop (#1)
* Update README.md
1 parent 6114e69 commit 0f56ac6

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

README.md

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,32 @@
1-
# iotprovision-bin
2-
Binary releases of Microchip IoT Provisioning Tool
1+
[![MCHP](images/microchip.png)](https://www.microchip.com)
2+
3+
# IoT Provisioning Tool binary releases
4+
Easy-to-use solution for configuring an AVR-IoT or PIC-IoT board to connect to Amazon Web Services (AWS) and Google IoT Core Platforms
5+
6+
Supported kits:
7+
- AVR-IOT Wx
8+
- PIC-IOT Wx
9+
10+
## Download
11+
Download the [latest release](https://github.com/xedbg/releasetest/releases/latest) and extract the binary from the zip file.
12+
13+
## Getting Started and Documentation
14+
15+
The zip file contains command-line executables for Windows®, macOS®, and Linux® operating systems bundled with all the firmware needed to complete the provisioning. Extract and use the command-line utility corresponding to your operating system. You will find more instructions for running the tool in iotprovision.md found in the root folder.
16+
17+
### Other Helpful Resources
18+
19+
[Switch Cloud Providers with the IoT Provisioning Tool (Video)](https://www.youtube.com/watch?v=nwP8obSRaaE)
20+
21+
[Connect to Your Private AWS Account with IoT Provisioning Tool (GitHub Tutorial)](https://github.com/microchip-pic-avr-solutions/microchip-iot-developer-guides-for-aws/tree/master/connect-the-board-to-your-aws-account)
22+
23+
[How the IoT Provisioning Tool Works - AWS JITR (GitHub Tutorial)](https://github.com/microchip-pic-avr-solutions/microchip-iot-developer-guides-for-aws/tree/master/a-more-thorough-look-into-the-provisioning-process)
24+
25+
## Python wheel
26+
The binaries here are generated from Python source. If you are more comfortable using Python the iotprovision wheel can be installed from the Python package index pypi.org
27+
28+
```
29+
pip install iotprovision
30+
```
31+
32+
PyPi project: [pypi.org/project/iotprovision](https://pypi.org/project/iotprovision/)

images/microchip.png

5.47 KB
Loading

0 commit comments

Comments
 (0)