ACSIP_MCCI Arduino Lorawan

Post here first, or if you can't find a relevant section!
Post Reply
urqwerty
Posts: 4
Joined: Tue Jul 05, 2022 1:02 am

ACSIP_MCCI Arduino Lorawan

Post 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? :?
User avatar
fpiSTM
Posts: 1723
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 91
Location: Le Mans
Contact:

Re: ACSIP_MCCI Arduino Lorawan

Post 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.
urqwerty
Posts: 4
Joined: Tue Jul 05, 2022 1:02 am

Re: ACSIP_MCCI Arduino Lorawan

Post by urqwerty »

Kindly share the code if you have made it work. Thanks man.
urqwerty
Posts: 4
Joined: Tue Jul 05, 2022 1:02 am

Re: ACSIP_MCCI Arduino Lorawan

Post 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
User avatar
fpiSTM
Posts: 1723
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 91
Location: Le Mans
Contact:

Re: ACSIP_MCCI Arduino Lorawan

Post 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.
ag123
Posts: 1653
Joined: Thu Dec 19, 2019 5:30 am
Answers: 24

Re: ACSIP_MCCI Arduino Lorawan

Post by ag123 »

@urqwerty did you set boot0 and press reset ?
urqwerty
Posts: 4
Joined: Tue Jul 05, 2022 1:02 am

Re: ACSIP_MCCI Arduino Lorawan

Post 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. :?
Post Reply

Return to “General discussion”