You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As written, the walkthrough does not work. At the end of Step 3 you should be able to connect to the peripheral, but I wasn't able to. The missing steps appear to be the addition of QWR Queued Write Module. After adding the QWR logic to my services_init method I'm able to connect to the peripheral.
Thanks for the great walkthrough!
The text was updated successfully, but these errors were encountered:
Another possible issue with the walkthrough text. In Step 4, it isn't explicitly stated to define custom_value_char_add() method in the header file, or in the c file before it is used.
Edited:
Never mind this comment, none of the steps explicitly mention the method ordering. Since this is common C functionality I'm assuming it's on the users to know or figure out.
Thanks again for the walkthrough, it's helped me immensely.
@youhou90 If you look at the main.c file and do a search on qwr you should be able to see the lines you need to add.
In particular, the services_init method has:
As written, the walkthrough does not work. At the end of Step 3 you should be able to connect to the peripheral, but I wasn't able to. The missing steps appear to be the addition of QWR Queued Write Module. After adding the QWR logic to my services_init method I'm able to connect to the peripheral.
Thanks for the great walkthrough!
The text was updated successfully, but these errors were encountered: