page_type | description | languages | products | |||||
---|---|---|---|---|---|---|---|---|
sample |
Connecting a Renesas Starter Kit+ for RX65N-2MB to Azure IoT using Azure RTOS |
|
|
The Quickstart button above provides the complete steps for creating an IoT Central application and then configuring, building and flashing the device.
For guidance on connecting additional devices, see the Embedded device quickstarts.
- The Renesas Starter Kit+ for RX65N-2MB
- 2 * USB 2.0 A male to Mini USB male cable
- The included 5V power supply
- Ethernet cable
- Wired Ethernet access
-
Recursively clone the repository:
git clone --recursive https://github.com/azure-rtos/getting-started.git
-
Install the development tools:
getting-started\tools\get-toolchain-rx.bat
-
Add Azure IoT configuration to the config file:
getting-started\Renesas\RSK_RX65N_2MB\app\azure_config.h
-
Build the binary image:
getting-started\Renesas\RSK_RX65N_2MB\tools\rebuild.bat
-
Connect the device:
- Connect the 5VDC to an electrical outlet
- Connect the Ethernet to your router
- Connect G1CUSB0 to your computer
- Connect the E2Lite to your computer
- Connect the E2Lite to the RX65N RSK
- Connect the Ethernet to your router
-
Flash the image to the device using the Renesas Flash Programmer and the following settings:
- Microcontroller: RX65x
- Project Name: RX65N
- Tool: E2 emulator Lite
- Reset Settings: Reset Pin as Hi-Z
getting-started\Renesas\RSK_RX65N_2MB\build\app\rx65n_azure_iot.hex
-
Configure a serial port app at baud rate 115,200 to monitor the device output.