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

Add Microchip Virtual Serial Port for BLE #2

Open
joeygold opened this issue Oct 28, 2024 · 2 comments
Open

Add Microchip Virtual Serial Port for BLE #2

joeygold opened this issue Oct 28, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@joeygold
Copy link

#Microchip BLE modules all have the same RNBD451, RN4870 and RN4871 BLE Characteristics

UART_SERVICE_UUID = "49535343-4C8A-39B3-2F49-511CFF073B7E"
UART_RX_CHAR_UUID = "49535343-8841-43F4-A8D4-ECBE34729BB3"
UART_TX_CHAR_UUID = "49535343-1E4D-4BD9-BA61-23C647249616"

@eriklins eriklins added the enhancement New feature or request label Oct 28, 2024
@eriklins
Copy link
Owner

eriklins commented Nov 17, 2024

Looking at https://developerhelp.microchip.com/xwiki/bin/view/applications/ble/android-development-for-bm70rn4870/transparent-uart-service-for-bm70rn4870/ shows a different service UUID for the RN4870 from the one you write above.

And this one https://onlinedocs.microchip.com/oxy/GUID-26457D23-798C-47B0-9F40-C5DA6E995C6F-en-US-2/GUID-4346AC32-EFE5-4C3D-9D47-59BDC6EF7B7C.html shows the same for the RNBD451.

I would assume the ones under the two links are correct and you mixed up the service uuid with the Transparent Control Point (TCP) UUID...? Can you double-check please?

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

No branches or pull requests

2 participants