Wio Terminal disconnected from USB (Mac)
Hello, On my MacBook, when I reset twice the WIO terminal, the USB port shows up and I can download the script without problem. Then, when the WIO terminal restarts to execute the code, the USB...
View ArticleWio Terminal -- Can't Erase the Initial Wi-Fi Factory Firmware
I am using the Mac OS 13.5.2, trying to erase the initial Wi-Fi factory firmware, and I’ve also slid the power switch twice quickly, but no matter how hard I’ve tried, it still doesn’t work. After I...
View ArticleHow to uninstall or remove ArduPy
How does one remove the ArduPy system from a Wio Terminal? When connected to the computer via the Wio Terminal USB port, a drive named ARDPY is mounted. How to delete this from the Wio Terminal to get...
View ArticleWio Terminal - current available at pins
I have been hunting for a couple days … would someone please point me towards information of max current draw at Wio Terminal pins (3.3V, 5V, GPIO, etc.) Thanks for lowering my frustration. 1 post - 1...
View ArticleWio Terminal: hangups when using rpcWiFi 1.0.6
I experience regular hangups when using the latest rpcWiFi on my WIO terminal to connect and/or disconnect sockets. The terminal uses the latest firmware v2.1.3 on the WiFi end. While tracking down...
View ArticleInfrared Emitter Grove And Wio Terminal
Hi, I am new to the Wio Terminal and programming. I am trying to find a way to make the infrared emitter grove work on the Wio Terminal. Right now I have the raw infrared data ready but I do not know...
View ArticleWio terminal sometimes won't boot.
Wio terminal sometimes won’t boot. When it stops booting, the status does not change even if you turn the power off and on again, put it in boot mode, or remove the SD card. At that time, the...
View ArticleHow to use seeed studio wio terminal as a display of raspberry pi 4?
I followed all official steps provided by seeed studio wio terminal docs. But at the end I got only white screen. Solve the problem. 1 post - 1 participant Read full topic
View ArticlePort switches when Bootloader was opened
The Wio Terminal is on Port COM3, I can’t load the program and it loades endless. If I open the bootloader the port switches automaticly to COM4, if I now try to load the program the port Switches...
View ArticleWIO Terminal used as a CPU Temp monitor
Hi all, Complete noob here. Can the WIO Terminal be used to display the CPU temps and other stats from my PC please? If so, does the WIO Terminal require any further hardware to do this? Or would it...
View ArticleWio Terminal HTTPClient http.GET hangs when host is down
Problem Description: When attempting a connection to a webserver that happens to not respond, i.e. it is down. The http.GET() seems to hang. I attempted adding setTimeout and setConnectTimeout with no...
View ArticleHow does the WIO store/use different code onboard
I am just getting started with the WIO terminal and hope someone can point me in the right direction. I am looking for a resource that will tell me how the WIO uses the Wifi/Bluetooth to access the...
View ArticleOn Wio Terminal, I am unable to open the root directory on an SD card
Ultimately I want to count the files on an SD card. I have taken an example from the Arduino SD library and adapted it for the Wio Terminal. #include <SPI.h> #include <Seeed_FS.h> #include...
View ArticleI am unable to connect to WiFi, even if I use the provided provided Arduino...
So I recently got the Wio Terminal, I am trying to connect to wifi. I have been trying out the provided examples, I am able to successfully do a wifi scan and it works absolutely fine. But when I try...
View ArticleCan the WIO terminal connect to a meshed wifi network with multiple access...
We have problems connecting to a network with “smart-connect” (2.4G &5G) and multiple access points. Single-point Wi-Fi is no problem, and we have verified that password is also not the issue. Any...
View ArticleWio Terminal 3d Stand and IO adapter. Getting Started :disguised_face:
I got a WIO Terminal in the Post a few days ago, So I’m started with it by making a stand. Quick and easy like. Let see where I can take this little nugget of Tech!...
View ArticleWio Teminal's 5 way switch degradation
I have a problem with my WIO Terminal. My 5 way switch is degrading. When I bought the device, the only issue with it was I could not click bottom right. After 2 weeks, the OK button stopped clicking,...
View ArticleRunning Grove CO2 Sensor mh-z16 with WIO Terminal
Hey I’m trying to set up the Grove Sensor mh-z16 with the Wio Terminal using UART. I tried to connect the sensor to the right Grove port of Wio terminal and running this code from seeedstudio: Grove -...
View ArticleK1100 in M2 Multiplatform Local Node
Hi, my M2 Multiplatform is in local mode: does this mean I can’t bind the K1100? It says to add the device on the Sensecap.seeed.cc site and the device is there but I’m stuck on that page. The lorawan...
View ArticleI would like to ask why the screen of my wio terminal does not light up when...
#include “Wire.h” #include “TFT_eSPI.h” // TFT LCD library #include “DHT20.h” // DHT20 library DHT20 DHT; uint8_t count = 0; TFT_eSPI tft; // 初始化 TFT LCD TFT_eSprite spr = TFT_eSprite(&tft); //...
View ArticleTutorial or example code for using wio terminal with arduino...
Hi, Is there a tutorial or example code for using the Wio Terminal with the Arduino FTPClient_GENERIC FTP library? Any help is much appreciated. Cheers. 2 posts - 2 participants Read full topic
View ArticleUploading Sketch from the SD
I would like to update the Sketch by uploading it from the SD. How can I start this procedure via software if there is an update file on the SD? Can help me? Thanks Gianfranco 2 posts - 2 participants...
View ArticleWifi_ping not working
I’m trying to use the wifi_ping example from the Arduino Seed rpcWiFi library, but I don’t get any ping response. I get these messages in serial monitor “WiFi connected IP address: 192.168.0.149...
View ArticlePorting from ESP32 to Wio Terminal, Missing FS.h
Has anyone been able to port ESP32 code to the Wio Terminal using rpfWiFi.h and being able to produce working code. The Github page entry; https://github.com/Seeed-Studio/Seeed_Arduino_rpcWiFi States;...
View ArticleHow to connect wio terminal with grove vision ai module v2
Hi, is there an example of the correct steps to connect the Wio terminal and Grove Vision Ai module v2 with the Grove connector? I have followed the coding example at Deploying Models from Datasets to...
View Article