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'd like to use the Nordic Distance Measurement Toolbox to realize the distance between two NRF52832 devices. And now I have two DWM1001 development kits that integrated with...
Hi,
we are using an nRF9160 on a custom board with NCS 1.8.0. I have been able to reproduce the following behaviour with a nRF9160 DK 1.0 and NCS 1.9.1
For our application...
I try to run https://github.com/NordicSemiconductor/pc-ble-driver/tree/master/examples/nordic_uart_client But the following error occurred.
D:\pc-ble-driver\build\examples...
Hi,
I am testing an app using CoAP client/sever. I want to redirect the RTT log messages to UART0. I had a look at https://devzone.nordicsemi.com/f/nordic-q-a/32058/why...
Hi,
Currently, we are facing a huge problem with our custom boards. Between different boards the ADC values varying very much even with a given voltage input.
For instance...
Hello all
I am porting the code from the nRF52DK to the nrf52820, and so far so good, however, I am having a question, when configuring the TWI, will this get me the right...
Hi all,
Provided the nRF52840 board implements up to 4 SPI, I would like to use at least 2 of them simultaneously. I need to do it like this because I need one of them...
Hi, I am trying to merge Libuarte with the FreeRTOS environment. I am trying to use RTC-2 for libuarte and RTC-1/0 for Freertos. I am not sure what other things I should enable...
I'm working on a custom board that uses an nRF52832 module. It has a single button that is used to power the device On/Off and a >= 5sec long press from Off to force enter...
Hello,
we would like to use a pin on GPIO P1 as GPIO in non-secure mode, but only found the solution stated in this thread yet: https://devzone.nordicsemi.com/f/nordic-q...
Hello,
I am experiencing issues with an nRF5340 board and its SPI.
I am trying to add an Pmod OLED (128x32) screen to my board, but firstly I am trying to set up the...
Zephyr nRF52840
I am working with 2 nRF52840dk. The master side seems to be working as expected. i have monitored it and seen clock, MOSI and CS all working as expected...
Hello,
I have a debugging issue with VS code IDE.
Suddenly, i cant debug with an error:
However, flashing board is working succesfully.
What am i supposed to do...