Let pcDuino read book for you
[vc_row][vc_column width=”1/1″][vc_column_text]Poor eyesight, can not read? There is no audio book version? Does not matter, pcDuino can you read it […]
[vc_row][vc_column width=”1/1″][vc_column_text]Poor eyesight, can not read? There is no audio book version? Does not matter, pcDuino can you read it […]
It every simple to rotate the screen under Ubuntu system. Edit the file /etc/X11/xorg.conf Add a “Rotate” option Section "Device" Identifier "Mali […]
[vc_row][vc_column width=”1/1″][vc_column_text]We can achieved many features easily by using “SimpleCV” library-related functions. How to install SimpleCV please refer to http://learn.linksprite.com/pcduino/linux-applications/run-simplecv-on-pcduino/ Now, […]
[vc_row][vc_column width=”1/1″][vc_column_text] After many users get pcDuino, may be due to improper operation, or mistakenly deleted some files, after a […]
[vc_row][vc_column width=”1/1″][vc_tour][vc_tab title=”Introduction” tab_id=”1394094207-1-45″][vc_column_text]According to some certain documents’s description, the system will start some programs when it booted. Just like “Stratup” […]
We need to know the pcDuino IP address when we use the VNC. It is default for pcDuino to obtain the IP address automatically, so the IP address will change each time we access to it. Then we can obtain the IP address with the help of some tool or other means. We do not need to do this operation if the IP address is fixed. Following I will introduce how to fix the IP address. I will show the procedure with the picture: Firstly, right-click the sector graphics under lower right corner of pcDuino. Then click “Edit Connections…”. Next click the “wired connection 1” in the white […]
[vc_row][vc_column][vc_column_text] With the development of science technology, the various editor function of graphical interface has been gradually perfected. In the progress of embedded development, sometimes we have to deal with the command line mode with our equipment. At this time a good character interface editor is very necessary to our work. Vim is a powerful editor. Today will configurate a normal vim into a comfortable ide step by step. [/vc_column_text][vc_tour][vc_tab title=”The simply process ” tab_id=”1393808649-1-44″][vc_column_text]Use the above chart as an example, The box surrounded by red is the main part of the configured vim. At he top of the line is browser buffer for the editing of many source file. Browser buffer can visually see which file we opened and switch to the file which we want to edit. The two red box on the left column, the smaller above is file browser, we can view the file under the current project and can view other directories and open some file just like a normal file browser. The lager below is browser tag, tag file is one of index file. The person who use Source insight under window environment will know that it is very helpful for us to know the whole code to jump straight to see some definition of a variable or function. We could achieve the jumper if we have the tags file generated by the vim plug-in ctags. Right is the main body of vim, he shows the current edit text content.[/vc_column_text][/vc_tab][vc_tab […]
[vc_row][vc_column width=”1/1″][vc_column_text] Samba is a free software to achieved SMB protocol which under Linux and UNIX system. It’s constituted by the server […]
[vc_row][vc_column][vc_column_text] In the picture,the pin in the blue circle is pcDuino serial data communication and its corresponding function. TX is the data sending pin of pcDuino,namely pcDuino send data to the outside. RX is the data receiving pin, namely pcDuino receive the data provided outside. GND is the ground of pcDuino, to ensure the the integrity of the data transmission, we need to connect the pcDuino GND with the corresponding module when the pcDuino is through the serial interface to communicate with the outside data. [/vc_column_text][vc_tour][vc_tab title=”Serial port debug” tab_id=”1393564393-1-59″][vc_column_text]Debug Port is that user via serial interface to control pcDuino through the command line mode, completely realize all of the operation. Due to the long time of using Windows system, we get sued to operate computer in the friendly interface system desktop with the mouse and keyboard, the computer is useless without the monitor, mouse and keyboard. We could avoid carrying many peripheral devices by operating the computer with the command . This operating computer is high efficiency and can reduce the complex of working.[/vc_column_text][/vc_tab][vc_tab […]
[vc_row][vc_column][vc_column_text] A serial port refers to a serial communication physical interface in which transfer of information takes place one bit […]