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 everyone, I took a nrf51-ble-app-lbs-throughput-test-5.1.0 example from github.com/NordicSemiconductor; I want to send data not only with the push button but even after...
Good day
I can't see my beacon on my phone after downloading the app. The beacon is on but still can't be recognised on the phone.
what might be the problem?
Tsh...
I have an nrf51-DK with an external Temperatur/Humidity sensor. Data is received over I2C. The goal is to save data 6 weeks. I will also need the SoftDevice S110, because...
I will use ADC / Button function over SoftDevice.
below by source.
the thread is repeated not go beyond the conn_params_init.
#define ADC_SAMPLING_INTERVAL APP_TIMER_TICKS...
Hello,
I am working on s130 softdevice(SDK 6.1.0.0 and nRf51822 &nRf51 DK). I have one peripheral and two centrals. but the data from peripheral should be read from only...
I find this function.
tx
void ble_send(uint8_t * data, uint8_t length)
{
ble_nus_send_string(&m_nus, data,length);
}
ble_send(&data_array[0],10);
but I don...
Hi, I'm trying to run ESB during the timeslot api requested slots.
The problem is that BLE uses app_timer, which uses SWI0 for the callbacks, and at the same time, ESB also...
Hey , I am working on nordic nRF51822 chip and using it as an iBeacon. I want to send some custom data apart from UUID,major,minor in the packet. How can I send it ?
As in...
When I try to set a breakpoint in eclipse by clicking on a line, gdb tells me in the eclipse "Console" window below the code: "No symbol table is loaded. Use the "file" command...
Hello,
I have three custom services. I wanted to add descriptions to the characteristics for easier testing and debug, so I used the typical method to add descriptions...
Hi I've got my nRF8001 breakout board ready I now need the SDK in order to start developing firmware code.
I don't have any registration key, how do I get hold of it? ...
Hi
I'm trying to test UART over BLE using the nRF51-DK and the sample code "ble_app_uart_s110_pca10028 (nRF51 PCA10028)" along with both the nRF UART APP for both Android...
I'm using nRF51822 SoC , is it possible to change the major value when i push the button ? I tried simple assignment but it didn't work so i ask if i have to use the function...