Add printf function to Arduino serial library on pcduino
At recently, some user reported that arduino serial print function always appears this or that problem on pcDuino, and some parameters […]
At recently, some user reported that arduino serial print function always appears this or that problem on pcDuino, and some parameters […]
[vc_row][vc_column width=”1/1″][vc_column_text]Xbee is Digi’s zigbee module. By using Xbee modules with pcDuino and Arduino, we can realize two way wireless […]
[vc_row][vc_column width=”1/1″][vc_tour][vc_tab title=”Install Apache2 server” tab_id=”1394955895-1-99″][vc_column_text]Please refer to other post http://learn.linksprite.com/pcduino/linux-applications/install-apachephpmysql-on-pcduino/[/vc_column_text][/vc_tab][vc_tab title=”Download and install ownCloud4″ tab_id=”1394955895-2-55″][vc_column_text]Download owncloud program Download address: http://owncloud.org/ […]
[vc_row][vc_column width=”1/1″][vc_tour][vc_tab title=”Install Apache2″ tab_id=”1394949808-1-42″][vc_column_text] Install apache2 sudo apt-get install apache2 Installed completed, the run commands sudo /etc/init.d/apache2 restart Input […]
Install LAMP server on pcDuino is very easy. Here we share the whole process of installation. The below software packages are […]
A small application on pcDuino install doufan.fm player First configure pcDuino environment: #sudo apt-get install python-dev If you do not have […]
There are many ways to achieve the screenshot on pcDuino, but here we mainly recommend a very simple operation: Open […]
[vc_row][vc_column width=”1/1″][vc_column_text]Edit the file / etc / NetworkManager / NetworkManager.conf dns = dnsmasq Comment out this line Restart Service sodu […]
[vc_row][vc_column width=”1/1″][vc_tour][vc_tab title=”Install Software” tab_id=”1394880595-1-44″][vc_column_text] su ##root sudo apt-get update ##Update source, suggest to do this before each installation sudo […]
Learning pcDuino for some days and had some gains. Just can driver SPI and have 74hc595 circuit module. Driver it up Code: […]