Hi Guys,
since yesterday i am trying to get the DFU with Softdevice S110 (BLE) v7-alpha3 working but haven't succeeded yet. My process is the following:
s110_nrf51822_7...
Hi All,
i would like to know about
1) what is channel in nrf51288?
2) is there any mathematical relationship between channel no and pin no as in ble_app_hrs
example channel...
Hi,
I use UART bootloader SDK example(dfu_dual_bank_hci) to do update firmware on EK PCA10001 board,it can work ok.But i changed the HCI_SLIP_UART_RX_PIN_NUMBER and HCI_SLIP_UART_TX_PIN_NUMBER...
Hi. I have been trying get a notification through ANCS.
I have created an app which is made by modifying ble_app_ancs sample.
It works basically but there is one problem...
Hello,
I'm using the nrf51422 with 210 softdevice.
I'm trying to figure out a way for the receiving slave device to go to sleep when away from the master, but to wake...
To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
Hey all,
I'm trying to install the nRF Asset tracker. I'm stuck at a step called Building the project using GitHub. I just need to know how to build the project using...
Hi,
I was trying to retrieve the log information from the Nordic to the AWS server. I can see all the log info with the Status as Error. I'm retrieving the logs from...
Dongle cannot enter reset mode, and led is not pulsing(no shine ) when I connect to PC, the device cannot detect it,too. Is their any problem on the firmware, the device cannot...
Hello there,
I am trying to find the datasheet from the device NRF31502 F but I am having some trouble!
Can someone help me or point me where I can get it?
Thanks
Dear all. Now I am working on multi-peripherals to one central NUS communication project. The peripheral boards are based on nRF52840 and the central board is nRF52832 DK...
Hi Team,
We want to write our own MAC address on nRF52840 module. It's a production level MAC address i.e. it is fixed MAC address cannot be overwritten. What is the procedure...
Hello,
I am using SDK 14 & nRF52832 & peripheral role; I have setup a timeout in the order of several seconds, and during this time my device shall advertise but reject...
Hi,
I'm using nrf52840 and trying to define the pin mappings for my custom board. In order to do this I'm studying the board definition of pca10056 (pca10056.h).
In...
Hey all, I'm trying to run the node cli flash "imei" -f /path/to/firmware.hex command on the terminal. It prompts as ERROR flash <deviceId> failed!,
ERROR Error: No such...
Hi
I'm working with version v8.6.90 since the master version at this date have an Auth amplify issue.
The Fetch function on the map is buggy :
Here is the Chrome dev...
We are using nRF52 SDK 17.0.2 s132_nrf52_7.2.0_softdevice.hex in our application. When entering in DFU mode from application, we perform nrf_power_gpregret_set(BOOTLOADER_DFU_START...
I am willing to use nRF52832 chip in one of my project. But all the breakouts dont fit the size and I want to design my own PCB with i2C accelerometer. I only want to transmit...
Hi,
Corect me if I'm wrong, but the initiation of ble_gap_addr_t.addr_type in main.c in the HRS_C demo is not necessary, as the addr_type is calculated based on the address...
Hello Folks,
I am following below steps to add Zigbee FOTA to Zigbee: Light switch example.
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_zigbee_configuring_libraries...
Another problem is that when I turn on I2S to read data, the while loop does nothing, and the broadcast can't be transmitted, just like I2S has occupied all the CPU, and other...