I am trying to use the Wio LTE (US) with the Arduino IDE. I have experience with the IDE but none with Wio LTE.
If I use: https://files.seeedstudio.com/arduino/package_seeeduino_boards_index.json in board manager and then search for Wio LTE, it doesn’t come up. But if I just search for Wio and install the latest version for the first item, I can select Wio LTE Cat.1 in Boards, compile, but upload fails.
WioLte - USA Version SKU: 102991021 Board: Wio LTE Cat.1 v1.3
I was able to find this board definition: http://www.seeed.co.jp/package_SeeedJP_index.json which lists the Wio LTE Cat.1. Once installed and selected, the sketch compiles and will load onto the Wio. However, when switching back from DFU/BOOTLOADER mode to COM port, it now shows up as an Unknown Device in Device manager. Before using this, it would show up under Ports as a COM port.
Is this the correct entry for Board Manager, and how do I get the “normal” COM port back?
I have been able to switch between loading programs and using the COM port successfully at this point, but that’s kind of irrelevant since Twilio no longer supports sending SMS text the way it used it, and the Wio LTE doesn’t support secure connections (https) in order to use other services that do allow sending SMS text. Unless the Wio LTE libraries can be upgraded to support secure connections, the device is pretty much limited for doing any meaningful IoT work going forward.
Which allows you to load code onto the board and also monitor the COM port for Serial.print. However, since Twilio no longer supports SMS text, and the Wio LTE does not support secure connections, there isn’t much point in continuing to use the board.