I am a newbie with the NB-IoT shield and I would like some help to start. I have a NB-IoT Shield and an Arduino Uno board on Ubuntu 16.04. I have installed the Arduino IDE and followed the instructions in
Thank you for the reply. Just to make sure I understood correctly, since I am using Arduino Uno I need to use SoftwareSerial. Then I can use code like this:
No, you cannot physically attach the shield to the uno, the tx and rx pins are on the same pins as usb communication.
You will need to wire it all with some jumper cables.
You need to wire 3v3 and gnd.
Then wire pin 0 and 1 of the shield to your selected softwareserial pins on the uno.
You will also have to wire pin 7 on the shield, that’s the n211 power enable.