• Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
  • Sort:
  • Date
  • Name
  • Rating
  • Popular
  • Category

pcDuino


Linux Applications
IDE_01
March 2, 2014 0 Comments

Configure the carried vim to IDE on pcDuino

[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 […]

Showcase
webcam_001
March 2, 2014 0 Comments

Video Surveillance with pcDuino2

[vc_row][vc_column][vc_column_text] Motion is a software package used to detect moving objects. Only need one pcduino , one ordinary usb camera, you […]

Linux Applications
图片1
March 2, 2014 0 Comments

Build samba server on pcDuino

[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 […]

pcDuino
图片1
March 2, 2014 0 Comments

Install mjpg-streamer on pcDuino

[vc_row][vc_column width=”1/1″][vc_column_text] “mjpg-streamer”, is used to capture images from the webcam camera,put them in the form of stream to the browser, […]

Linux Applications
C
March 2, 2014 0 Comments

Knowledge about Serial Port debugging on pcDuino (b)

[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 […]

GPIO
图片2
March 2, 2014 0 Comments

Control GPIO lamp with Java

[vc_row][vc_column][vc_column_text]It is a common phenomenon that the each operation of Linux is  read-write operation, so is to the program that control the GPIO of pcDuino. The path for pcDuino GPIO pin saved is /sys/devices/virtual/misc/gpio/pin/ Pin controller corresponding file saved in /sys/devices/virtual/misc/gpio/mode/ [/vc_column_text][vc_tour][vc_tab title=”Part list” […]

Linux Applications
ZBRRX@PMA)X7PV}P2M(SJ(W
February 27, 2014 0 Comments

Knowledge about Serial Port debugging on pcDuino (a)

[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 […]

Python
cool
February 27, 2014 1 Comment

Use Flask to turn pcDuino into a Web Server

[vc_row][vc_column][vc_column_text]Flask is a Python web framework that can turn pcDuino into a dynamic web server.[/vc_column_text][vc_tour][vc_tab title=”Install libraries” tab_id=”1393488004-1-24″][vc_column_text]1. Install library Request […]

Python
1050580
February 27, 2014 0 Comments

Python:Run Python on pcDuino

[vc_row][vc_column][vc_column_text] Python is a widely used general-purpose, high-level programming language.Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in […]

pcDuino
QQ图片20140225215500
February 27, 2014 0 Comments

Use LED light bar on pcDuino

[vc_row][vc_column][vc_column_text][bigcommerce link=”/led-bar-module-of-linker-kit-for-pcduino-arduino/” target=”_blank” rel=”nofollow”]Linker LED bar[/bigcommerce] The principle of LED light bar is very simple just as the normal digital tube. Our company’s module use a LED driver chip MY9221 to drive,a number module can be connected together. My9221 is the LED driver chip which is similar to SPI, it could drive 12 LED lights. The brightness of each LED light can be achieved by PWM modulation with the data sended by the serial interface . The following is the picture of the module. [/vc_column_text][vc_tour][vc_tab title=”Wiring Diagram” tab_id=”1393480680-1-47″][vc_column_text] VCC  – > […]

Older posts
Newer posts

Category

  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors