-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use Wio Node and upload custom code via OTA/Serial? #59
Comments
Hi @akiyamaerik Wio Node has no USB-to-Serial convertor, it can't be used as plug-n-upload board. The micro-USB port of Wio Node is used only for power. |
@KillingJacky but is it even possible to upload a custom code to Wio? For example, via UART? |
Yes it's possible. You need to setup 2 boot pins before you power up the board. Please refer to ESP8266's datasheet. |
@KillingJacky is there a way to pack an OTA update to reflash it? I am using the wio-link with ESPHome and it's awesome. I have a few nodes that would fit nicely into that. |
@geiseri I found a way to flash ESPHome or Tasmota to a Wio Node, in case you're still looking.
If the ESP8266EX is not detected, try swapping Tx/Rx pins. |
Hello Guys!
I am new to Wio and i'm looking for some help. I've bought Wio Node hoping that it would be a plug-and-upload code microcontroller, since I wanted to code in C and upload to this little beast.
However, I am facing here some difficulties. Wio Node does not get detected by windows when I plug it into a USB port, and I do not know if it is possible to upload a code OTA
Could you guys please help me? I'm looking on the Seeed page but I-ve found nothing so far.
Thanks in advance!!
The text was updated successfully, but these errors were encountered: