Skip to content

How to program Seeed Studio wio node through Arduino IDE/Platformio

License

Notifications You must be signed in to change notification settings

sach1n1/wio_node_setup_Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Seed Studio Wio Node Setup through Arduino IDE/Platformio

The Wio Node is a low cost, potable, compact ESP 8266 based devlopment board. It can be easily used with Wio Link app to setup an IoT application in a short time. However, it severely limit's it's functionality as the Wio Link app only supports a spcific number of devices. It can neither be programmed through the Micro-USB port as it is meant only to supply power. We are going to see how we can use Arduino IDE/Platformio to program the Wio Node.

Requirements

Instructions

  1. Make the connections from the UART of the Wio node (schematic) to the programmer port as shown below:

               Wio Node UART0		  		  ESP Programmer
    
               |  ]---||o  U0RXD				| 1 | 2 |     _____
               |  ]---||o  U0TXD				| 3 | 4 |          |
               |  ]---||o  VCC				| 5 | 6 |     _____|
               |  ]---||o  GND				| 7 | 8 |
    
              Connect GND to pin 2 of ESP programmer.
              Connect VCC to pin 7 of ESP programmer.
              Connect U0RXD to pin 8 of ESP programmer
              Connect U0TXD to pin 1 of ESP programmer
    
  2. Before plugging in the programmer to the PC with the Wio Node connected to it as above, press the func button on the Wio Node. Keeping the RST button pressed plug the programmer into the PC. Once plugged in, release the button.

  • This ensures that the wio node starts in programmable mode.
  • Please Note: In order to flash the Wio Node again, you will have to eject the programmer and plug it again following this procedure.
  1. Now flash your program code as required, however remember to keep the following commands in the setup to retain the functionality of the ports:

              pinMode(15, OUTPUT);
              digitalWrite(15, 1);
    
  2. Press the RST button to run the code that you uploaded

  3. Now flash and use your Wio Node and make full use of it’s portable size.

  4. If you want to make use of both the ports, power the Node via USB or Battery pack.

About

How to program Seeed Studio wio node through Arduino IDE/Platformio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published