In this post, we show the steps to install Ardublock on pcDuino. It works on any version of pcDuino.
1. On pcDuino, launch the chromium web browser, and point to: http://sourceforge.net/projects/ardublock/files/ardublock-all-20130712.jar/download.
2. Launch Arduino IDE from pcDuino, and open menu ‘File’->’Preferences’
3. Find ‘Sketch location’, in this case, it is:
/home/ubuntu/Arduino
4.Copy the downloaded ardublock-all.jar to tools/ArduBlockTool/tool/ardublock-all.jar under “/home/ubuntu/Arduino”.
Navigate to the Downloads directory under /home/ubuntu, and:
ubuntu@ubuntu:~/Downloads$ mkdir /home/ubuntu/Arduino/tools
ubuntu@ubuntu:~/Downloads$ mkdir /home/ubuntu/Arduino/tools/ArduBlockTool
ubuntu@ubuntu:~/Downloads$ mkdir /home/ubuntu/Arduino/tools/ArduBlockTool/tool
ubuntu@ubuntu:~/Downloads$ cp ardublock-all-20130712.jar /home/ubuntu/Arduino/tools/ArduBlockTool/tool/ardublock-all.jar
5. Shut down Arduino IDE if you still have it running, and re-open it. We can see there is a new item appears under menu ‘tools”;
6. Click the ArduBlock, we will see it running:
Leave a Reply
You must be logged in to post a comment.