Difference between revisions of "Getting Started BPI-UNO32 with Visuino"

From Banana Pi Wiki
Jump to: navigation, search
Line 24: Line 24:
  
 
[[File:Visuino_start_7.png]]
 
[[File:Visuino_start_7.png]]
 +
 +
And selecting the Operations to add:
 +
 +
[[File:Visuino_start_8.png]]
 +
 +
Once as example “Scan Networks” operation is added, it will appear on the BPI:UNO32 component and it can be connected, as example to print the SSIDs of the discovered hot-spots:
 +
 +
[[File:Visuino_start_9.png]]

Revision as of 20:42, 6 June 2018

The BPI:UNO32 is fully supported in Visuino and can be selected as board by double clicking on the Arduino component in the design are, or by clicking on the button\

Error creating thumbnail: Unable to save thumbnail to destination

This will open a dialog listing all supported boards, and bpi:uno32 can be selected:

Error creating thumbnail: Unable to save thumbnail to destination

Once the board is selected the component in the design area will change to represent all the capabilities available on the BPI:UNO32:

Error creating thumbnail: Unable to save thumbnail to destination

Including the Hall Sensor, the Button, Buzzer, LED pins, and the Wi-Fi module:

Error creating thumbnail: Unable to save thumbnail to destination

No as example, by simply connecting the Output of the Hall sensor to the Input of the Serial port, the BPI:UNO32 can be programmed to send the Hall Sensor values to the Serial Terminal:

Error creating thumbnail: Unable to save thumbnail to destination

The Wi-Fi Module supports variety of operations, even including programming over the air (Wi-Fi).

Adding the operations is as simple as clicking on the “...”and
Error creating thumbnail: Unable to save thumbnail to destination
button of the Operations property:
Error creating thumbnail: Unable to save thumbnail to destination

And selecting the Operations to add:

Error creating thumbnail: Unable to save thumbnail to destination

Once as example “Scan Networks” operation is added, it will appear on the BPI:UNO32 component and it can be connected, as example to print the SSIDs of the discovered hot-spots:

Error creating thumbnail: Unable to save thumbnail to destination