2022-02-17 06:07 AM
I just purchased B-L475E-IOT01A1 kit. Till now I did not update its firmware and using factory program.
I tried to connect AWS cloud service but by mistake I changed its TLS security keys as well as Root Certificate files by serial terminal. Now I am not able to create new TLS and RC from Amazon site.
Please suggest what should I do to restore TLS and RC files.
Also suggest how can I create and use example projects for this kit by STM32Cube MX.
Documentation of this kit for AWS cloud is also not available.
2022-02-18 12:09 AM
Able to generate AWS certificates and communicate device kit to AWS cloud demo server. So please ignore point number 1, 2 and 3 from my question. Now trying to search and work to upload demo program into IoT kit and then establish to communicate with AWS cloud demo server.
In this regard please reply of point number 4 and 5. Thanks.
2022-02-21 08:37 AM
try X-CUBE-AWS version 1.4.1. Don't get version > 2.0.0 (use "Select version" on the web site).
It does not work with CubeMX. Just unzip the .zip file and open the IDE project file under Projects\B-L475E-IOT01A\Applications\Cloud\AWS. You can use EWARM, MDK-ARM or SW4STM32 project files. For STM32CubeIDE, do an import of SW4STM32 project files.
2022-02-22 04:19 AM
Dear Guillaume,
Thanks your suggestion, I will check example programs after downloading X-CUBE-AWS.
please provide your comments on below queries..
Regards.
2022-02-22 05:32 AM
Hello
1. there is a version of UM2178 for X-CUBE-AWS 1.4.1 here : https://github.com/STMicroelectronics/x-cube-aws/blob/main/Doc/UM2178_X-Cube-AWS_V1.4.1-GettingStarted.pdf
2. X-CUBE-AWS 1.4.1 is not supported in STM32CubeMX.
3 this program is dependent from network hardware interface. On B-L475E-IOT01 it uses an external WiFi module Inventek ISM43362 installed on the board. If you choose another hardware platform you will have to do the adaptation for the networking part.
4 there is only UM2178. Could you explain more in detail the problem with this document ? is it more a problem in the configuration of the application itself ? what could have been done differently ?
2022-02-23 01:54 AM
Hello,
Anyway I again say thanks to you. I started my work but not working on it full time (Sharing time with other projects). So my queries will come with gap. I hope you will not mind it. If possible please share your direct contact.
Regards,
2022-02-28 10:25 PM
Hello,
Regards,
2022-05-15 09:05 AM
You didn't provide any code it's tough to wager what mistakes you made, however that is in all likelihood the basis of the problems you stumble upon new solution.
ADC interrupts are rarely beneficial in practice. Either use DMA with ADC or use timer interrupt to study the result from ADC with the WAIT mode set.