Difference between revisions of "How to use with Arduino IDE"

From Banana Pi Wiki
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 22: Line 22:
 
ESP32 Expansion pack:(*[[https://github.com/espressif/arduino-esp32/blob/master/README.md  Installation guide]]) ->Installation Instructions
 
ESP32 Expansion pack:(*[[https://github.com/espressif/arduino-esp32/blob/master/README.md  Installation guide]]) ->Installation Instructions
  
*Project:
+
*Open Arduino IDE and setup baord:
[[File:Uno32_start_2.png]]
+
[[File:ArduinoIDE-1.png]]
  
open the VS Code terminal console, input , compile the program, input , compile and burn the program. (if it hasn't been compiled before, it may be slow to compile the first time and need to be connected because he needs to get the corresponding platform information).
+
If you install ESP32 package you can ESP32 board in Tools->Boards see <ESP32 Arduino>
  
 
*Arduino IDE Compile and Download:
 
*Arduino IDE Compile and Download:
Line 32: Line 32:
 
[[File:ArduinoIDE-3.png]]
 
[[File:ArduinoIDE-3.png]]
  
2,then open the serial port assistant tool, select BPI-UNO32 on the computer corresponding to the serial serial number, the serial port settings are selected as:
+
2,You can click Serial Monitor in Arduino IDE. It will open a new window ,in this window ,you can setup serial :
Baud rate: 115200 Data bit: 8 Parity check: no Stop bit:
 
 
*Serial Config:
 
*Serial Config:
[[File:Uno32_start_5.png]]
+
[[File:ArduinoIDE-4.png]]
 
 
3,Test content:
 
 
 
*RGB LED fading.
 
*AD acquisition and testing of 6 ADC\_channel1.
 
*WiFi scan testing.
 
*Control test of buzzer gradient.
 

Latest revision as of 22:00, 24 August 2018

Ardino IDE

How to setup and start

Need to be prepared:

  • BPI-UNO32 1 or BPI:bit 1
  • Jumper Cap 4
  • microUSB 1

quickstart:

1,connect the four jumper caps to the top of the board, respectively, to connect the RGB LED to the buzzer. Then use the microUSB line to connect the development board to the computer.

  • port:

Uno32 start 0.png

  • Connect:

Uno32 start 1.png

open Arduino IDE and install ESP32 Expansion pack

Arduino IDE Software:(*[Arduino IDE])

ESP32 Expansion pack:(*[Installation guide]) ->Installation Instructions

  • Open Arduino IDE and setup baord:

ArduinoIDE-1.png

If you install ESP32 package you can ESP32 board in Tools->Boards see <ESP32 Arduino>

  • Arduino IDE Compile and Download:

ArduinoIDE-2.png

  • Arduino IDE serial port setup:

ArduinoIDE-3.png

2,You can click Serial Monitor in Arduino IDE. It will open a new window ,in this window ,you can setup serial :

  • Serial Config:

ArduinoIDE-4.png