SlideShare a Scribd company logo
Electronic brick of HC-06 serial port Bluetooth iteadstudio.com 19
th
, April, 2013
1
Tech Support: support@iteadstudio.com
Electronic Brick of HC-06 Serial Port
Bluetooth
Overview
What is an electronic brick? An electronic brick is an electronic module which can be assembled like Lego bricks
simply by plugging in and pulling out. Compared to traditional universal boards and circuit modules assembled with
various electronic components, electronic brick has standardized interfaces, plug and play, simplifying construction of
prototype circuit on one’s own. There are many types of electronic bricks, and we provide more than twenty types with
different functions including buttons, sensors, Bluetooth modules, etc, whose functions cover from sensor to motor drive,
from Ethernet to wireless communication via Bluetooth, and so on. We will continue to add more types to meet the various
needs of different projects.
Electronic brick of HC-06 serial port Bluetooth can be connected to hardware UART or analog UART on the control
board. With Bluetooth communication, it can achieve wireless transmission which can be applied in various kinds of remote
communication occasions.
Features
1. Plug and play, easy to use. Compatible with the mainstream 2.54 buckled interfaces in the market.
Electronic brick of HC-06 serial port Bluetooth iteadstudio.com 19
th
, April, 2013
2
Tech Support: support@iteadstudio.com
2. With resetting button and status indicator
Specifications
PCB Size 39.5mm X 20.5mm X 1.6mm
Working voltage 3.3V DC
Operating voltage 3.3V DC
Compatible interfaces 2.544-pin buckled interface(1)
Communication protocols Bluetooth 2.0
Communication range <20m
Note 1: DO for data output (TX) port of UART, DI for data input (RX) port of UART, V and G for voltage at the common
collector and ground respectively.
Electronic brick of HC-06 serial port Bluetooth iteadstudio.com 19
th
, April, 2013
3
Tech Support: support@iteadstudio.com
Electrical characteristics
Parameter Min. Typical Max. Unit
Working voltage 3.0 3.3 4.2 VDC
Digital output voltage(VCC=3.3V) 0 - 3.3 V
Working current(VCC=3.3V) - 20 40 mA
Switch and Indicator
1. Resetting button
After pressing down resetting button, module will re-enter standby mode and the status lamp will flash.
2. Status lamp
When the module is under standby mode, status lamp will keep flashing; when the module is under connection mode,
status lamp will keep being ON.
AT Command
Default:
Slave,9600 bit/s baud rate, Pincode 1234。
AT command:
1. Communications test:
Sent: AT
Receive:OK
2. Change baud rate
Sent: AT+BAUD1
Receive:OK1200
Sent: AT+BAUD2
Receive:OK2400
1---------1200
2---------2400
3---------4800
4---------9600
5---------19200
6---------38400
7---------57600
Electronic brick of HC-06 serial port Bluetooth iteadstudio.com 19
th
, April, 2013
4
Tech Support: support@iteadstudio.com
8---------115200
Baud rate setting can be saved even if power is off.
3. Change name of Bluetooth device
Sent: AT+NAMEdevicename
Receive:OKname
(devicename is the name you want it to be, which will be shown when searched)
Name setting can be saved even if power is off.
4. Change Pincode
Sent: AT+PINxxxx
Receive:OKsetpin
(xxxx is the pin code that you want to set)
Pin code can be saved even if power is off.
DEMO
Connect D0 port of electronic brick of serial port Bluetooth to D0 port of Arduino board, D1 port to D1 port of Arduino
board, and we will use the following program to keep sending character string of HELLO and have them displayed via
Bluetooth serial port software of cellphone.
void setup() {
Serial.begin(9600);
}
void loop() {
Serial.println("HELLO"); //Send the "HELLO" character string to HC-06
delay(1000); // wait for a second
}
Revision record
Version Description Date Written by
v1.0 Initial edition 19th, April, 2013 Stan Lee

More Related Content

What's hot

HOME AUTOMATION USING ARDUINO
HOME AUTOMATION USING ARDUINOHOME AUTOMATION USING ARDUINO
HOME AUTOMATION USING ARDUINO
Eklavya Sharma
 
Blutooth based home appiliance
Blutooth based home appilianceBlutooth based home appiliance
Blutooth based home appiliance
Rahul Chaurasia
 
Anti theft & Automation using Arduino
Anti theft & Automation using ArduinoAnti theft & Automation using Arduino
Anti theft & Automation using Arduino
( Afroze ) Kabeer Khan
 
home automation digital
home automation digitalhome automation digital
home automation digital
Shishupal03012015
 
Home automation Using Arduino Uno and Bluetooth
Home automation Using Arduino Uno and BluetoothHome automation Using Arduino Uno and Bluetooth
Home automation Using Arduino Uno and Bluetooth
SOURAV ROY
 
Cspass
CspassCspass
Voice Control Home Automation
Voice Control Home AutomationVoice Control Home Automation
Voice Control Home Automation
Saumya Tiwari
 
Voice Based Home Automation
Voice Based Home AutomationVoice Based Home Automation
Voice Based Home Automation
Sumukh Athrey
 
Monitoring Temperature Room With Display LCD and Data Recording
Monitoring Temperature Room With Display LCD and Data RecordingMonitoring Temperature Room With Display LCD and Data Recording
Monitoring Temperature Room With Display LCD and Data Recording
MR Selamet
 
Voice Control Home Automation
Voice Control Home AutomationVoice Control Home Automation
Voice Control Home Automation
Abhishek Neb
 
ELECTRONICS PROJECT REPORT OF HOME AUTOMATION CUM BUILDING SECUIRITY
ELECTRONICS PROJECT REPORT OF HOME AUTOMATION CUM BUILDING SECUIRITYELECTRONICS PROJECT REPORT OF HOME AUTOMATION CUM BUILDING SECUIRITY
ELECTRONICS PROJECT REPORT OF HOME AUTOMATION CUM BUILDING SECUIRITY
Eldhose George
 
IoT Platform
IoT PlatformIoT Platform
IoT Platform
Saurabh Singh
 
SMS Based Home Automation System
SMS Based Home Automation SystemSMS Based Home Automation System
SMS Based Home Automation System
Sujit Nayak
 
Spec00577
Spec00577Spec00577
Spec00577
guest2f67152
 
Final year report on remote control of home appliances via bluetooth
Final year report on remote control of home appliances via bluetoothFinal year report on remote control of home appliances via bluetooth
Final year report on remote control of home appliances via bluetooth
Shubham Bhattacharya
 
IRJET- Smart Home Automation System using 8051 Micro-Controller
IRJET- Smart Home Automation System using 8051 Micro-ControllerIRJET- Smart Home Automation System using 8051 Micro-Controller
IRJET- Smart Home Automation System using 8051 Micro-Controller
IRJET Journal
 
B.Tech Final Year Project
B.Tech Final Year ProjectB.Tech Final Year Project
B.Tech Final Year Project
Powerway Systems
 
Voice_based_HA
Voice_based_HAVoice_based_HA
Voice_based_HA
Bharat Hegde
 
The Electronic Hobby Kit
The Electronic Hobby KitThe Electronic Hobby Kit
The Electronic Hobby Kit
mkazree
 

What's hot (19)

HOME AUTOMATION USING ARDUINO
HOME AUTOMATION USING ARDUINOHOME AUTOMATION USING ARDUINO
HOME AUTOMATION USING ARDUINO
 
Blutooth based home appiliance
Blutooth based home appilianceBlutooth based home appiliance
Blutooth based home appiliance
 
Anti theft & Automation using Arduino
Anti theft & Automation using ArduinoAnti theft & Automation using Arduino
Anti theft & Automation using Arduino
 
home automation digital
home automation digitalhome automation digital
home automation digital
 
Home automation Using Arduino Uno and Bluetooth
Home automation Using Arduino Uno and BluetoothHome automation Using Arduino Uno and Bluetooth
Home automation Using Arduino Uno and Bluetooth
 
Cspass
CspassCspass
Cspass
 
Voice Control Home Automation
Voice Control Home AutomationVoice Control Home Automation
Voice Control Home Automation
 
Voice Based Home Automation
Voice Based Home AutomationVoice Based Home Automation
Voice Based Home Automation
 
Monitoring Temperature Room With Display LCD and Data Recording
Monitoring Temperature Room With Display LCD and Data RecordingMonitoring Temperature Room With Display LCD and Data Recording
Monitoring Temperature Room With Display LCD and Data Recording
 
Voice Control Home Automation
Voice Control Home AutomationVoice Control Home Automation
Voice Control Home Automation
 
ELECTRONICS PROJECT REPORT OF HOME AUTOMATION CUM BUILDING SECUIRITY
ELECTRONICS PROJECT REPORT OF HOME AUTOMATION CUM BUILDING SECUIRITYELECTRONICS PROJECT REPORT OF HOME AUTOMATION CUM BUILDING SECUIRITY
ELECTRONICS PROJECT REPORT OF HOME AUTOMATION CUM BUILDING SECUIRITY
 
IoT Platform
IoT PlatformIoT Platform
IoT Platform
 
SMS Based Home Automation System
SMS Based Home Automation SystemSMS Based Home Automation System
SMS Based Home Automation System
 
Spec00577
Spec00577Spec00577
Spec00577
 
Final year report on remote control of home appliances via bluetooth
Final year report on remote control of home appliances via bluetoothFinal year report on remote control of home appliances via bluetooth
Final year report on remote control of home appliances via bluetooth
 
IRJET- Smart Home Automation System using 8051 Micro-Controller
IRJET- Smart Home Automation System using 8051 Micro-ControllerIRJET- Smart Home Automation System using 8051 Micro-Controller
IRJET- Smart Home Automation System using 8051 Micro-Controller
 
B.Tech Final Year Project
B.Tech Final Year ProjectB.Tech Final Year Project
B.Tech Final Year Project
 
Voice_based_HA
Voice_based_HAVoice_based_HA
Voice_based_HA
 
The Electronic Hobby Kit
The Electronic Hobby KitThe Electronic Hobby Kit
The Electronic Hobby Kit
 

Viewers also liked

Michael Culina & Partners_
Michael Culina & Partners_Michael Culina & Partners_
Michael Culina & Partners_
Michael Culina
 
Digital Fan Engagement 2015
Digital Fan Engagement 2015Digital Fan Engagement 2015
Digital Fan Engagement 2015
7peaks
 
IEEE802.16-Anoverview
IEEE802.16-AnoverviewIEEE802.16-Anoverview
IEEE802.16-Anoverview
Pawan Parande - CSM®
 
Tema 7.2 Alfonso XIII y la crisis del parlamentarismo-santos y gueddari
Tema 7.2 Alfonso XIII y la crisis del parlamentarismo-santos y gueddariTema 7.2 Alfonso XIII y la crisis del parlamentarismo-santos y gueddari
Tema 7.2 Alfonso XIII y la crisis del parlamentarismo-santos y gueddari
jjsg23
 
Life Okay Overseas
Life Okay OverseasLife Okay Overseas
Life Okay Overseas
Reshma Khan
 
Resume - J. Andrew Conrad
Resume - J. Andrew ConradResume - J. Andrew Conrad
Resume - J. Andrew Conrad
Andrew Conrad
 
Devotions
DevotionsDevotions
Devotions
savoringtruth
 
Mautic - Marketing Automation Tool Review
Mautic - Marketing Automation Tool ReviewMautic - Marketing Automation Tool Review
Mautic - Marketing Automation Tool Review
Anand Ramakrishnan Iyer
 
oneM2M - Management, Abstraction and Semantics
oneM2M - Management, Abstraction and SemanticsoneM2M - Management, Abstraction and Semantics
oneM2M - Management, Abstraction and Semantics
oneM2M
 
resume Sandra Flores
resume Sandra Floresresume Sandra Flores
resume Sandra Flores
Sandra Flores
 
Dirección
Dirección Dirección
Dirección
madealves
 

Viewers also liked (12)

Michael Culina & Partners_
Michael Culina & Partners_Michael Culina & Partners_
Michael Culina & Partners_
 
Guild Thank You
Guild Thank YouGuild Thank You
Guild Thank You
 
Digital Fan Engagement 2015
Digital Fan Engagement 2015Digital Fan Engagement 2015
Digital Fan Engagement 2015
 
IEEE802.16-Anoverview
IEEE802.16-AnoverviewIEEE802.16-Anoverview
IEEE802.16-Anoverview
 
Tema 7.2 Alfonso XIII y la crisis del parlamentarismo-santos y gueddari
Tema 7.2 Alfonso XIII y la crisis del parlamentarismo-santos y gueddariTema 7.2 Alfonso XIII y la crisis del parlamentarismo-santos y gueddari
Tema 7.2 Alfonso XIII y la crisis del parlamentarismo-santos y gueddari
 
Life Okay Overseas
Life Okay OverseasLife Okay Overseas
Life Okay Overseas
 
Resume - J. Andrew Conrad
Resume - J. Andrew ConradResume - J. Andrew Conrad
Resume - J. Andrew Conrad
 
Devotions
DevotionsDevotions
Devotions
 
Mautic - Marketing Automation Tool Review
Mautic - Marketing Automation Tool ReviewMautic - Marketing Automation Tool Review
Mautic - Marketing Automation Tool Review
 
oneM2M - Management, Abstraction and Semantics
oneM2M - Management, Abstraction and SemanticsoneM2M - Management, Abstraction and Semantics
oneM2M - Management, Abstraction and Semantics
 
resume Sandra Flores
resume Sandra Floresresume Sandra Flores
resume Sandra Flores
 
Dirección
Dirección Dirección
Dirección
 

Similar to Bluetooth

Stone i tech
Stone i techStone i tech
Stone i tech
KeatonParker2
 
Mini ee 8 bluetooth android mobile control home loads Electrical engineering ...
Mini ee 8 bluetooth android mobile control home loads Electrical engineering ...Mini ee 8 bluetooth android mobile control home loads Electrical engineering ...
Mini ee 8 bluetooth android mobile control home loads Electrical engineering ...
1000kv technologies
 
Mini ee 26 bluetooth&amp;amp; android mobile control home loads Electrical en...
Mini ee 26 bluetooth&amp;amp; android mobile control home loads Electrical en...Mini ee 26 bluetooth&amp;amp; android mobile control home loads Electrical en...
Mini ee 26 bluetooth&amp;amp; android mobile control home loads Electrical en...
1000kv technologies
 
Report 171115175724
Report 171115175724Report 171115175724
Report 171115175724
PAVINRAJ5
 
project 3 full report
project 3 full reportproject 3 full report
project 3 full report
Shubham Shivhare
 
Android Operated Wireless Robot Using 8051 MCU
Android Operated Wireless Robot Using 8051 MCUAndroid Operated Wireless Robot Using 8051 MCU
Android Operated Wireless Robot Using 8051 MCU
Kamal Pradhan
 
Smart home
Smart homeSmart home
Smart home
Moorthy kvn
 
Smart home copy
Smart home   copySmart home   copy
Smart home copy
Moorthy kvn
 
Smart home
Smart homeSmart home
Smart home
Moorthy kvn
 
Home automation
Home automationHome automation
Home automation
Moorthy kvn
 
Hc 06
Hc 06Hc 06
Arduino electronics cookbook
Arduino electronics cookbookArduino electronics cookbook
Arduino electronics cookbook
Felipe Belarmino
 
Thesis power theft detection ch 3
Thesis power theft detection ch 3Thesis power theft detection ch 3
Thesis power theft detection ch 3
Faraz Ahmed
 
IRJET - Robovac(Cleaning Robot)
IRJET - Robovac(Cleaning Robot)IRJET - Robovac(Cleaning Robot)
IRJET - Robovac(Cleaning Robot)
IRJET Journal
 
IDT Wireless Power IDTP9020, IDTP9030 IC and Evaluation Kit Overview
IDT Wireless Power IDTP9020, IDTP9030 IC and Evaluation Kit OverviewIDT Wireless Power IDTP9020, IDTP9030 IC and Evaluation Kit Overview
IDT Wireless Power IDTP9020, IDTP9030 IC and Evaluation Kit Overview
Integrated Device Technology
 
Home Automation System
Home Automation SystemHome Automation System
Home Automation System
MOHAMMAD TANVEER
 
Netzer sc2 s_si_specsheet
Netzer sc2 s_si_specsheetNetzer sc2 s_si_specsheet
Netzer sc2 s_si_specsheet
Electromate
 
An hemmanur
An hemmanurAn hemmanur
Bluetooth Controlled Robot Project Report
Bluetooth Controlled Robot Project ReportBluetooth Controlled Robot Project Report
Bluetooth Controlled Robot Project Report
Simarjot Singh Kalsi
 
Bluetooth based home appliances control
Bluetooth based home appliances controlBluetooth based home appliances control
Bluetooth based home appliances control
PROJECTRONICS
 

Similar to Bluetooth (20)

Stone i tech
Stone i techStone i tech
Stone i tech
 
Mini ee 8 bluetooth android mobile control home loads Electrical engineering ...
Mini ee 8 bluetooth android mobile control home loads Electrical engineering ...Mini ee 8 bluetooth android mobile control home loads Electrical engineering ...
Mini ee 8 bluetooth android mobile control home loads Electrical engineering ...
 
Mini ee 26 bluetooth&amp;amp; android mobile control home loads Electrical en...
Mini ee 26 bluetooth&amp;amp; android mobile control home loads Electrical en...Mini ee 26 bluetooth&amp;amp; android mobile control home loads Electrical en...
Mini ee 26 bluetooth&amp;amp; android mobile control home loads Electrical en...
 
Report 171115175724
Report 171115175724Report 171115175724
Report 171115175724
 
project 3 full report
project 3 full reportproject 3 full report
project 3 full report
 
Android Operated Wireless Robot Using 8051 MCU
Android Operated Wireless Robot Using 8051 MCUAndroid Operated Wireless Robot Using 8051 MCU
Android Operated Wireless Robot Using 8051 MCU
 
Smart home
Smart homeSmart home
Smart home
 
Smart home copy
Smart home   copySmart home   copy
Smart home copy
 
Smart home
Smart homeSmart home
Smart home
 
Home automation
Home automationHome automation
Home automation
 
Hc 06
Hc 06Hc 06
Hc 06
 
Arduino electronics cookbook
Arduino electronics cookbookArduino electronics cookbook
Arduino electronics cookbook
 
Thesis power theft detection ch 3
Thesis power theft detection ch 3Thesis power theft detection ch 3
Thesis power theft detection ch 3
 
IRJET - Robovac(Cleaning Robot)
IRJET - Robovac(Cleaning Robot)IRJET - Robovac(Cleaning Robot)
IRJET - Robovac(Cleaning Robot)
 
IDT Wireless Power IDTP9020, IDTP9030 IC and Evaluation Kit Overview
IDT Wireless Power IDTP9020, IDTP9030 IC and Evaluation Kit OverviewIDT Wireless Power IDTP9020, IDTP9030 IC and Evaluation Kit Overview
IDT Wireless Power IDTP9020, IDTP9030 IC and Evaluation Kit Overview
 
Home Automation System
Home Automation SystemHome Automation System
Home Automation System
 
Netzer sc2 s_si_specsheet
Netzer sc2 s_si_specsheetNetzer sc2 s_si_specsheet
Netzer sc2 s_si_specsheet
 
An hemmanur
An hemmanurAn hemmanur
An hemmanur
 
Bluetooth Controlled Robot Project Report
Bluetooth Controlled Robot Project ReportBluetooth Controlled Robot Project Report
Bluetooth Controlled Robot Project Report
 
Bluetooth based home appliances control
Bluetooth based home appliances controlBluetooth based home appliances control
Bluetooth based home appliances control
 

Recently uploaded

ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
Rahul
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
IJECEIAES
 
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have oneISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
Las Vegas Warehouse
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
mahammadsalmanmech
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
bijceesjournal
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
SUTEJAS
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
IJECEIAES
 
New techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdfNew techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdf
wisnuprabawa3
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
MIGUELANGEL966976
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
gerogepatton
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
RadiNasr
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
Dr Ramhari Poudyal
 
Casting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdfCasting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdf
zubairahmad848137
 
Textile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdfTextile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdf
NazakatAliKhoso2
 
The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.
sachin chaurasia
 
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEMTIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
HODECEDSIET
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
VICTOR MAESTRE RAMIREZ
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
camseq
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
Hitesh Mohapatra
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
MDSABBIROJJAMANPAYEL
 

Recently uploaded (20)

ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
 
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have oneISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
 
New techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdfNew techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdf
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
 
Casting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdfCasting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdf
 
Textile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdfTextile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdf
 
The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.
 
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEMTIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
 

Bluetooth

  • 1. Electronic brick of HC-06 serial port Bluetooth iteadstudio.com 19 th , April, 2013 1 Tech Support: support@iteadstudio.com Electronic Brick of HC-06 Serial Port Bluetooth Overview What is an electronic brick? An electronic brick is an electronic module which can be assembled like Lego bricks simply by plugging in and pulling out. Compared to traditional universal boards and circuit modules assembled with various electronic components, electronic brick has standardized interfaces, plug and play, simplifying construction of prototype circuit on one’s own. There are many types of electronic bricks, and we provide more than twenty types with different functions including buttons, sensors, Bluetooth modules, etc, whose functions cover from sensor to motor drive, from Ethernet to wireless communication via Bluetooth, and so on. We will continue to add more types to meet the various needs of different projects. Electronic brick of HC-06 serial port Bluetooth can be connected to hardware UART or analog UART on the control board. With Bluetooth communication, it can achieve wireless transmission which can be applied in various kinds of remote communication occasions. Features 1. Plug and play, easy to use. Compatible with the mainstream 2.54 buckled interfaces in the market.
  • 2. Electronic brick of HC-06 serial port Bluetooth iteadstudio.com 19 th , April, 2013 2 Tech Support: support@iteadstudio.com 2. With resetting button and status indicator Specifications PCB Size 39.5mm X 20.5mm X 1.6mm Working voltage 3.3V DC Operating voltage 3.3V DC Compatible interfaces 2.544-pin buckled interface(1) Communication protocols Bluetooth 2.0 Communication range <20m Note 1: DO for data output (TX) port of UART, DI for data input (RX) port of UART, V and G for voltage at the common collector and ground respectively.
  • 3. Electronic brick of HC-06 serial port Bluetooth iteadstudio.com 19 th , April, 2013 3 Tech Support: support@iteadstudio.com Electrical characteristics Parameter Min. Typical Max. Unit Working voltage 3.0 3.3 4.2 VDC Digital output voltage(VCC=3.3V) 0 - 3.3 V Working current(VCC=3.3V) - 20 40 mA Switch and Indicator 1. Resetting button After pressing down resetting button, module will re-enter standby mode and the status lamp will flash. 2. Status lamp When the module is under standby mode, status lamp will keep flashing; when the module is under connection mode, status lamp will keep being ON. AT Command Default: Slave,9600 bit/s baud rate, Pincode 1234。 AT command: 1. Communications test: Sent: AT Receive:OK 2. Change baud rate Sent: AT+BAUD1 Receive:OK1200 Sent: AT+BAUD2 Receive:OK2400 1---------1200 2---------2400 3---------4800 4---------9600 5---------19200 6---------38400 7---------57600
  • 4. Electronic brick of HC-06 serial port Bluetooth iteadstudio.com 19 th , April, 2013 4 Tech Support: support@iteadstudio.com 8---------115200 Baud rate setting can be saved even if power is off. 3. Change name of Bluetooth device Sent: AT+NAMEdevicename Receive:OKname (devicename is the name you want it to be, which will be shown when searched) Name setting can be saved even if power is off. 4. Change Pincode Sent: AT+PINxxxx Receive:OKsetpin (xxxx is the pin code that you want to set) Pin code can be saved even if power is off. DEMO Connect D0 port of electronic brick of serial port Bluetooth to D0 port of Arduino board, D1 port to D1 port of Arduino board, and we will use the following program to keep sending character string of HELLO and have them displayed via Bluetooth serial port software of cellphone. void setup() { Serial.begin(9600); } void loop() { Serial.println("HELLO"); //Send the "HELLO" character string to HC-06 delay(1000); // wait for a second } Revision record Version Description Date Written by v1.0 Initial edition 19th, April, 2013 Stan Lee