Hi, I recently got an Arduino Nano 33 IOT for a home automation project I am doing. When my board arrived yesterday, my computer saw the port and I was able to upload blink.
However, when I tried using the WiFi NINA library in order to see if my board could scan wifi netowrks, I got no response from the serial monitor even though the Arduino software still said the board was connected.
I thought that it might be a problem with the code, but all the code is original from the WiFi NINA library. I then thought that maybe the serial didn't work. However, I then wrote some example code to print "Hello World" and that worked great!
What do you think is causing my problem? I bought this board to be able to use the WiFi/BLE functions. Also, I tried uploading the crypto library for the ECC chip and also got no response from the serial monitor...
Thank you.
-Chen