Introduction to Shell Programming
What is Shell Programming? • Putting UNIX commands in a file • Almost always special-purpose code • Often one-time code […]
Building deb Packages from Source files in Ubuntu
1.Create a new temporary directory ubuntu@ubuntu:~$ mkdir newdeb 2.Create our new program directory ubuntu@ubuntu:~$ mkdir hello 3.Write HelloWorld program, hello.c code is as follows […]
Arduino Communication functions
[vc_row][vc_column][vc_column_text] [/vc_column_text][vc_column_text] Serial Used for communication between the Arduino board and a computer or other devices. All Arduino boards have […]
Processor Interrupts with Arduino
Interrupts! Interrupts, what are they? They are people that intermittently prevent you from doing your current work. Haha, well maybe… […]
Use ADC to read Light Intensity on pcDuino with Java
[vc_row][vc_column width=”1/1″][vc_tour][vc_tab title=”Hardware and software requirements” tab_id=”1395207296-1-5″][vc_column_text]Software: install java development environment first. Hardware: 1 x pcDuino 1 xLinker LDR module […]
Using Java to make a simple text editor for pcDuino
[vc_row][vc_column width=”1/1″][vc_column_text]This post shows a simple text editor created with Java on pcDuino.[/vc_column_text][vc_tour][vc_tab title=”The resulting Text Editor” tab_id=”1395292933-1-67″][vc_column_text]The designed text […]
Color Image LCD Shield for Arduino
[vc_row][vc_column width=”1/1″][/vc_column][/vc_row][vc_row][vc_column width=”1/1″][vc_tour][vc_tab title=”Introduction ” tab_id=”1395132164-1-39″][vc_column_text]This 128×128 mini color LCD is a perfect match for the portable application. It was […]
USB Host Shield For Arduino
[vc_row][vc_column][vc_column_text] The USB 2.0 has HOST (master device) and SLAVE(slave device). Only when a master device and a slave device are connected together, […]
Use Liquid Level Sensor on Arduino
[vc_row][vc_column width=”1/1″][vc_column_text]This PCB based liquid level sensor converts the level of liquid to a changing voltage level. The voltage level […]