Bluetooth- EZ-link --how to read on the Arduino

For other supported Arduino products from Adafruit: Shields, accessories, etc.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
howard123
 
Posts: 10
Joined: Tue Dec 03, 2013 1:01 am

Bluetooth- EZ-link --how to read on the Arduino

Post by howard123 »

I just got an EZ link Bluetooth unit. The tutorial for this does not show any applications of this except communicating with a PC terminal (send data). I want to receive data from a PC and control I/O pins. I have a PC with a bluetooth dongle.

assume you do a serial read/write on the Arduino. I would like to do a quick check for functionality before writing my own sketch.

Are there any other sketches or specific hints for the EZ link to receive data and with an arduino to control digital pins and (output and input) and possibly analog out pins) on the arduino from a PC?


.

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: Bluetooth- EZ-link --how to read on the Arduino

Post by adafruit_support_rick »

The EZ-LInk is a bi-directional serial device. You just talk to it using the same Serial.print, Serial.read, and Serial.write calls you would use on a wired serial connection.

Locked
Please be positive and constructive with your questions and comments.

Return to “Other Arduino products from Adafruit”