Skip to content

Latest commit

 

History

History
 
 

RX65N_Cloud_Kit

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
page_type description languages products
sample
Connecting a Renesas RX65N Cloud Kit to Azure IoT using Azure RTOS
c
azure-iot
azure-iot-pnp
azure-rtos
azure-iot-central

Connect an Renesas RX65N Cloud Kit to Azure IoT

Quickstart article Documentation

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.

What you need

Steps

  1. Recursively clone the repository:

    git clone --recursive https://github.com/azure-rtos/getting-started.git
  2. Install the development tools:

    getting-started\tools\get-toolchain-rx.bat

  3. Add Azure IoT configuration to the config file:

    getting-started\Renesas\RX65N_Cloud_Kit\app\azure_config.h

  4. Build the binary image:

    getting-started\Renesas\RX65N_Cloud_Kit\tools\rebuild.bat

  5. Connect the device:

    1. Connect the WiFi module to the Cloud Option Board
    2. Connect CN18 on the Cloud Option Board to your computer
    3. Connect ECN1 on the Target Board to your computer
    4. Remove the EJ2 link from the Target Board
  6. Flash the image to the device using the Renesas Flash Programmer and the following settings:

    • Microcontroller: RX65x
    • Project Name: RX65N
    • Tool: E2 emulator Lite
    • Interface: FINE
    • Reset Settings: Reset Pin as Hi-Z

    getting-started\Renesas\RX65N_Cloud_kit\build\app\rx65n_azure_iot.hex

  7. Configure a serial port app at baud rate 115,200 to monitor the device output.