W806 Microcontroller Code & Projects

by jlsilicon in Circuits > Microcontrollers

1395 Views, 1 Favorites, 0 Comments

W806 Microcontroller Code & Projects

W806_bothsides.png
___W806_Board_Pinout.jpg

This is instructions for Code and Projects for the W806 Microcontroller.

You can also check / addto the Blogs / Forum at the bottom.

---


My code is in Github :

https://github.com/jlsilicon/w806

---


Base Code & Setup Directions is from :

https://github.com/IOsetting/wm-sdk-w806

Install Code :

https://occ.t-head.cn/community/download - login vw42

Src code & Pdf docs :

http://82.157.145.101/download/toolkits/winnermicro/w806/

---


Reference Videos:

W806 MCU - First look :

https://www.youtube.com/watch?v=ylTpL9aVIAc

$2 Dev Board - What's The Catch? W806 Microcontroller Review :

https://www.youtube.com/watch?v=ehy5F7rlO7c

W806 MCU compiler tools and SDK setup :

https://www.youtube.com/watch?v=TNzzYpMNTlA


Supplier:

https://www.aliexpress.com/item/3256803436435640.html?spm=a2g0o.productlist.0.0.3ec939adbn5YFJ&algo_pvid=24a6e47e-c7a4-4292-b793-8e50fa33d96c&algo_exp_id=24a6e47e-c7a4-4292-b793-8e50fa33d96c-0&pdp_ext_f=%7B%22sku_id%22%3A%2212000026540748693%22%7D&pdp_npi=2%40dis%21USD%21%211.09%211.09%21%21%21%21%402103143616559908414096824e3609%2112000026540748693%21sea

Setup the W806 MSYS Make Environment

W806Diagram.jpg

Use Setup Directions from :

https://github.com/IOsetting/wm-sdk-w806


Install Code :

https://occ.t-head.cn/community/download - login vw42

Src code & Pdf docs :

http://82.157.145.101/download/toolkits/winnermicro/w806/


Additional code examples :

https://github.com/jlsilicon/w806/


Write and Compile Code

BashMake.jpg

Write the program to app/src.

Run the make.

Flash to the W806 Board

BoardFlash.jpg
  1. Plugin the W806 via usb cable to the pc.
  2. run ' make config ' -to find the serial port.
  3. run ' make flash ' - to flash to the board

Test and Run the Code !

BoardFlash.jpg

Click the Reset button - and let the code run !