AVR® -IoT Home Automation Kit #4 - Stepper 2 Click Driver | Videos
AVR® -IoT Home Automation Kit #4 - Stepper 2 Click Driver
Playlist: https://www.youtube.com/playlist?list=PLtQdQmNK_0DR-zoimPQ_BgGdUrvqr-9im
This is the fourth and final video in the Getting Started with the Home Automation Kit Series, which consists of an Microchip AVR®-IoT WG Board,
a Stepper 2 Click from MikroElektronika and a Stepper Motor. The video series walks you through connecting the kit to the cloud, writing custom code, using a stepper 2 click driver
and controlling the motor from a cloud interface. There exists accompanying written user guides that go into more detail, see links further down. Two example applications
are also available, the Weather Clock and Automatic Blinds, see links below.
NEXT STEP: Home Automation - Weather Clock
----------------------------
Topics Covered in this Video
----------------------------
* Configuring the pin multiplexing in Atmel Start for the Stepper 2 Click
* Using a timer to produce a PWM pulse. This pulse is used to run the motor.
* Embedded code to drive the motor. Starting and stopping, setting speed and direction.
* Parsing JSON strings from the cloud with commands such as "start", "stop" and "set speed".
-----
LINKS
-----
Hardware:
* AVR-IoT Home Automation Kit: https://www.digikey.com/product-detail/en/digi-key-kit-va/IOT-HOME-KIT/IOT-HOME-KIT-ND/10669056
* AVR-IoT WG Dev Board: https://mchp.us/2Ixbisr
Software:
* MPLAB® Data Visualizer: https://mchp.us/2wGWvIY
* Atmel Studio: https://mchp.us/333nr1y
* MPLAB X: https://www.microchip.com/mplab/mplab-x-ide
User Guides:
* Getting Started with the AVR Home Automation Kit: https://mchp.us/2Q47eEa
* Home Automation - Weather Clock: https://mchp.us/2TAh9n2
* Home Automation - Automatic Blinds: https://mchp.us/2xgRjvt
* Atmel START User Guide: https://mchp.us/2xpjQPI
Source Code:
* AVR-IoT WG Board Default Firmware: https://start.atmel.com/#example/Atmel%3AAVR_IoT_WG_Sensor_Node%3A1.1.1%3A%3AApplication%3AAVR_IoT_WG_Sensor_Node%3A
* AVR-IoT WG Board with Stepper 2 Click Firmware: https://start.atmel.com/#example/Atmel%3AAVR_IoT_WG_Sensor_Node_With_Stepper_2_Click%3A1.1.1%3A%3AApplication%3AAVR_IoT_WG_Sensor_Node_With_Stepper_2_Click%3A
Videos Series:
* Getting Started with the Home Automation Kit
* Home Automation - Weather Clock