biza 0 Posted July 17, 2018 Share Posted July 17, 2018 Hello , I'am trying develop a data logger to send data to a device through bluetooth, but in my state machine i want make a state were I can verify if the bluetooth is paired with smartphone, does anyone can help me , i don't have idea how can I do this. Quote Link to post Share on other sites
zeke 693 Posted July 18, 2018 Share Posted July 18, 2018 @biza For us to help you, you have to provide a lot more information. What processor are you using? What programming environment are you using? What software tests have you performed? Can you show us some software that you are testing? What specific question(s) are you asking us? Quote Link to post Share on other sites
biza 0 Posted July 23, 2018 Author Share Posted July 23, 2018 Hi, sorry for the late answer, I'm using msp432P401R I am using code composer studio CCS at the moment I was able to transmit data from msp432 to bluetooth yes I will attach the code that can be tested with the application for smartphone BT Simple Terminal for android there are two issues or problems I have that I can not solve: Using an HC-05 chip or the microchip RN-41 how can I detect through code if the smartphone is paired with one of these devices.(the idea is if you are paired to start sending data to the mobile phone, if you are not waiting for pairing without sending data.) the second problem is to integrate the DMA into a function that allows me to ensure transmission of data without lost. This task may be the most difficult since I do not understand how it can be done code.zip Quote Link to post Share on other sites
biza 0 Posted July 23, 2018 Author Share Posted July 23, 2018 thanks Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.