Difference between revisions of "2 ESPBlocks Beginner's only"

From Banana Pi Wiki
Jump to: navigation, search
(The development tools)
(Connect the board)
Line 27: Line 27:
  
 
*Wireless connection is not supported now
 
*Wireless connection is not supported now
 +
 +
=Use the Editor to run the program=
 +
 +
*Prepare a piece of code and copy it into the white box.
 +
 +
print('\n')
 +
print('test')
 +
print('\n')
 +
 +
[[File:Ready_(1).png]]

Revision as of 00:11, 18 February 2019

Program with ESPBlocks

The development tools

Connect the board

  • Windows for example, in any location directly run, it is recommended that there is no Chinese path.
  • Double-click to open ESPblocks. Exe and wait for a moment while it releases the resource
  • Whether or not there is a Connect board, the Connect search board will pop up once, or you can click on the Connect to pop up the window.

Index (1).png

  • Now we connect the board through the wire, it will automatically find the current connected board serial port and display, as shown in the figure below.

Search.png

  • Then click the button in the figure to confirm that it is their own board can be connected.
  • the connection is completed as shown below:

Connected (1).png

  • Wireless connection is not supported now

Use the Editor to run the program

  • Prepare a piece of code and copy it into the white box.
print('\n')
print('test')
print('\n')

Ready (1).png