G2C Cloud Click

General discussion on mikroC PRO for ARM.
Post Reply
Author
Message
Gavo
Posts: 1
Joined: 08 Jan 2017 15:07

G2C Cloud Click

#1 Post by Gavo » 23 Jul 2023 10:50

Hi All,

I am new to Mikroe and ran the G2C Click example on the ARM C Compiler but it does not seem to run at all.

Has anyone tried the example code and got it to work?

User avatar
IvanJeremic
mikroElektronika team
Posts: 316
Joined: 05 Sep 2022 14:32

Re: G2C Cloud Click

#2 Post by IvanJeremic » 24 Jul 2023 09:39

Hi,

The example wont work without some changes to the example.

Specifically this part of the code:
static char g2c_networkName [ 20 ] = "Network_Name";
static char g2c_networkPassword [ 20 ] = "Network_Password";
static char g2c_devKey [ 50 ] = "Device_Key";
static char g2c_devPass [ 100 ] = "Device_Password";

You will need to make your own Click cloud "device".

Below are manuals for the click board and for the Click cloud:
https://download.mikroe.com/documents/a ... manual.pdf
https://download.mikroe.com/documents/c ... -cloud.pdf

Regards,

Ivan.

Post Reply

Return to “mikroC PRO for ARM General”