what can be the starting Point for Bachelor Thesis involving BLE 5.0 devices to be deploy in mesh Network. How the challanges in the Thesis can be address and set as a Goal...
Note: This is related to the following issues:
- https://devzone.nordicsemi.com/f/nordic-q-a/63255/nrf9160-getting-stuck-after-cell-change
- https://devzone.nordicsemi...
Hi, I am Product Manager working for Medical Device Manufacturing company based out of Ireland.
we are in search for a development house / developer who will support us...
I have so many versions of this topic that I now am certain that most of the answers provided are wrong. Since you cannot have so many ways of connecting an external nrf device...
Hi,
This is actually a follow-up to my previous question here: devzone.nordicsemi.com/.../publish-timeout-handler-of-one-model-called-during-publish-timeout-handler-of-another...
Hi to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
Hi all,
I am using the multi role example ( github.com/.../nRF51-multi-role-conn-observer-advertiser) to scan and advertise concurrently.
I was wondering if the scanning...
I have a 16MHz external clock oscillator to drive a micro controller in my system. Can this also be connected to the crystal input on the nRF24L01+ to drive it's clock? Should...
Hi All,
I wanted to write a patient record to glucode measurement charateristics from android Phone which supportes BLE features . How do i write a record to BLE device...
When using the OTA DFU using the button press implementation is it possible for the bootloader to require bonding? I figure I can use the preserve app data functionality built...
Just took the developer.mbed.org/.../ code and run it on the board.
But when I try to connect with my phone I get: "Device doesn't support UART. Disconnecting".
What...
Hello,
I am using the RedBearLab's BLE Shield 2.0 and I'm trying to modify the advertisement data using nRFgo studio to include manufacture data (type: xFF) for one of...
Our IC nRf51822 has an identifier "QF AA CO" (IC rev 1) The document "nRF51 Series Compatibility Matrix", Table 4, shows the maximum version of the SDK 5.2.1 and 4.4.2 SD...
Hi guys,
I install V1.6 nRF ToolBox apk in my Android phone, and want to do the DFU operation.
When the device in DFU status, I select the target HEX file but it shows me...
We are configuring the watchdog like this:
// Watchdog
NRF_WDT->CONFIG = (WDT_CONFIG_HALT_Run << WDT_CONFIG_HALT_Pos) | ( WDT_CONFIG_SLEEP_Run << WDT_CONFIG_SLEEP_Pos...
So I've got this long characteristic which takes several read operations with offsets to read it completely. Idea is to have it refreshed only after the client has read it...
Hi all,
I've have written a debug version of our application firmware to catch any and all error seen during operating. The most common one I see is NRF_ERROR_BUSY stemming...
Hello,
I am doing some tests with the Heart Rate Service Sample Application for the nRF51822 evaluation board (PCA 10001). Inside the ble_stack_init(), there is this call...
I am trying to bring up a simple program on the IAR tool chain 7.40.1 using an I-Jet debugger using the nRFDK. I have this simple programming running under the Keil code limited...
Hello,
I tried to merge the UART example and the HID keyboard example.
When I pair my phone (android v4.4.4) to my nRF51422 chip (in the phone bluetooth parameters)...