Page 1 of 1

ACSIP_MCCI Arduino Lorawan

Posted: Tue Jul 05, 2022 1:33 am
by urqwerty
I am trying to integrate the device in the cloud( The Things Industries). Have put the necessary fields such as Deveui, Appeui and Appkey and have uploaded the code in ACSIP Module.

In addition, I don't see anything in serial monitor of Arduino IDE as I use the example code in MCCI Arduino Lorawan - Simple Sensor BME280.

Image
Image

What should I do to connect the device in the cloud and display sensor data in serial monitor? :?

Re: ACSIP_MCCI Arduino Lorawan

Posted: Tue Jul 05, 2022 7:19 am
by fpiSTM
Hi,

I've added this board to help an user. Anyway, I was not able to test it.
First I would check if serial works properly using a basic hello world example.

Re: ACSIP_MCCI Arduino Lorawan

Posted: Wed Jul 06, 2022 12:36 am
by urqwerty
Kindly share the code if you have made it work. Thanks man.

Re: ACSIP_MCCI Arduino Lorawan

Posted: Wed Jul 06, 2022 2:12 am
by urqwerty
urqwerty wrote: Tue Jul 05, 2022 1:33 am I am trying to integrate the device in the cloud( The Things Industries). Have put the necessary fields such as Deveui, Appeui and Appkey and have uploaded the code in ACSIP Module.

In addition, I don't see anything in serial monitor of Arduino IDE as I use the example code in MCCI Arduino Lorawan - Simple Sensor BME280.

Image
Image

What should I do to connect the device in the cloud and display sensor data in serial monitor? :?

The result as I uploaded the code:
Image
Image

Re: ACSIP_MCCI Arduino Lorawan

Posted: Wed Jul 06, 2022 7:04 am
by fpiSTM
Your main issue is that the board is not properly flashed as stated in the log: 'Error: failed to download the file"
You have to ensure you start properly in bootloader mode.

As said I could not test as I do not have this hardware. Anyway, it should work.
Refer to the https://www.st.com/resource/en/applicat ... ronics.pdf
to properly enter in this mode.

Re: ACSIP_MCCI Arduino Lorawan

Posted: Wed Jul 06, 2022 7:12 am
by ag123
@urqwerty did you set boot0 and press reset ?

Re: ACSIP_MCCI Arduino Lorawan

Posted: Thu Jul 07, 2022 8:34 am
by urqwerty
Already set the boot zero and able to upload the code properly. But seems the code still not working.
Still not able to integrate the device to the The Things Industries Cloud. :?