This project is an example HEW project demonstrating how to use the Renesas RX62N RDK to send and receive data to/from the cloud by using Exosite's Cloud Data Platform. The project is based on the Renesas toolchain's UIP networking stack example application. The communication with the cloud is accomplished over HTTP in a RESTful style interface. The project functionality writes the value of the RDK's on-board potentiometer to the cloud and reads a data source from the cloud and displays both values on the on-board LCD screen. This project can be re-used, extended and deployed as desired.
License is BSD, Copyright 2011, Exosite LLC (see LICENSE file)
Tested with HEW version 4.09.00.007, including:
C/C++ compiler package for RX family V.1.01 Release 00 (6-14-2011 21:50:37)
Renesas Demonstration Kit (RDK) RX62N v3.00 Release 00 (6-15-2011 00:08:55)
- Install HEW, the RX toolchain and the RDK demo projects
- HINT: packages can be downloaded from Renesas at http://tinyurl.com/42turtk
- Open the uip_rx62n_cloud.hws project workspace with HEW
- NOTE: The file "user_app.c" is the primary user app - modify to suit
- Edit the "RECOVERYCIK" value in user_app.c to match your CIK value
- HINT: Obtain a CIK from https://renesas.exosite.com by clicking +Add Device
- NOTE: Your RDK should already have a CIK value associated, so this is just
a disaster recovery setp and is not requried
- Compile and download -> check https://renesas.exosite.com to see your data
in the cloud!
- HINT: Your RDK must be connected to the Internet via the RJ-45 ethernet jack
- HINT: If your network does not support DHCP, you will need to edit the network
values in user_app.c (my_ip, my_netmask, my_default_router)
For more information on this project and other examples, reference the online
documentation at http://exosite.com/renesas
--) renamed project from rx62n_rdk_cloud to uip_rx62n_cloud
--) synchronized with Micrium source
--) moved away from PSOCK interface in favor of straight uip calls
--) initial version