We are planning to build a synergy project that connects to Azure Cloud.
Since we are new to the synergy platform, we are looking for a sample project.
Can someone help us by sharing any sample project for the synergy platform(S7G2) that uses netxduo/addons/azure_iot/ ?
https://github.com/azure-rtos/netxduo/tree/068a9493ecd5af0024005ce695b992c4b172d6aa/addons/azure_iot
Hello Bhanu,
This is the only project provided by Renesas with the Azure connectivity https://www.renesas.com/us/en/document/scd/synergy-mqtttls-azure-cloud-connectivity-solution-application-project-r11an0337eu0105-rev105-sample
It is written for S5D9 MCU though, but I believe it won't be too difficult to change it to S7G2.
Kind regards,
Sergey
If this response, or one provided by another user, answers your question, please verify the answer. Thank you!
Renesas Engineering Community Moderatorhttps://community.renesas.com/https://academy.renesas.com/https://en-support.renesas.com/knowledgeBase/
Sergey (SWF) said:This is the only project provided by Renesas with the Azure connectivity https://www.renesas.com/us/en/document/scd/synergy-mqtttls-azure-cloud-connectivity-solution-application-project-r11an0337eu0105-rev105-sample It is written for S5D9 MCU though, but I believe it won't be too difficult to change it to S7G2.
Hi Sergey,
We have loaded the ELF on SK-S7G2 after changing the board type. When the board is connected to Ethernet, LEDs are not blinking and we are not sure network stack is up.
Could you please help us with the following queries?
1. How to ensure the board is connected to network and got an IP using DHCP?
2. Any configuration/files needs to be modified after changing the board type from S5D9 to S7G2?
Thanks,
Bhanu
1. Please check this guide https://www.renesas.com/us/en/document/apn/netx-port-ether-module-guide. Here is the information about the sequence of the connection and checking of the status.
2. Frankly I don't know. On the API level it should be the same.
Check the settings of the used RMII-Channel and reset pin in the driver config. Additionally check the RMII pin configuration. They may be different on the S7-SK and the S5D9 Boards and I'm not sure if all the settings are migrated when you change the Board in the BSP-Tab.To check basic functionality and get a template for the right settings you can use a NetX example for the S7-SK, something with a Telnet-Server. Check the jumper settings on the SK.
Pic is just an example, it does not necessarily shows the right settings for the S7-SK!
Hi,
is there success on this..? if possible can you upload the project.