Recent discussions
Hi, I am using ModusToolBox library manager to add the aws iot sdk but when I compile I am getting an issue saying
In file included from ../mtb_shared/aws-iot-device-sdk-embedded-C/202011.00/libraries/standard/coreHTTP/source/core_http_client.c:31:
../mtb_shared/aws-iot-device-sdk-embedded-C/202011.00/libraries/standard/coreHTTP/source/include/core_http_client.h:39:14: fatal error: core_http_config.h: No such file or directory
39 | #include "core_http_config.h"
| ^~~~~~~~~~~~~~~~~~~~
and I don't know what to do to fix it.
Show Lessgood afternoon
any ideas on why callback registered (successfully) with cy_wcm_register_event_callback() is never called when wifi disconnect from AP ?
i would be glad to get your experience on such issues.
many thanks
best regards
Show LessGood morning,
when i'm using the AWS IOT example on PSOC6 (CY8CPROTO-062-4343W) i'm not able to run SNTP.
Apprently the sntp.c is never compiled (when building libraries).
At the end, the linked is invoking an error as it doesn't find the sntp.c functions references.
Do you please have an idea how to enable sntp.c compilation or any other hints to make sntp working on AWS IOT example environnement ?
thanks a lot
Show LessHello,
We are running amazon FreeRTOS with CY8CKIT-062-WiFi-BT development kit on modus ide. We need to configure device to softap mode.
We have used WIFI_ConfigureAP and WIFI_StartAP function to let device in ap mode and we can scan and connect by other devices such as NB and cell phone. The next step is we need to create DHCP sever, but we can't find the DHCP sever related code in modus. If we move DHCP server source from WICED will have a lot of compile errors. Please help if DHCP can implement in modus.
Thanks.
BR,
Wayne
Show LessHi,
Several question regarding OTA over the AWS cloud using Amazon FreeRTOS (or Cypress' derivative of AFR):
- I want to verify that the embedded code (or programmable binary) for ALL the devices is using a single instance of the security credentials - root certificate and private key (wiced_demo_server_cert.cer & wiced_demo_server_cert_key.key) in /resources/certificates/
i.e. - I want to verify that all programmable image are identical.
If this is not the case what is the best procedure to 'implant' security credentials during production? - In the AWS IoT universe, how do devices identified? Is there any UUID programmed to the device (DCT?), is it the MAC? other ?
- After deployment, how exactly an OTA is performed (the AWS way) ?
Can the OTA process be automated (which api?) to OTA specific devices/groups of devices (e.g. OTA certain feature to X devices of customer Y)? - How's each device's OTA-ed version is being tracked in the AWS environment ?
e.g. - How can we tell which device got which OTA version and whether the OTA passed successfully - What are the difference between the WICED OTA/2 method and the AWS way ("OTA agent")?
- Can my device communicate with the AWS cloud (MQTT) while being updated using the WICED OTA/2 way?
Thanks for any advice
Show LessHello,
We are using Modus to develop amazon_freertos sdk with PSoC6 CY8CKIT-062-WiFi-BT kit.
We have implemented "WIFI_Ping" function in "amazon_freertos_az\vendors\Cypress\boards\CY8CKIT_062_WIFI_BT\ports\wifi\iot_wifi.c. We also set #define CY_USE_FREERTOS_TCP 1 to use network connections and FreeRTOS+TCP stack.
Now we can use "FreeRTOS_SendPingRequest" to send ping action, packet transmitted is success but can't get receive packet.
After trace code we found that "eNetworkRxEvent" not implemented in amazon_freertos_az\libraries\freertos_plus\standard\freertos_plus_tcp\source\portable\NetworkInterface\board_family\NetworkInterfece.c.
Could you help to check if CY could handle this event for received a new packet? If you need more information please let me know.
Thanks so much.
BR,
Wayne
Show Less