I have ASUS ZenPad 10 with Android 5.0.2,
BLE device on nRF51, S110 SDK9 with fixed passkey and encrypted characteristics with following settings
#define SEC_PARAM_BOND...
Looking for someone that has previous experience building multi protocol / time slot topologies using a mix of BLE (central+peripheral) & custom Gazell connections running...
Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
I have verified The maximum channel table size NRF_GZLL_CONST_MAX_CHANNEL_TABLE_SIZE is 32.
but result_value = nrf_gzll_set_channel_table(my_channel_table, 32) return false...
Hi, I am trying to reach the highest possible throughput when sending data over usb to nRF52840 from a host computer, but I am reaching 4Mbps max. Is this reasonable or is...
Hello,
I am working on creating a custom board based off the nrf5340dk_nrf5340 board
I am following the tutorial here
https://academy.nordicsemi.com/courses/nrf-connect...
Hello,
I would like to know if there is official C# source code to perform DFU OTA for a NRF52840 from Windows without Nordic hardware (DK, dongles etc..), using only the...
Hi, We are using `fota_download` library on our nRF9161 design running mfw-nrf91x1_2.0.1 to download a firmware upgrade image from our Amazon AWS server location. When trying...
Hello, I am currently using (\nRF5_SDK_17.1.0_ddde560\examples\peripheral\radio\receiver)routine to develop.I want to check if the first N bytes of the received packet are...
Hi! I am using nrf32840 with free rtos,
and I have a loop that do the following
for(;;){
vTaskDelay(pdMS_TO_TICKS(intervalTime)); // go to sleep due to portSUPPRESS_TICKS_AND_SLEEP...
Hello guys, W are using the nRF52840 development kit in our project, we received the development kit today and when we powered the kit to my laptop(Acer nitro 5) using a micro...
Hello guys
I'm using nRf52840 development for my project, when trying to connect using a micro USB to the laptop, the J Link drive is not being detected on my laptop(Acer...
I am trying to program nrf52840 to print acceleration from mpu6050. But when I build the project, I get the error - undefined reference to `nrf_drv_twi_init'. Here is the...
Hi Support, we are using custom hardware and the follwoing versions:
1. modem - 1.3.4
2. nrf-sdk - 1.9.0
3. Zephyr - v2.7.99
Our application is based on the gnss sample...
Hi
We built an application that bases on the sample application "central_and_peripheral_hr" with NCS v2.7.0 and nRF54L15.
In this application, I tried to manually start...
Hi,
I am facing a problem with connecting nRF9160-DK to the cellular network. waited for more than hour for connection but always showing "Not registered, attaching or searching...
Hello,
For one my projects, I am planning to implement TensorflowLite in nrf5340 board. Could you please recommend some sample projects which I can take as reference.
...