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...
I'm using mbed+nRF51822+BLE_API+softdevice 7.1.0 for BLE peripheral side. I add uart service with the setting BLE_GAP_CONN_SEC_MODE_SET_OPEN which is open link, and set the...
Hello,
I know that this question was here before, but I've read all of the questions and answers and still I don't know what I do wrong.
I'm using 3 PWM channels to...
Hi
While browsing the new files in the SDK 8.0.0 i had a look in the new ble_advertising module. In the start advertising function the pstorage access is checked if it's...
Hi, I'm new to BLE and just started feasibility testing, using RF8001, on a small device with no IO. The device will have a unique code set at factory, and printed on label...
I have the nRF8001 plugged into the shield for the Arduino Uno.
From the Arduino SDK from Nordic, I have downloaded the BLE Hello World program to the Arduino, which should...
I know the SDK lists it for the S110 stack:
http://developer.nordicsemi.com/nRF51_SDK/doc/7.2.0/s110/html/a00066.html#app_dfu_intro_sec
But trying to use it with the...
There is a GitHub example:
https://github.com/NordicSemiconductor/nrf51-dfu-ble-S130
It states that the SDK 6.1 is required. Will it work with the 7.2 SDK using the...
I am trying to use TIMER1, but it seems that my ISR isn't being linked in during the build.
uint32_t timer1_init(void)
{
...
NVIC_SetPriority(TIMER1_IRQn, APP_IRQ_PRIORITY_LOW...
Hi,
I'm developing beacon-scanner software using nrf51822 and S120 softdevice.
Using softdevice v1.0.1.
I need to scan ibeacon type advertising devices and get service...
I am currently trying to come up with a viable strategy to log error codes that arise while my device is being used in the field. When an unexpected error code arises, I would...
Does someone use it?
The gls example from SDK 7.2.0 with softdevice 7.1.0 works.
However, the gls example from SDK 8.0.0 with softdevice 8.0.0 does not work.
I am using...
Hello, I'm new to bluetooth system.
I want to make some H/W device which using with sensor, MCU and Bluetooth.
Very simple, MCU control the sensor and get the data,...