Forum >'bluno beetle' - How can I communicate with cc2540 chip directly?
Bluno General Arduino

'bluno beetle' - How can I communicate with cc2540 chip directly?

userHead Account cancelled 2017-07-26 05:23:01 989 Views0 Replies
I am using my Bluno beetle.
i used Software Serial like this - SoftwareSerial BT(0,1) or SoftwareSerial BT(1,0)
i want to transmit data without using Serial.print() command...
if i use Serial.print(), data transmission speed is so poor.. so i want to use Software Serial instead.
like using HM-10 ! for high transmission speed.
please let me know how can i communicate with cc2540 chip directly without using Serial.print() or Serial.write().