2 ESPBlocks Beginner's only

From Banana Pi Wiki
Revision as of 23:16, 17 February 2019 by Sinovoip (talk | contribs) (Use Blockly to run the program)
Jump to: navigation, search

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.
Error creating thumbnail: Unable to save thumbnail to destination
  • 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.
Error creating thumbnail: Unable to save thumbnail to destination
  • 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:
Error creating thumbnail: Unable to save thumbnail to destination
  • 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')
Error creating thumbnail: Unable to save thumbnail to destination
  • Click the Run button to complete the Run
Error creating thumbnail: Unable to save thumbnail to destination

Use Blockly to run the program

  • Follow the arrows in the figure below.
Error creating thumbnail: Unable to save thumbnail to destination
  • When you click the Blockly button in the menu, a fixed size window pops up. This function cannot be reused at present, so you need to close the program to use it again.
  • Select one of the display interface blocks in Blockly and it will appear synchronously in the edit box on the right, but you cannot edit code in Blockly mode.
Error creating thumbnail: Unable to save thumbnail to destination