[vc_row][vc_column][vc_column_text]The PicoBoard allows you to create interactions with various sensors. Using the Scratch programming language, you can easily create simple interactive programs based on the input from sensors. The PicoBoard incorporates a light sensor, sound sensor, a button and a slider, as well as 4 additional inputs that can sense electrical resistance via included cables.
Designed for educators and beginners, the PicoBoard is a good way to get into the very basics of programming and reading sensors.
In this tutorial, we will demo how to use picoBoard for scratch on pcDuino.
[/vc_column_text][vc_tour][vc_tab title=”Install Scratch on pcDuino” tab_id=”1392957298-1-68″][vc_column_text]pcDuino team developed a special of scratch for pcDuino. To install it, simplly type the following command on a terminal:
$sudo apt-get install pcduino-scratch
The scratch for pcDuino has a special hardware tab, that can be used to interface with hardware. In this post, we will however look at how to use picoBoard to interface with hardware.[/vc_column_text][/vc_tab][vc_tab title=”Install picoBoard” tab_id=”1392957298-2-30″][vc_column_text]To install picoBoard, please use a mini USB cable to hook picoboard to the USB host of pcDuino. You don’t need to install additional USB driver as the driver for picoBoard is built in the pcDuino system.[/vc_column_text][/vc_tab][vc_tab title=”Test” tab_id=”1392957712063-2-2″][vc_column_text]To enable the picoboard, we click the sensing tab, and right click the ‘slider sensor value’ to bring the menu.
After we enable the scratch board watcher, we can slide the slider to observe the value changes.
Leave a Reply
You must be logged in to post a comment.