I am working on PCA10040 board using Keil u5 debugger (V5.23.0.0, JLink setup). After accepting the continuous firmware update requests I get the error message "Missing core...
Hi,
I have just started using a nRF52840 PDK board with the purpose to verify BT 5.0 features. I am completely beginner working with nRF boards or nRF SDK. Anyways, I downloaded...
I have a USB host capable Android device running CentOS via Linux Deploy and everything is working perfectly except i'm unable to connect to my USB nRF24LU1+ Crazyradio PA...
Hi,
I am using multiperipheral mode in ble_app_hrs using the ble_app_multiperipheral example taking the functions on_connected and on_disconnected while connect and disconnect...
Hi,
I'm using nRF52810 on SDKv14.2 and I have changed the bootloader from 52832 to work for 52810. I could do OTA now. I found that the bootloader there is no timeout when...
Is there a way around the issue where bluetooth communication acting as a pass-though terminates the packet whenever null character is found in the packet.
SDK: nRF5_SDK_12...
Hi,
When creating and adding an characteristic to service, what the meaning and difference between these two variables:
attr_char_value.init_len
attr_char_value.max_len...
Hi,
Recently I have been working on nrf9160 and wanted it to work as a modem for a linux computer for example raspberry pi. The aim here is that I connect the nrf9160 to...
Hi,
We are using nRF9160 DK. On the Arduino connector, we connected STM X-Nucleo-IKS01A2 sensor shield. We wanted to fetch the sensor values using nRF9160.
What example...
Dear Sirs, good night
Currently developing hardware using nRF52840 based module (BT840X from Fanstel)
Wanted to ask if following assignment would be OK for controlling...
I would like to know What is the limit on the number of ble devices that can be tracked concurrently by one Nrf52833 acting as an AoA device?.
Is there any reference antenna...
When I migrated the official routine pwr_mgmt, the following warning occurred after the compilation was complete. The files were all the same, but why didn't the official...
When I migrated the official routine pwr_mgmt, the following warning occurred after the compilation was complete. The files were all the same, but why didn't the official...
When I migrated the official routine pwr_mgmt, the following warning occurred after the compilation was complete. The files were all the same, but why didn't the official...
when i use that message to pass some data value to nordic device, in generic onoff server. i face problem that when i try to send the message to nordic device, it sends again...
I'm running on a custom board with mfw-1.2.0 and ncs-1.2.0.
AFAICS, it seems that the unit requests AGPS data on startup, but when taking positions every 5th minute, it...
Hi there,
I am connecting the nRF9160 DK to my Mac and when opening the Programmer everything looks ok. The DK shows up in the drop down menu but when I try to select it...
I using nRF52840, SDK: 16, Softdevice: s140 with Keil uVision5.
In my application, I want to merge many example codes like iBeacon, BLE as UART, SPI etc. I have successfully...
I have an application built on the 52840 which is using a software interrupt triggered by the event generator unit. Occasionally my SWI function is being passed a zero for...
Hi everyone,
I want to set by BLE device advertising itself for 30s and then go to sleep. To that I set the APP_ADV_DURATION = 3000. What is not clear to me is the difference...