Difference between revisions of "BPI-Smart"

From Banana Pi Wiki
Jump to: navigation, search
(BPI-smart for webduino)
(BPI-Webduino Smart Wi-Fi Setup)
Line 30: Line 30:
  
 
===BPI-Webduino Smart Wi-Fi Setup===
 
===BPI-Webduino Smart Wi-Fi Setup===
 +
 +
Before you start using your Webduino Smart, you must set up your WiFi. The main purpose of this setup is to enable Webduino Smart to connect to the Internet or WebSocket. Using this setup, you can define the board's name and password, and update it through the Internet.
 +
 +
*Step 1: Plug In, and Enter the SSID & Password
 +
 +
Like the Webduino Mark 1 & Webduino Fly, Webduino Smart has to connect to Wi-Fi by setting up an SSID & password. However, Webduino Smart can be used in both Internet Protocol and WebSocket Protocol, which means that the devices can be used with LAN.
 +
 +
Provide power to your Webduino Smart so the board can be found on your PC, laptop, or mobile device. (At first the red light on the board will blink, then it will stay on once it is ready.)
  
 
=doc=
 
=doc=

Revision as of 03:15, 9 May 2018

Introduction

BPI-Smart is a ground-breaking development board.

The BPI-Smart (also referred to as BPI:Smart, stylised as webduino:Smart) is an ESP32 with Xtensa 32bit LX6 single/dual-core processor based embedded system. support Webduino and arduino function.

BPI:Smart hardware

BPI:bit hardware description

BPI-Smart Board dimensions: 3cm in length, 2.5cm in width, 1.3cm in height, and a weight of 85 grams. Digital pins: 0, 2, 4, 5, 14, and 16. PWM pins: 12, 13, 15. Analog Pin: AD \(A0\). Other pins: TX, RX, 3.3V, VCC, RST, and GRD.

The front and back images:

Smart-01-02.jpg

Hardware interface

BPI-Smart has a photocell sensor, an RGB LED, and a micro switch button onboard. The photocell is connected to the AD pin, and the RGB (Red, Geen, Blue) LED is connected to pins 15, 12, and 13 respectively (The LED is a common cathode, whereas most of the examples on this site use common anode RGB LED.) And the micro switch button is connected to pin 4. Please take note when you use these pins.

Smart-01-05.jpg

PIN define

Pin functions.png

Software

BPI-smart for webduino

Factory default burning image is for webduino, so we can use webduino allfuncion .

BPI-Webduino Smart Wi-Fi Setup

Before you start using your Webduino Smart, you must set up your WiFi. The main purpose of this setup is to enable Webduino Smart to connect to the Internet or WebSocket. Using this setup, you can define the board's name and password, and update it through the Internet.

  • Step 1: Plug In, and Enter the SSID & Password

Like the Webduino Mark 1 & Webduino Fly, Webduino Smart has to connect to Wi-Fi by setting up an SSID & password. However, Webduino Smart can be used in both Internet Protocol and WebSocket Protocol, which means that the devices can be used with LAN.

Provide power to your Webduino Smart so the board can be found on your PC, laptop, or mobile device. (At first the red light on the board will blink, then it will stay on once it is ready.)

doc