Devzone.nordicsemi.com

Bluetooth low energy Services, a beginner's tutorial

WEBBefore we begin Scope Topics that will be covered include: Before we begin Necessary equipment and software Necessary prior knowledge Some basic theory The …

Actived: 9 days ago

URL: https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy/posts/ble-services-a-beginners-tutorial

Mesh Heartbeat vs. Health

WEBIgor over 5 years ago. What is exact difference between heartbeat and health models? I know heartbeat can be used to detect node outage, but so can be …

Category:  Health Go Health

How to make the nrf52840 in sleep-mode & wake-up after every …

WEBPlease note that RTC1 is used by the app_timer, so if you are not using the app_timer to generate the 15 min interrupt, but instead interfacing directly with the RTC1, then you …

Category:  Health Go Health

Creating a Keil project for a Bluetooth Mesh example (Updated for …

WEBIntroduction The recently released nRF5 SDK for Bluetooth Mesh does not provide Keil project files for its example projects. Fortunately, it's relatively easy to set up …

Category:  Health Go Health

Send string with Bluetooth Mesh and NRF Connect SDK V1.9.0

WEBHi! Thanks for answering my question. As I said before my “code base” is the chat example. In the future, the objective is to connect a “custom specific sensor” to …

Category:  Health Go Health

User Guide for the nrf52832

WEBThis post is older than 2 years and might not be relevant anymore More Info: Consider searching for newer posts

Category:  Health Go Health

Broadcaster mode

WEBYou're quite correct in your assumptions. You can take a look at the attached project for an example of such application. This one will send advertisement data in the format …

Category:  Health Go Health

How to extend one BLE-Mesh model's functionality to another.

WEBHi, I am working on a multiple custom models, wherein I need one model to extend the functionality of another model. I was analyzing through nCS provided "Chat" …

Category:  Health Go Health

Bluetooth Mesh Heartbeat Example

WEBSDK_User_771 over 3 years ago. Hi. I have some questions regarding the Heartbeat Example mentioned in this Ticket: Ble mesh heartbeat example - Nordic Q&A …

Category:  Health Go Health

bt_mesh_transport: No matching TX context for ack

WEBHi, I am happy to hear that you figured out what was the issue. Thank you for sharing the resolution! And don't worry, I don't blame anyone for missing this kind of implementation …

Category:  Health Go Health

Adding custom commands to a BLE example using Nordic UART …

WEBA common thing to do is to use the Nordic UART Service for quick prototyping. Often the example itself is used as a starting point (ble_app_uart).But …

Category:  Health Go Health

Smart Hives: Beehavior Monitoring

WEBSensors. The Beehavior Monitoring prototype uses three sensor units. The internal sensors are all part of the Thingy:52, and the external sensors are the …

Category:  Health Go Health

USB CDC speed improvement

WEBHi, The nRF52840 USB peripheral has "full speed USB device function that meets 2.0 revision of the USB specification", ref. nRF52840 Product …

Category:  Health Go Health

Calling "BT_MESH_ELEM" from a C++ file

WEBCalling "BT_MESH_ELEM" from a C++ file. Ubaid_M over 2 years ago. Hi, I have a model_handler.c which builds fine, but the moment I change it to …

Category:  Health Go Health

Error 8 (0x8): GATT CONN TIMEOUT

WEBSo I dropped the interval really low following your advice and that seemed to work. Thank you. #define MIN_CONN_INTERVAL MSEC_TO_UNITS(50, UNIT_1_25_MS) /**< …

Category:  Health Go Health