• Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
  • Sort:
  • Date
  • Name
  • Rating
  • Popular
  • Category
admin
About the author

Arduino
March 6, 2014 0 Comments

pcDuino Inventor guide 5:Lamp experiment

[vc_row][vc_column][vc_column_text]It is great for you that you could light and put out a LED light! Next we will learn light the 8 LED lamp at the same time, meanwhile we will test the pcDuino through the different light order。  This tutorial will help you do this experiment and have a deep understand of pcDuino. You will know the programming skills of how to make the code clearly and neat through the LED lamp the experiment. For () loops : when you need to run a code for multiple times. The arrays [] :It is applied to group the  variables and make it easier to manage.[/vc_column_text][vc_tour][vc_tab title=”Part list” tab_id=”1393913268-1-0″][vc_column_text]1. 8  x  LED 2. 8  x  R […]

Shields
图片25
March 6, 2014 0 Comments

Control Touch Sensor by java

[vc_row][vc_column][vc_column_text]Refers to a Touch Sensor , it can serve as a touch switch. [/vc_column_text][vc_tour][vc_tab title=”Part list” tab_id=”1394069327-1-12″][vc_column_text]1. 1  x  Touch Sensor 2. […]

pcDuino
QQ图片20140305235229
March 6, 2014 0 Comments

Control the GPIO on pcduino without arduino library

[vc_row][vc_column width=”1/1″][vc_tour][vc_tab title=”Introduce” tab_id=”1394070611-1-58″][vc_column_text] Now I operate pcduino basically through arduinoIDE. For  I’m not particularly understand the Linux application programming, but I’m very curious about it, and want to put arduinoIDE aside to operating hardware, after a period of time I finally find out the way . […]

Arduino
touch_lcd_draw_00
March 6, 2014 0 Comments

Drawing simple image by Arduino

[vc_row][vc_column][vc_column_text] touch lcd shield is not only has the display function but  as a touch screen . Touch screen is […]

JPEG Camera
QQ图片20140305185517
March 6, 2014 0 Comments

The solution for the code of the post“ Photograph with JPEG Color Camera by Arduino” can’t run on Arduino IDE 1.5

[vc_row][vc_column width=”1/1″][vc_tour][vc_tab title=”Problem analysis” tab_id=”1394075736-1-34″][vc_column_text] From the figure we could find that we do not define the SPI. To solve this problem , I will add the “#include<SPI.h>”before the code. The another problem is that we can’t read the figure data, the progress of reading data goes wrong, because the waiting time after the host send a name is not long enough to read the data, lead to read no data or incomplete data, and we can’t see the data in the SD card, to solve this problem, we need to last the delay time ,change the 20 to 200 in the “delay(20);//250 for regular”[/vc_column_text][/vc_tab][vc_tab title=”The modified source code” tab_id=”1394075736-2-93″][vc_column_text] // LinkSprite.com // Note: // 1. […]

Arduino
tft_00_0
March 6, 2014 0 Comments

Show Graphic on Arduino

[vc_row][vc_column][vc_column_text] Touch LCD shields is a large multi-function resistive touch screens. Display effect is very good, and the SD base is integrated into the shields, and you can easily extend it to your project.[/vc_column_text][vc_tour][vc_tab title=”Part list” tab_id=”1394066573-1-49″][vc_column_text]1  x  arduino uno 1  x  touch lcd shield 1  x  tf[/vc_column_text][/vc_tab][vc_tab title=”Diagram” tab_id=”1394066573-2-92″][vc_column_text]Insert the touch LCD shields directly on the arduino, connect the arduino through the USB port to the computer. [/vc_column_text][/vc_tab][vc_tab […]

Java
tilt_linker_01
March 4, 2014 0 Comments

Read Status of Linker Tilt Module with Java

[vc_row][vc_column][vc_column_text] Linker Tilt module is one module of the Linker series. It is made up of a metal ball with […]

Linux Applications
QQ图片20140303234516
March 3, 2014 0 Comments

Fix the pcDuino IP address

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

Uncategorized
1
March 3, 2014 0 Comments

TTL UART/USB Long Range UHF RFID reader Module(ISO18000-6C EPC G2) UART Protocol(A)

[vc_row][vc_column][vc_tour][vc_tab title=”1. Command-Frame” tab_id=”1393828614-1-5″][vc_column_text]A command frame starts with a report ID. The report ID is also called command byte in […]

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

Older posts
Newer posts

Category

  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors