vendredi 22 novembre 2013

the virtual wire library for arduino IDE

this library is used with RF devices to transmit data over RX TX links between arduinos

the libray can handel the unidirectional or the bidirectional links

extract this archive in the library folder in the arduino directory

VirtualWire-1.9.zip

jeudi 21 novembre 2013

arduino simulation in proteus ISIS 7

ARDUINO MEGA1280


ARDUINO MEGA2560 R3


ARDUINO UNO R3


extract the archive in your ISIS folder :

C:\Program Files\Labcenter Electronics\Proteus 7 Professional\LIBRARY

the librery :



full duplex string transceiving from arduino to arduin over 2 virtuals wires

this schematic shows 2 arduinos connected together :
the TX pin 12 on arduino ARD1 connected to RX pin 11 on arduino ARD3
the RX pin 11 on arduino ARD1 connected to TX pin 12 on arduino ARD3

also it allows to treat the strings received on each arduino to use on applications later



the two lcds is used for showing data coming from the other arduino


files :
proteus disign : arduino_tx_rx_strings.DSN
ARD1 soft : command_station_3.ino
ARD3 soft : rover_arduino_3.ino