Zephyr 101 - Creating a BLE Service
ฝัง
- เผยแพร่เมื่อ 16 พ.ย. 2024
- nRF9160 Feather & More: www.circuitdoj...
Have a more detailed questions?: community.circ...
Buy me a coffee ☕: ko-fi.com/jare...
Github Sponsors: github.com/spo...
Relevant links
Air Quality Wing Sample: github.com/cir...
Thanks! I'm finishing the Nordics Academy course and this was a nice roundup in a different format 🙏
Glad you liked it!
This is a super helpful video, thanks! A bit of feedback would just be that the audio is a little on the quiet side :)
Thanks! I must have no turned it up enough. When I use it for things like Zoom it always blows peoples ear drums out
😇
I find all the macros a little intimidating, so this walkthrough of what is going on for a simple service buildup was really good.
Glad you found it useful 😊
Hi! Thanks for the video. It really helped. Only thing I cant figure out is how do I name a custom service and a custom attribute?
You don't "name" a service/characteristic. You do program the UUID for it though. On your application side, you filter by that known characteristic. If you're using a BLE program on your phone, the "names" are likely hard coded to be matched with the UUIDs. Hope that helps
@@CircuitDojo That helps a lot. Thank you
Is the device running this sample code discoverable via OS scan and can pair/bond that way too?
I'm running into an issue where android and windows can discover but not bond and iOS/mac can't even discover.