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...
Environment: nRF connect SDK 1.9.1
Hardware: nrf5340 dk
We try to send data by BLE NUS. According to excemple Bluetooth: Peripheral UART and Bluetooth: Throughput , we...
Hello Nordic team and fellow developers,
We are now making our custom board, and have a few questions:
1. MAGPIO gets 1V8 internally, but COEX needs it from VDD_GPIO....
I have the DFU Trigger code added to my application, and am using nrfutil to upload the package over USB. If I press the reset/DFU button on the dongle the process works fine...
Hi,
nrf-command-line-tools-10.16.0-x64.exe
If calling NRFJPROG_read_connected_emu_snr(..) ,when more than one JLINK is connected to the computer, a selection window...
According to the nPM1100 (PMIC) datasheet, the absolute maximum rating of VOUTB = VINT +0.3V.
VOUTB is the output of the internal DC/DC buck converter.
VINT is supplied...
NCS 2.0.0
Our application is using an nRF52833. Everything is running except measuring a voltage. I am looking for a simple SAADC sample to read a single-ended voltage on...
Following this link -> developer.nordicsemi.com/.../ug_matter_gs_adding_clusters.html I have set up two endpoints on a Matter end device (nRF52840 DK) and some commands and...
Hi, after installation the nRF Connect for VS Code Extension Pack (guided by the Video from Nordic), I can not see the Welcome Icon on the left side:
I restarted VS Code...
Hi,
After making a 802.15.4 poll request for data and receiving an ACK message which is not followed by any data message the confirm callback never occurs. I have verified...
this is (NRF connect app) for Android mobile
in android phone i am using NRF connect mobile app, in android phone Bluetooth device MAC address is showing, but i install...
My application originally used the ncs version of 1.5.0, and the configuration project used the dts file of nrf5340dk. When I need to change the rts pin of uart0, I just need...
Hello,
I have a custom board with nRF9160. Modem FW version 1.3.2, nRF Connect SDK 2.0.0.
I'm using LTE link controller lib for connection to the NB-IoT network. The...
Platform is SDK v17.1 / 52840 / secure bootloader with BLE.
I would like to add some application logic to the bootloader.
The idea is to periodically poll some spi devices...