NB-IoT Shield With Arduino Leonardo

Hi
I am having issue while uploading the configuration to NB-IoT shield with SARA-N211 using Arduino Leonardo Eth. Every time I upload the sketch it gibes me following errors.
Arduino: 1.8.9 (Windows Store 1.8.21.0) (Windows 10), Board: “SODAQ SARA”

No device found on COM29
Set binary mode
Send auto-baud
Set binary mode
An error occurred while uploading the sketch

Though I am connected to COM 26.

Can any one knows what will be the issue and were i am doing wrong.

Hi @Fahd,

You have to select Arduino Leonardo as your board, not the SODAQ SARA.
They both have a different microcontroller. That’s the reason Arduino is stopping you from uploading.
Always select the board underneath the NB-IoT Shield.

The software will run on the Arduino Leonardo, the Leonardo will communicate with the components on the NB-IoT Shield.

Best regards,
Jan

Thank you Jan. The issue is sorted out Cheers…

1 Like