Page 1 of 1

language for SKKCA-21

PostPosted: Sat Jan 28, 2012 1:20 pm
by jieeun
hello..
i need help here.. :|
can this module run using assembly language?? and can you send the example code using assembly language??
help me... :?
thx.. :)

Re: language for SKKCA-21

PostPosted: Sat Jan 28, 2012 1:41 pm
by robosang
:D It does not matter what language you use to write program is the protocol....

I use this bluetooth kit before, actually once it is connected to another Bluetooth, it will become a serial port. You define your own protocol. Assembly or C or BASIC or Arduino language is up to you.

Re: language for SKKCA-21

PostPosted: Tue Jan 31, 2012 9:30 am
by ober
Basically robosang is correct.

SKKCA-21 is a starter kit for KC21 Bluetooth module. If you take a look at the datasheet of KC21, it require connection to a host, normally is microcontroller or a computer via UART connection.

UART is the method/way for this Bluetooth to communicate with host, and that is the purpose of Bluetooth module. In most of cases, for example, we use SKKCA-21 is for connection to microcontroller because if I wanted to connect to computer, I will be using USB Bluetooth Dongle. You can refer to PR6A for simple example and get an idea on what can be done with SKKCA-21.

As for the programming language. As long as you can access to COM port for computer, you can develop program for it. Once the Bluetooth is connected, it become a wireless serial port. What ever a node send, it will automatically send to the other node and further transfer that to its host via UART.

Re: language for SKKCA-21

PostPosted: Wed Feb 01, 2012 9:13 pm
by jieeun
thx guys...
i'll try my best. then, if next i have any prob hopefully u guys can share again wif me... :)