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...
I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
Hi,
I'm try to set up a UDP server on a nRF9151dk, and send data from a remote pc to the devkit. I have tested my sim and networking works correctly, I am able to use coap_client...
Hi,
I am using the nPM1100 in my new application, where the system power circuit includes two additional 250mA LDOs configured to provide a 3.3V output . I am also using...
Hi,
I am encountering the following build error with the BLE peripheral example after migrating from NCS 2.7.0 to 2.9.0 and when CONFIG_BT_LL_SW_SPLIT=y is set in prj.conf...
Hello,
I'm currently creating my own custom board for NRF 52832.
I put everything together, but I can't detect my custom board through Bluetooth using the NRF connect...
Hi,
I am using nrf Connected SDK v2.6.2 on windows 10. I try to create a blank application project for the device ADXL363 on SPI2 bus on the nRF9160DK board.
I basically...
hi:
I use ncs 2.8.0 ,nrf9151 dk and v2.8.0\nrf\samples\net\https_client.
I modified the DigiCertGlobalG2.pem
this is log:
connect() failed, err: 111.
What is the...
Hello,
I was wondering if there was a way to implement a physical on/off switch to the npm1300 that would allow the outputs to be isolated form the battery but still having...
We have designed a vehicle tracker that uses the NRF9160. We have found in the past that sometimes after the radio has been running for a while it gets into a loop where it...
Hi,
I try to develop a Bluetooth speaker using the nRF 5340 DK since i do not have a separate audio Dk for this. I am using the sample code Audio unicast client for this...
Hi
I have a project developed on the nrf52840dk / nrf52840 dongle and am trying to build it for the Laird BL654 dongle. The build fails due to a missing 'runners.yaml' file...
Hi all,
I'm looking into speeding up my workflow using remote development containers on ARM servers, but it seems some tools are missing, nrfutil the first, to run a fully...
When I get a custom board, how do I detect and flash it? I have three options on the board:
I have a USB cable with:
GND
D+
D-
+5V
OR can configure the usb...
Hello, I'm trying to get nrf5340_audio example running on nrf5340 audio dk.
I'm able to build the code and run it however i'm unable to bond with my mobile phone with android...
Hi,
I'm using ncs 2.9.0.
I configured the GPIO in device tree like this:
And I used it in .c as follow:
But FATAL ERROR was got when the gpio_pin_interrupt_configure_dt...
Hi! In order to get more accurate battery SOC measurements I need to provide a custom battery model to the app. So, I had to use the nPM1300 EK + Fuel Gauge board to profile...