NB-IoT and Arduino Uno problem

Hi,
With NB-IoT shield on I cant upload any sketch, following error is shown.

"Arduino: 1.8.4 (Windows 10), Board: “Arduino/Genuino Uno”

Archiving built core (caching) in: C:\Users\Matej\AppData\Local\Temp\arduino_cache_152797\core\core_arduino_avr_uno_0c812875ac70eb4a9b385d8fb077f54c.a
Sketch uses 444 bytes (1%) of program storage space. Maximum is 32256 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes for local variables. Maximum is 2048 bytes.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x74
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x74
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x74
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x74
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x74
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x74
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x74
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x74
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x74
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x74
Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.

This report would have more information with
“Show verbose output during compilation”
option enabled in File -> Preferences."

Can you please help

You need to detach the shield before uploading a sketch, as the NB-IoT module shares the same Serial/UART as the one connected to the PC.

1 Like

I also faced the same problem with my windows 10 system. When I faced that problem at that time thought technical error would be solved after rebooting the system and also updated the system but could not fix the NB-IoT and Ardunio Uno problem also occurred 0xc00007b pop-up error message on my system screen. I was so frustrated with that issue. If anyone has any solution then suggest to me.

@Aston_Roper,

The Arduino UNO only has one Serial.
Remove the shield when you load a new program, after that stick the NB-IoT shield back on top.

I recommend to use a Arduino Board where you have different hardware serials on the USB and on D0/D1.

Best regards,
Jan