Arduino
Increase the number of IO pins using I/O Expander Shield for Arduino
[vc_row][vc_column width=”1/1″][vc_column_text] I/O Expander shield is a shield used to expand the number of I/Os of an Arduino Uno. It […]
How to use Heartbeat Sensor Module on Arduino
[vc_row][vc_column][vc_column_text][/vc_column_text][vc_tour][vc_tab title=”Interface” tab_id=”1396976781-1-44″][vc_column_text]Wire the signal to one of the ADC pin of Arduino. [/vc_column_text][/vc_tab][vc_tab title=”Arduino Sample Code” tab_id=”1396976781-2-55″][vc_column_text] // Pulse […]
Port OpenWRT to CuHead Pro WiFi Shield
[vc_row][vc_column][vc_column_text]LinkSprite CuHead Pro Wifi shield can also be used to for OpenWRT. In this tutorial, we will show how to […]
Arduino Language Reference– Structure
setup() loop() Control Structures if if…else for switch case while do… while break continue return goto Further Syntax ; (semicolon) {} (curly […]
Arduino Language Reference–Functions
[vc_row][vc_column width=”1/1″][vc_tour][vc_tab title=”I/O” tab_id=”1395821650-1-75″][vc_column_text] Digital I/O pinMode() digitalWrite() digitalRead() Analog I/O analogReference() analogRead() analogWrite() – PWM Due only analogReadResolution() analogWriteResolution() Advanced […]
Introduction to Arduino Leonardo
[vc_row][vc_column][vc_column_text] Overview The Arduino Leonardo is a microcontroller board based on the ATmega32u4 (datasheet). It has 20 digital input/output pins (of which […]
Use the PC GUI Software to Test SM5100B GPRS/GSM Module
[vc_row][vc_column][vc_column_text] SM5100B GSM/GPRS is a tiny, four band GSM 850/EGSM 900/DCS1800/PCS 1900 module. It can be used to add GSM/GPRS function to embedded applications.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=”1/1″][vc_tour][vc_tab title=”Parts […]
Arduino Language Reference–Variables
[vc_row][vc_column][vc_column_text][/vc_column_text][vc_tour][vc_tab title=”Constants” tab_id=”1395821133-1-85″][vc_column_text] HIGH | LOW INPUT | OUTPUT | INPUT_PULLUP LED_BUILTIN true | false integer constants floating point constants [/vc_column_text][/vc_tab][vc_tab title=”Data Types” tab_id=”1395821133-2-25″][vc_column_text] void boolean char unsigned […]