microchip-pic-avr-solutions / microchip-iot-developer-guides-for-aws

Microchip IoT Developer Guides for AWS is a set of tutorials tailored to get started with your IoT Design, from embedded to cloud. Starting with the sandbox, you can play around with sending and receiving data to the cloud with almost no setup.
34 stars 6 forks source link

How can I use MCC to generate code of PIC-IoT WA Development Board to connect AWS? #4

Open Zerofiver opened 3 years ago

Zerofiver commented 3 years ago

How can I use MCC to generate code of PIC-IoT WA Development Board to connect AWS?

LOSkrebergene commented 3 years ago

The PIC-IoT AWS example is unfortunately not available in MCC at the moment. The example is available on GitHub, however, and can be imported into MPLAB X and modified.

I would suggest that you follow the tutorials in this repository, starting with Access the sandbox, Connect the Board to your AWS Account and then Your First Application – Sending and Receiving Data. That should get you up and running with AWS in no time. Let us know if you encounter any further issues.

Zerofiver commented 3 years ago

OK! Thanks for your reply!