ArduinoGeneral

DFRobot Bluetooth V3 with PIC18F45K22

userHead Account cancelled 2014-08-17 02:01:47 1875 Views1 Replies
Hello everyone. im new for the robotic industry and programming. i allready buy the DFRobot Bluetooth V3 but got some problem cus im confused how to send the data from
android -> Bluetooth Module ( DFRobot Bluetooth V3 ) -> microcontroller ( PIC18F45K22 ).
Im try to make Quadraped by controlling from android. For now i already connect the android with the bluetooth module. but i dont know how to send the data to the microcontroller ( PIC18F45K22 ). sorry for asking some silly question. hope someone can explain & teach me how to send the data to the microcontroller.
sorry for my bad english :-[ :'(
2014-08-18 22:58:35 Hello AzreelMerican,

Bluetooth V3 is a serial device. It is using Serial Port as communication method.
Here is its [url=https://www.dfrobot.com/wiki/index.php?title=DF-BluetoothV3_Bluetooth_module_(SKU:TEL0026)]wiki[/url] page, and [url=https://www.dfrobot.com/image/data/TEL0026/TEL0026_Datasheet.pdf]datasheet[/url].
You could try to write some code to read the serial port information
userHeadPic Grey.CC