Difference between revisions of "Use BPI:bit with webduino"
(Created page with "=== What is Webduino === [http://www.webduino.com.cn/site/en/index.html Webduino ]= [http://webcomponents.org WebComponents] + [http://arduino.cc Arduino] File:Webduino.png...") |
|||
Line 1: | Line 1: | ||
− | + | = What is Webduino = | |
[http://www.webduino.com.cn/site/en/index.html Webduino ]= [http://webcomponents.org WebComponents] + [http://arduino.cc Arduino] | [http://www.webduino.com.cn/site/en/index.html Webduino ]= [http://webcomponents.org WebComponents] + [http://arduino.cc Arduino] | ||
Line 12: | Line 12: | ||
[[File:Webduino_1.png]] | [[File:Webduino_1.png]] | ||
− | + | =Webduino project VS Arduino and micro:bit project= | |
{| class="wikitable" | {| class="wikitable" | ||
Line 36: | Line 36: | ||
|} | |} | ||
− | + | = Webduino Blockly and simulator = | |
*Webduino Blockly and simulator | *Webduino Blockly and simulator | ||
[[File:Blockly_en_wiki_.png]] | [[File:Blockly_en_wiki_.png]] | ||
Line 44: | Line 44: | ||
:: http://www.webduino.com.cn/site/en/tutorials.html | :: http://www.webduino.com.cn/site/en/tutorials.html | ||
− | + | =Webduino Cloud = | |
Webduino cloud platform provides your complete Internet of things services. You can update and operate various iot devices through platform management. | Webduino cloud platform provides your complete Internet of things services. You can update and operate various iot devices through platform management. | ||
Line 50: | Line 50: | ||
https://cloud.webduino.io | https://cloud.webduino.io | ||
− | + | =Webduino OTA Cloud upgrade= | |
BPI:bit for webduino support OTA cloud upgrade , it is easy to use this function to update newest version. | BPI:bit for webduino support OTA cloud upgrade , it is easy to use this function to update newest version. | ||
Line 58: | Line 58: | ||
[[File:Webduino_ota.jpg]] | [[File:Webduino_ota.jpg]] | ||
− | + | = Webduino firmware programming = | |
How to : [[Webduino firmware programming]] | How to : [[Webduino firmware programming]] | ||
− | + | =Online tutorials= | |
*tutorials : http://www.webduino.com.cn/site/en/tutorials.html | *tutorials : http://www.webduino.com.cn/site/en/tutorials.html |
Revision as of 00:56, 4 September 2018
Contents
What is Webduino
Webduino = WebComponents + Arduino
Webduino working model:
- 1 use WebComponents integration Breakout.
- 2 use WebSocket(Firmata) to interacting with the server.
- 3 Server use TCP/IP(Firmata) to control webduino terminal.
Webduino project VS Arduino and micro:bit project
Webduino project VS Arduino and micro:bit project | |||
item compared | Webduino | Arduino | Micro:bit |
development language | HTML/JavaScript | C/C++ | Python/JavaScript |
development environment | WEB browser | Arduino IDE | JavaScript Blocks |
Simulator | Webduino Simulator | Third-party support | Microsoft MakeCode |
graphical programming | Wbduino blockly | Third-party Scratch | Blockly |
Cloud Server | webduino cloud | N/A | N/A |
attended mode | WiFi | USB | USB |
Update the program | web online update | USB burn | USB disk |
Webduino Blockly and simulator
- Webduino Blockly and simulator
- Quick start BPI:bit with Webduino Blockly and simulator
Webduino Cloud
Webduino cloud platform provides your complete Internet of things services. You can update and operate various iot devices through platform management.
Webduino OTA Cloud upgrade
BPI:bit for webduino support OTA cloud upgrade , it is easy to use this function to update newest version.
power on bit ,Press the A button when flash white light, unpress A booton when when the green light is on, so start to update.
Webduino firmware programming
How to : Webduino firmware programming