even-realities / EvenDemoApp

BSD 2-Clause "Simplified" License
36 stars 3 forks source link

Request: Open Source Protocol Specification for Smart Glasses Communication #5

Open zengjie opened 4 hours ago

zengjie commented 4 hours ago

Hey there awesome glasses team! πŸ‘‹

I've been tinkering with your smart glasses and diving into the protocol (super cool BLE UART implementation btw!). Got me thinking - what if we opened up the protocol specs?

Why This Would Be Awesome πŸš€

More Apps, More Fun!

Community Magic ✨

What Could Be Shared πŸ“

Just the basic protocol stuff:

The Dream 🌈

Imagine a GitHub org with:

Similar Success Stories 🌟

What do you think? Would love to help make this happen and even contribute some example implementations!

huanfang83 commented 2 hours ago

Hello Zengjie,

Thank you for sharing your advices and good ideas. We do have a plan to open more ble protocols to the community. I think you can find the BLE service/characteristic UUIDs and basic examples in the code currently. BTW, nRF Connect is a nice tool to play with it. Have fun!

zengjie commented 1 hour ago

It's fantastic to hear about the plans to open up more BLE protocols. I’m eager to dive into the service/characteristic UUIDs and explore what’s possible. And thanks for the tip about nRF Connectβ€”I’m excited to experiment with it!

Here's my Python code which has display text successfully.

Looking forward to more exciting updates.