Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Secure communications? #2

Open
ipatch opened this issue Mar 19, 2015 · 2 comments
Open

Secure communications? #2

ipatch opened this issue Mar 19, 2015 · 2 comments

Comments

@ipatch
Copy link

ipatch commented Mar 19, 2015

I am sure it is possible to enable a sort of secure communications, which would only allow a specific device to communicate with the Bluno based on something like a MAC address, but I am not sure how it could be implemented, and I am not sure if that would require it's own project. However there does seem to be interest in this topic. I didn't see any reference to this topic here in the project nor did I see any info on the wiki of the Bluno.

@Arduinolibrary
Copy link

Hello Chris,

You could check the bluno wikihttp://www.dfrobot.com/wiki/index.php/Bluno_SKU:DFR0267#Wireless_Programming_via_BLE page.

There are two AT command which you will be interested in.

"AT+CMODE=UNIQUE" & "AT+BIND=0xYourBluetoothMACAddress"

it will change your connection mode and bind your destination address with these two commands.

Best Regards,
Grey
--DFRobot Tech Support

Follow us on twitter to find out about coupons, promotions, projects, and cool happenings in the electronics world! Also, check out our youtube channel for guides, tutorials, and general silliness.
[http://www.dfrobot.com/image/data/logo/Social%20icons/tweetmail2.png][http://www.dfrobot.com/image/data/logo/Social%20icons/PNG/youtube_64.png]


From: Chris [email protected]
Sent: Friday, March 20, 2015 3:59
To: DFRobot/BlunoBasicDemo
Subject: [BlunoBasicDemo] Secure communications? (#2)

I am sure it is possible to enable a sort of secure communications, which would only allow a specific device to communicate with the Bluno based on something like a MAC address, but I am not sure how it could be implemented, and I am not sure if that would require it's own project. However there does seem to be interest in this topic. I didn't see any reference to this topic here in the project nor did I see any info on the wiki of the Bluno.

Reply to this email directly or view it on GitHubhttps://github.com//issues/2.

@ipatch
Copy link
Author

ipatch commented Mar 20, 2015

I took your advise, and read the wiki, and tried setting up communications / pairing of the device with only a unique device, but I did not have much luck pairing the device. I wrote a question over at the DFRobot forums, here => http://www.dfrobot.com/forum/viewtopic.php?f=2&t=1366

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants