Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 8 months ago.
read values ?
Hi there Kuldip Maharjan.
I'm working on a project (studies) and i'd like to use a bluetooth communication. For taht i'm using a microchip RN4020 BLE module linked to my FREESACLE FRDM KL25Z.
I've used your code to do some tests and i can't read values that are sent from pc or window_app. I'm using Tera Term in order to see results in aterminal but nothing that is sent with this: pc.printf("\rsomething is there\n"); can be read by tera term.
Did you already have that kind of problem? or am i wrong with my tests?
thanks a lot.
Maximo L
Question relating to:
1 Answer
9 years, 8 months ago.
hey Maximo, I did this long time ago and I don't have access to any hardwares now. But I used a different bluetooth module which was very simple plug and play (not to low energy one). So first make sure you have setup your bluetooth module right since there are number of extra settings for lowenergy bluetooth modules these days. Also try adjusting the baud rate and stuffs. Also make sure the terminals work by sending signals from another mobile app etc if you can.