Difference between revisions of "BPI:bit for Webduino"
(→Webduino OTA Cloud upgrade) |
(→BPI:bit Webduino) |
||
| Line 59: | Line 59: | ||
[[File:Webduino_ota.jpg]] | [[File:Webduino_ota.jpg]] | ||
| + | |||
| + | = Webduino Blockly and simulator = | ||
| + | *Webduino Blockly and simulator | ||
| + | [[File:Blockly_en_wiki_.png]] | ||
| + | :: https://bit.webduino.com.cn/blockly/?lang=en | ||
| + | :: https://bit.webduino.io/blockly/?lang=zh-hant | ||
| + | *Quick start BPI:bit with Webduino Blockly and simulator | ||
| + | :: http://www.webduino.com.cn/site/en/tutorials.html | ||
===BPI:bit Webduino === | ===BPI:bit Webduino === | ||
Revision as of 17:28, 20 February 2019
Error creating thumbnail: Unable to save thumbnail to destination
Contents
About 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.
Error creating thumbnail: Unable to save thumbnail to destination
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 source code on github
More webduino function now is open source , and code update to github.
Webduino firmware programming
How to burn webduino firmware
How to : Webduino firmware programming
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.
Error creating thumbnail: Unable to save thumbnail to destination
Webduino Blockly and simulator
- Webduino Blockly and simulator
- Quick start BPI:bit with Webduino Blockly and simulator
BPI:bit Webduino
How to :Use BPI:bit with webduino
webduino refer to the tutorial
- BPI:bit Through the photosensitive resistors built into Webduino Bit on the left and right sides, it is easy to determine which side the gesture comes from
- Using Webduino Bit nine shaft sensor "attitude Angle" + full color dot matrix, simple implementation ~ ^_^ interesting effects
Online tutorials
- Webduino Bit Detail:https://www.webduino.com.cn/site/en/docs/detail.html
- Initialization of Webduino Bit:https://www.webduino.com.cn/site/en/docs/setting.html
- Get to know Webduino Blockly Bit :https://www.webduino.com.cn/site/en/docs/blockly.html
- 5x5 RGB LED matrix:https://www.webduino.com.cn/site/en/docs/rgbmatrix.html
- Buttons : https://www.webduino.com.cn/site/en/docs/button.html
- Light Detection :https://www.webduino.com.cn/site/en/docs/photocell.html
- Buzzer :https://www.webduino.com.cn/site/en/docs/buzzer.html
