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...
I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
Hi,
Is there a known issue with the startup of the LF clock on the nrf5340 app core? I have scanned the nrf5340 errata but do not see anything of note.
I have this code...
There seems to be a bug in the nRF Connect SDK when attempting to use external flash for the secondary MCUboot partition on nRF9160.
Please see the minimal project for nRF9160DK...
Hi there,
several months ago I developed a usb to uart bridge based on the nRF52820. We've produced a hand full of those bridges for internal tests and the feedback showed...
uart:~$ *** Booting Zephyr OS build v3.1.99-ncs1 ***
Just build standard example for openthread , like coap_sever.
Application rebooted after openthread are fully started...
I have TCP client socket and a thread blocking on `recv()`. I noticed that while gnss is active (trying to get a fix without any assistance), no data is received until I call...
Hello,
after some hours extensive search, I want to share my findings.
I got very strange reset behaviours in a C++ project on an nRF5340 with nRF Connect SDK 2.1.0. ...
hi team,
we are triying to enable and disable timer register for our programe.how can we do this register level bit masking in nrf52840DK board without library API. kindly...
Hi there,
I am able to build asset tracker v2 from source using todays main branch from github. But when I flash the app_signed.hex through nRF Connect for Desktop v3.12...
Hi,
The fstorage library is not available for NCS. Instead, the OS Service "Settings" should be used. (see the last answer of this thread )
In fstorage, it is possible...
I am working on a prototype using the nRF Connect SDK v2.1.0 on the nRF52 Thingy platform.
For my prototype, I need to store normal log output on the internal flash of the...
Hi,
We have to enable the radio shorts in our developing multi link firmware. ( We let any node connect to 3 other nodes at the max ( 1 as a slave and 2 as a master )) ...
Hi all,
I use GPIOTE and DPPI to read SPI data from IMU sensor. After IMU send out "Data Ready" signal, GPIOTE will be triggered and DPPI start to read using SPIM2.
And...
Hello ,
I am working on a project an nRF52840 + quectel BG96 modem. I am porting the freeRTOS cellular interface library for the Nordic platform and mainly the FreeRTOS...