Doorgaan naar hoofdinhoud
Klik hier om naar Terug naar de homepage te gaanTerug naar de homepage | 
Breadcrumb-link
  • Business, Office & Industrial >
  • Electrical & Test Equipment >
  • Components & Supplies >
  • Other Components & Supplies
info
Dit is een privé-aanbieding. Log in om je status te bekijken of lees meer over privé-aanbiedingen.
Heb je iets om te verkopen?Verkoop het zelf
 

Arduino JY-MCU Bluetooth Wireless Serial Port Module

Staat van object:Nieuw
Aantal:
Error icon
35 beschikbaar / 163 verkocht
Voer een aantal van $quantity$ of minder in
Voer een aantal van 1 in
Aankopen zijn beperkt tot $quantity$ per koper
Voer een aantal van $quantity$ of minder in
Voer een lager getal in
Voer een aantal van 1 of meer in
GBP 10,39
Ongeveer EUR 12,14
Nu kopenNu kopenNu kopen
Verzending:GBP 2,01(ongeveer EUR 2,35) - Royal Mail Airmail (Small Packets) Meer services bekijken  Verzendkortingen bekijken  |  Alle verzendgegevens bekijken
Objectlocatie: Chesterfield, Verenigd Koninkrijk
Wordt verzonden naar: Wereldwijd Zie uitsluitingenvoor verzendlocaties
Betalingen:
Betaal met PayPal en u bent volledig beschermd. Meer weten?
Retourbeleid:
Retourzendingen geaccepteerd | Gegevens van retourbeleidlezen
| Toevoegen aan Volglijst

Verkopergegevens

Ingeschreven als zakelijke verkoper
De verkoper neemt de volledige verantwoordelijkheid voor deze aanbieding.Objectnummer: 130830109138
Laatst bijgewerkt op 23 mei 2013 16:44:09 CEST Alle herzieningen bekijken

Specificaties

Staat:
Nieuw: A brand-new, unused, unopened and undamaged item in original retail packaging (where packaging is ... Meer wetenover de staat?
  

Hobby Components

Bezoek mijn eBay-winkelHobby Components
eBay Listing Template NEW File


Shipped within 24 hours!
Free UK Delivery!

BEFORE YOU BUY THIS PRODUCT FROM ANOTHER SELLER…

 

Will this seller dispatch your item in safe packaging?

If this item develops a problem in a months’ time, will the seller replace or refund it?

Does this seller have 20 years of technical experience to support any problems you may have?

 

If you buy this item from us, the answer to all of the above is… YES!

Features

Wireless serial Bluetooth port with free extension cable.

Includes messanine board that includes regulator and connector to allow easy interface to an Arduino, AVR, PIC or other microcontroller.

Supply voltage can be between 3.6 to 6V DC.

DIO are 5V tollerant.

Easy to connect this module with any standard bluetooth device, just search and key in the passcode "1234".

Module requires no setup. See example program at the bottom of the page for more details.

Bluetooth Module

Bluetooth Module

Dimensions

1.73 in x 0.63 in x 0.28 in (4.4 cm x 1.6 cm x 0.7 cm)

PINOUT

PIN

DESCRIPTION

1

KEY

2

VCC

3

GND

4

TXD

5

RXD



Example Code

ARD_BLUETOOTH_SERIAL_MODULE_HCARDU0004_Example.pde


/* FILE:    ARD_BLUETOOTH_SERIAL_MODULE_HCARDU0004_Example.pde
   DATE:    17/07/12
   VERSION: 0.2

  REVISIONS:
  
  27/08/12> V0.2 updated software serial functions as these are now included 
            with V1.0 of the Arduino development environment.

This is a simple example of how to use the HobbyComponents Bluetooth serial 
module (HCARDU0004). This module allows communication from an Arduino dev 
board to a Bluetooth enabled device. The module communicates with an Arduino 
device via a simple two wire serial protocol. If you choose to use the modules 
default settings then the module requires no setting up to communicate with it,
just connect to the Arduino. The device defaults to 9600 baud, 8 data bits, 
and 1 stop bit. The baud rate, amongst other settings can be changed using 
standard AT commands via its serial interface.

This sketch demonstrates an example of how to communicate with the 
device using a software serial interface using just two DIO lines to interface 
with the module. The program will pass-through for any data sent to and from 
the device to the Arduino's hardware serial interface. This will allow you to 
communicate with any device paired with the module via Arduino IDE's built in 
serial port monitor.


SENSOR PINOUT:

PIN 1: KEY
PIN 2: VCC
PIN 3: GND
PIN 4: TXD
PIN 5: RXD


SETUP INSTRUCTIONS:

Connect the Bluetooth module as follows:

Arduino       Bluetooth module
5V            PIN 2 (VCC),
GND           PIN 3 (GND)
DIO 10        PIN 4 (TXD)
DIO 11        PIN 5 (RXD)

Compile the sketch and upload to your Arduino. 

Pair your Bluetooth enabled device with the Bluetooth module using PASSCODE: 1234
(you do not need to do anything on the module side to do this).

Open up the serial port monitor in the Arduino IDE (CTRL+SHIF+M).

You will now be able to communicate with the paired Bluetooth device.


You may copy, alter and reuse this code in any way you like but please leave 
reference to HobbyComponents.com in your comments if you redistribute this code. 
THIS CODE MAY NOT BE USED IN ANY FORM BY OTHER EBAY SELLERS.*/



/* Include the software serial port library */
#include <SoftwareSerial.h>

/* DIO used to communicate with the Bluetooth module's TXD pin */
#define BT_SERIAL_TX_DIO 10 
/* DIO used to communicate with the Bluetooth module's RXD pin */
#define BT_SERIAL_RX_DIO 11

/* Initialise the software serial port */
SoftwareSerial BluetoothSerial(BT_SERIAL_TX_DIO, BT_SERIAL_RX_DIO);

void setup()
{
  /* Set the baud rate for the hardware serial port */
  Serial.begin(9600);
  /* Set the baud rate for the software serial port */
  BluetoothSerial.begin(9600);

}

/* Main loop that will pass any data to and from the Bluetooth mode to the
   host PC */
void loop()
{
  /* If data is available from the Bluetooth module then pass it on to the
     hardware serial port. */
  if (BluetoothSerial.available())
    Serial.write(BluetoothSerial.read());
 
   /* If data is available from the hardware serial port then pass it on
      to the Bluetooth module. */
  if (Serial.available())
    BluetoothSerial.write(Serial.read());
}

Informatie van zakelijke verkoper

Hobby Components Ltd
Anita Hallam
49 Station Road
Hollingwood
Chesterfield
Derbyshire
S43 2HR
United Kingdom
Telefoon: 07960121699
E-mail: sales@hobbycomponents.com

Handelsregistratienummer: 8379353
BTW-nummer: GB 155365893
Ik verstrek facturen waarop ik de BTW afzonderlijk vermeld.

Retourbeleid

Details retourbeleid
If item is found to be faulty, please email us within 7 days. We will arrange for refund or return.

Vragen en antwoorden over dit object

 Over dit object zijn geen vragen of antwoorden geplaatst. 
De verkoper neemt de volledige verantwoordelijkheid voor deze aanbieding.

Verzending

Gratis verzending van elk volgend kwalificerend object dat je koopt van hobbycomponents.
Objectlocatie: Chesterfield, United Kingdom
Verzenden naar: Wereldwijd
Uitgesloten: Russische federatie
 
*De geschatte levertijd- deze pagina wordt in een nieuw venster of op een nieuw tabblad geopend is gebaseerd op de verwerkingstijd van de verkoper, de geselecteerde verzendservice en het moment waarop de verkoper de betaling ontvangt- deze pagina wordt in een nieuw venster of op een nieuw tabblad geopend. Verkopers zijn niet verantwoordelijk voor de transittijden van de verzendservice. De transittijden kunnen variëren, vooral gedurende piekperiodes.
Verwerkingstijd voor binnenlandse verzendingen

Betalingsgegevens

BetalingsmethodeVoorkeur/geaccepteerdKopersbescherming op eBay
PayPal voor snelle, eenvoudige en veilige online betalingen
Voorkeur voor PayPal
Betaal met PayPal en u bent volledig beschermd. Meer weten?
Je kunt nog ##n## object toevoegen.Je kunt nog ##n## objecten toevoegen.Je bent de eerste die dit object volgt. Laat het niet aan je voorbijgaan!leden volgen dit object. Breng een bod uit waarmee jij dit object wint!##n## object kan nog worden toegevoegd aan de volglijst.##n## objecten kunnen nog worden toegevoegd aan de volglijst.persoon bekijkt dit object. Plaats een bod en vergroot je kansen om dit object te winnen.(##i## object)(##i## objecten)
Dit is een privé-aanbieding en je identiteit wordt alleen bekendgemaakt aan de verkoper.