Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hello,
I'm migrating my project from sdk 17.0.2 to sdk 17.1.0. In the project I use BLE NUS, and it's control data. In SDK 17.1.0 there are no functions for sending ctrl...
Hi,
I have been experimenting with the different nrf_modem functions to get AT responses. I want to receive the current time (don't need to be accurate) using AT+CCLK?,...
Hello,
We use pin 4 to set our CHIP SELECT in order to perform spi_transceive.
We use the SPI protocol to "talk" between a microcontroller and the LSM6DSL component. ...
Dear All,
I use nRF52 SDK 17.1 for a bunch of projects with nRF52840. CMSIS DSP Library v1.6.0 (18. March 2019) is included in that SDK. I see that in the meantime there...
Hi,
I have been looking for some libraries to get current time (UTC) using LTE on the nrf9160. Are there any samples that uses that method? Which libraries do recommend...
Hi @ll,
I wanted to test the PPK2 today but the nRFConnect Desktop App for Power Profiler does not work This is want happens: - PPK2 gets detected - I select the PPK2 And...
The page
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_fw_update.html
Contains a typo under "Using Imgtool to generate keys". The commands have `...
Hi,
I have two nRF52840-DK boards. I would like to make these two boards as BLE Sniffer.
- #1. nRF52840-DK, Sticker Info.,PCA10056/ 2.0.1/2020.43
- #2. nRF52840-DK,...
Target nRF52832(nrf52dk_nrf52832) SDK NCS v1.9.1
prj.conf CONFIG_BT_MAX_PAIRED=4 CONFIG_BT_KEYS_OVERWRITE_OLDEST=y
If Nordic BLE reach max pairing, BLE delete its pairing...
For study purpose, I try to change bootloader to move APP offset by
change APP start address to 0x20000
change start_addr in nrf_dfu_mbr_irq_forward_address_set() and...
Hello,
I am trying to send "Hello" through the UART and the nrf52840 dongle using a USB to TTL approach. The main.c code and the sdk_confg.h are uploaded here. The problem...
Hello,
I love the Online Power Profiler for BLE! Great tool, very useful and well done!
I have one request/suggestion... when scannable advertisement is selected, it would...
Hi,
We develop in an OpenSuse VM so that we all have the benefit of only having to setup the tools once. Segger Embedded Studio was building our variant of the DFU Bootloader...
Hi, I am currently working on nRF52840-DK board and trying to implement simple programs. I want to toggle a LED(P0.13) on the press of a button(P0.11) but I dont want to use...