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...
Hello,
I am using ble_app_template project. I want to add uart in this project. So I am referring uart project from peripherals. Now in ble_app_template project under nrf_drivers...
Hi,
recently I experienced a strange behavior on the nRF51 chip, that is at a certain point some gpio lines remained held high, even if the firmware set them to low (both...
I clone the repository on GitHub, which is the accompanying code for the Application Note nAN-36 "Creating Bluetooth Low Energy Applications Using nRF51822", in the nrf51822...
Hello. i useing keil v4, s110 softdevice, nrf51822 ek boards. I want to check my runtime. So i use under the app_timer
app_timer_create(&m_heart_rate_timer_id, APP_TIMER_MODE_SINGLE_SHOT...
Hello all.
I am now making a central device to control a peripheral device.
The Firmware of central device is supposed to be updated by Smart Phone, like iOS or Android...
I'm currently making a device which use nRF52832 and that will integrate Capacitive touch feature. However, I'm actually a bit lost with this post: devzone.nordicsemi.com...
Hi, I use PCA10040 v1.1, Keil MDK 5.21a, SDK 12.1 with S132 v3.
I was using SDK 12 previously. The SDK 12 projects worked well.
Now I migrating to the new SDK. So...
Hi all, I'm working on SDK11.0.0 with softdevice S130 v2.0.0 and I need to update bootloader+application at the same time in single zip for these I created zip file by using...
I have a use for the pstorage module and while going over the implementations in the Nordic examples and libraries, I found a use-case of pstorage_register() in bootloader_init...
Hello,
I would like to use the PCA10028 close to the conditions of a future custom board at 1.8 V (including I/Os) but I would like to keep the ability to do source level...
I am using the 8.1.1 version of the SDK on a Rigado BMD-200 device, s110 version of SoftDevice.
The code has set APP_ADV_TIMEOUT_IN_SECONDS to the maximum (all bits set...
My main App must be able to use the soft device directly or serialisation when a external Connectivity chip is used. How can this be done? In the examples it's done at compilation...
Hello. i useing keil v4, s110 softdevice, nrf51822 ek boards.
I want to check my runtime.
So i use under the app_timer
app_timer_create(&m_heart_rate_timer_id, APP_TIMER_MODE_SINGLE_SHOT...
Looking at the nRF51 UART Example, i know that all packets transmitted over a BLE link will be protected by CRC on the link layer.
But how about when nRF51 scan the ibeacon...