Skip to content

Latest commit

 

History

History
 
 

RSK_RX65N_2MB

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
page_type description languages products
sample
Connecting a Renesas Starter Kit+ for RX65N-2MB to Azure IoT using Azure RTOS
c
azure-iot
azure-iot-pnp
azure-rtos
azure-iot-central

Connect an Renesas Starter Kit+ for RX65N-2MB 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\RSK_RX65N_2MB\app\azure_config.h

  4. Build the binary image:

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

  5. Connect the device:

    1. Connect the 5VDC to an electrical outlet
    2. Connect the Ethernet to your router
    3. Connect G1CUSB0 to your computer
    4. Connect the E2Lite to your computer
    5. Connect the E2Lite to the RX65N RSK
    6. Connect the Ethernet to your router
  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
    • Reset Settings: Reset Pin as Hi-Z

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

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