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...
Hello,
Is there a way to set the OOB key while using the master control panel windows software?
Edit: and if not, is there a quick method to test a peripheral's OOB...
Hello!
1)There is problem with nrf_ble_uart. On sdk 4.4 work well, but sdk 5.1 the same code is not working.
What changes were made in the sdk or maybe there is a ready...
Hi I have built a custom NRF8001 board and I'm debugging a problem.
The main microcontroller works fine (atmega32u4) but the RDYN line never goes low to start the setup...
I am starting development on the nRF51422. I noticed that for the non-ANT sample code (blinky and UART), a gcc makefile and windows batch files are provided for compilation...
Hi,
Does the heart rate demo in SDK v4.4.0 work with SD v6.0.0? I'm using the QFAAC0 revision of the NRF51822. The demo works fine with SD v5.2.0. Is there anything special...
So far I haven't run across any code examples that will switch the BLE (S110) stack in and out. I'm looking to test enabling and disabling of the softdevice to see how that...
I'm reading AD-converter data usin nRF51822 SPI-Master. BLE-stack is active so I can't use
interrupts with SPI. I get data every 2 ms. Sometimes Events are delayed so long...
Hi,
We would like to implement a scenario that need two BLE devices,
One is Peripheral that able to broadcast and connectable,
another one is Central that able to scanning...
Hi,
I'm using nRF51 SDK v 5.1.0 with SoftDevice v6.0.0 on nRF51822.
I'm using the pstorage SDK module for flash operations.
I've found an issue with this module,...
Hi
In the product specification the S120 softdevice it is mentioned, that the S120 will support central and broadcaster role at the same time. This is exactly what we need...
I've cut the BLE proximity app example code back to doing nothing more than this:
int main(void)
{
uint32_t err_code;
leds_init();
for (;;)
{
power_manage...
It takes about 30s after I power my nrf51822 DK with ble_app_hids_mouse demo, how can I short it less than 10s ?
In the code there is a line
"#define NEXT_CONN_PARAMS_UPDATE_DELAY...
Would like to know whether you have a diagram for the RF pattern for nRF24L01. Like whether the node can receive other nRF signals 360 degrees around or should be at some...
Hi, I need to select the values for the crystal capacitors (C1 & C2) for a nRF51422 pcb.
From page 9 of "Crystal Oscillator Design Considerations" I see:
C1' = C1 +...
Hello,
I'm assessing various ways to authenticate/secure a connection with BLE on Nordic nrf51822. Our goal is to enable authenticated modification of a few values in a...