Hc 05 Bluetooth Module - a blue circuit board with a gold-patterned antenna, a central black chip, and a six-pin connector header.
Hc 05 Bluetooth Module - a green circuit board with an integrated antenna and six labeled pins extending from one side, shown against a white background.
-16%
Hc 05 Bluetooth Module - a blue circuit board with a gold-patterned antenna, a central black chip, and a six-pin connector header.
Hc 05 Bluetooth Module - a green circuit board with an integrated antenna and six labeled pins extending from one side, shown against a white background.

Hc 05 Bluetooth Module

Regular price Rs 900 Sale price Rs 760
SKU: B248,krt30,IMP1000,Th500,A
Log in to use Wishlist
Add to Compare

Pickup available at Digilog Electronics

Usually ready in 2 hours

Hc 05 Bluetooth Module - a blue circuit board with a gold-patterned antenna, a central black chip, and a six-pin connector header.

Hc 05 Bluetooth Module

  • Digilog Electronics

    Pickup available, usually ready in 2 hours

    🏢 Digilog Electronics 13th the RegalStreet,
    Back side of KFC, Near Abubakar Masjid Mall Road
    Lahore
    Pakistan

    +923124002221

    Check this on google map

HC-05 Bluetooth Module In Pakistan TTL Module (With EN Pin) Breakout is the latest Bluetooth wireless serial Module. This version of the popular Bluetooth module uses the HC-05. These modems work as a serial (RX/TX) pipe. Any serial stream from 9600 to 115200bps can be passed seamlessly from your computer to your target. The remote unit can be powered from 3.3V up to 6V for easy battery attachment. All signal pins on the remote unit are 3V-6V tolerant. No level shifting is required. 

Package Includes In HC-05 Bluetooth Module:

  • 1 x Bluetooth Transceiver HC-05 TTL Module 

Attachments and Links Of HC-05 Bluetooth Module:

PDF ICON

Get HC 05 Bluetooth at low price in Karachi, Lahore, Islamabad, Rawalpindi, Peshawar, Multan, Quetta, Faisalabad, Khuzdar, Abbottabad, Taxila, Rahim Yar Khan, Mardan, Jamshoro, Sialkot, Nawabshah, Nowshera, Swabi, Kohat and all over Pakistan. Best Quality Bluetooth HC 05

Bluetooth Module HC-05

Bluetooth testing code with Arduino and serial monitor with Blueterminal app
 

/*
  Serial Event example

  When new serial data arrives, this sketch adds it to a String.
  When a newline is received, the loop prints the string and clears it.

  A good test for this is to try it with a GPS receiver that sends out
  NMEA 0183 sentences.

  NOTE: The serialEvent() feature is not available on the Leonardo, Micro, or
  other ATmega32U4 based boards.

  created 9 May 2011
  by Tom Igoe

  This example code is in the public domain.

  http://www.arduino.cc/en/Tutorial/SerialEvent
*/

String inputString = "";         // a String to hold incoming data
bool stringComplete = false;  // whether the string is complete

void setup() {
  // initialize serial:
  Serial.begin(9600);
  // reserve 200 bytes for the inputString:
  inputString.reserve(200);
}

void loop() {
  // print the string when a newline arrives:
  if (stringComplete) {
    Serial.println(inputString);
    // clear the string:
    inputString = "";
    stringComplete = false;
  }
}

/*
  SerialEvent occurs whenever a new data comes in the hardware serial RX. This
  routine is run between each time loop() runs, so using delay inside loop can
  delay response. Multiple bytes of data may be available.
*/
void serialEvent() {
  while (Serial.available()) {
    // get the new byte:
    char inChar = (char)Serial.read();
    // add it to the inputString:
    inputString += inChar;
    // if the incoming character is a newline, set a flag so the main loop can
    // do something about it:
    if (inChar == '\n') {
      stringComplete = true;
    }
  }
}

 

 

Frequently Bought Together

Imported Original 4wd Smart Robot Car Chassis Kit For Arduino - a transparent acrylic frame with four yellow wheels and motors. Imported Original 4wd Smart Robot Car Chassis Kit For Arduino - shown as an assembled clear acrylic chassis with four yellow wheels and a battery holder.
Log in to use Wishlist
Add to Compare

Imported Original 4wd Smart Robot Car Chassis Kit For Arduino

Sale priceRs 2,370
L293 L293D Motor Driver Module Arduino Motor Driver Shield - a blue rectangular circuit board featuring three integrated circuits, blue screw terminals, a reset button, and a yellow jumper. L293 L293D Motor Driver Module Arduino Motor Driver Shield - a blue circuit board featuring two L293D chips, a 74HC595N chip, screw terminals, servo headers, and male pin connectors.
Log in to use Wishlist
Add to Compare

L293 L293D Motor Driver Module Arduino Motor Driver Shield

Sale priceRs 410
Motor Driver Module L298N For Arduino Dual h Bridge Motor Driver - a red circuit board with a black heat sink, blue screw terminals, two cylindrical capacitors, and pins. Motor Driver Module L298N For Arduino Dual h Bridge Motor Driver - a red circuit board featuring a black heatsink, three blue screw terminal blocks, capacitors, and multiple pin headers.
Log in to use Wishlist
Add to Compare

Motor Driver Module L298N For Arduino Dual h Bridge Motor Driver

Sale priceRs 410
Arduino Uno R3 - board from above, showing its USB-B port, barrel power jack, ATmega328P-PU DIP chip and the digital and analog pin headers. Arduino Uno R3 - a blue rectangular microcontroller board featuring a large central chip, a USB port, a power jack, and various digital and analog pins.
-31%
Log in to use Wishlist
Add to Compare

Arduino Uno R3

Regular price Rs 1,300 Sale priceRs 900
Metal detector non-contact metal induction detection module - a blue square circuit board with an integrated coil, a buzzer, and a potentiometer.
Sold out
Log in to use Wishlist
Add to Compare

Metal detector non-contact metal induction detection module

Sale priceRs 660