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...
I'm using nRF51822 SoC . I wanna read and write from the flash memory . Shall I use a specific configuration before using read and write functions provided from S110 softDevice...
we have created ble mesh, and data through ble nodes is passed every 5 seconds, but nodes gets disconnected with reason BLE_HCI_CONN_FAILED_TO_BE_ESTABLISHED??
please someone...
we have created ble mesh, and data through ble nodes is passed every 5 seconds, but nodes gets disconnected with reason BLE_HCI_REMOTE_USER_TERMINATED_CONNECTION??
please...
we have created ble mesh, and data through ble nodes is passed every 5 seconds, but nodes gets disconnected with reason BLE_HCI_CONNECTION_TIMEOUT?
please someone give...
we have created ble mesh, and data through ble nodes is passed every 5 seconds, but nodes gets disconnected with reason BLE_HCI_LOCAL_HOST_TERMINATED_CONNECTION?
please...
Hi all,
I am choosing a oscillator and my choice was a 16MHz stability +-9ppm, tolerance +-10ppm, 9pF
my FAE gave me the hint to use a 32MHz which is stability +-20ppm,...
Hi,
I have my BLE services arranged in different .c files. If I change anything in these files and compile (using Keil uVision 5) and load the program, it seems like the...
What is the designed (/actual/required due to the specification) behaviour of the Bluetooth stack S110 when notification packets are queued and the CCCD controlling the attribute...
I am looking into using Internal RC instead of External Oscillator (with softdevice on).
The function ser_app_hal_hw_init() uses Xtal clock source by default.
...
Hi, everyone. What is the meaning of datasheet "section 8.5.7 Antenna matching network requirements"->15+j85 ?
Whether is that we can caluate the 50o with the data?
bonjour , j'ai essayé de communiquer deux pca10028 en utilisant l'exemples " transmitter_pca10028 et receive_pca10028 " mais l'experience a echoué je sais pas pourquoi sachant...
Hello,
I'm testing current time service client example on SDK 8.0.0 with iOS.
After connected the devices, iOS show confirmation to pairing.
When I canceled this or...
After enabling and starting the watchdog timer (RR0), how can it be disabled?
This following code does not work :
NRF_WDT->RREN &= ~(1 << WDT_RREN_RR0_Pos);
Neither...
Hi,
I use s120 stack and ble_app_multilink_central
I use function sd_ble_gattc_primary_services_discover(p_client->conn_handle, start_handle, NULL) for discover services...