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...
We want to create solution/project for family of boards using segger embedded studio. We want to create the solution/project in such a manner that new boards software can...
Hello,
I want to build in a reset function for handling certain error states on the 9160DK running nRF Conenct 1.6.0. In the datasheet it appears that nRESET is p0.32 and...
Hi,
I am looking for a way to count the pulses going out of a GPIO pin. If I configure that pin with the input buffer connected, how can I route that signal to a timer/counter...
Hello ,
I am a firmware engineer in Taiwan ,
I already use nRF52820 to finish one case ( cheaper alcohol/acetone BT checker.)
I used USB/ BT wireless uart / Uart send...
Hello,
I have some problems with connecting and interacting with my nRF9160. It doesn't show up in LTE Link Monitor, only got "No supported devices connected" - If i have...
Hello,
nRF52832, SEGGER Embedded Studio for ARM V4.12
We want to improve BLE transmission speed between nRF52832 and iPad mini.
Now condition and transmission speed...
I have two devices:
NRF52832_xxAA_REV2
NRF52840_xxAA_REV3
Running the Zephyr blinky sample application with the following KConfig option added:
CONFIG_NRF_APPROTECT_LOCK...
Hello,
I am trying to create a Matter device by following the steps in https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_matter_creating_accessory.html...
Target nRF52832(nrf52dk_nrf52832) SDK NCS v1.9.1
We are preparing NFC with classic tag.(Not connected to nrf52832, separated custom tag) Recently I found that android cannot...
Hi, I have a question to ask: I am using ESB demo as the communication framework. One master corresponds to two slaves, but occasionally there are some problems. Please see...
I would like to implement button interrupt handler. I found two examples in nRF5 SDK v16.0.0. One is examples\peripheral\pin_change_int. And another one is components\libraries...
Hi,
I want to set up a set of four PWM signals that are delayed at a specified interval, just like how the stepper motors are run but the falling edge of the previous...
Hello all,
I am merging the buttonless DFU example with my application for nRF52805.
Everything is well, but I am running out of flash. I am therefore trying to reduce...