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:
...
Hi!
I have an issue with control of the MAGPIO during RFTEST procedures.
The device is using RF Switch (like Thingy91) and I want to perform SNR/Received signal power...
Hello All,
Hoping to hear your opinion as I have little experience on how reliably the following would work.
The device should count pulses or edges from a reed switch...
Hi,
I'm using a Thingy:53 for some prototyping work. The device is configured with the standard USB CDC ACM as logging backend and I use pyserial-miniterm to access the...
Hello All,
I hope all is well. I have now been using Nordic ICs for close to 10 years and have become familiar with SDK5 and developed multiple applications using it....
Hello,
I would like to fast adc some analog signal from my opamp PCB. I am using nrf5340DK SDK1.9.1 with VS Code.
Got the example code nrfx_saadc.zip from and my first...
Hi,
I'm using the following function in my project, in order to get an idea of how much memory can be reserved with malloc :
This function should return the last value...
Hello,
I have a question about the Kconfig extension for VSCode.
When I use the nrf52840 DK, the Board Selection correctly check the nrf52840dk_nrf52840 and all the configs...
I've been continuing to work on why my power level seemed low after getting the Skyworks FEM in my Fanstel BT840x module going, per this thread:
So far, I've been setting...
I want to increase the rate of data from UARTE to RF FIFO.Can data be transferred from the cache to the RF FIFO using DMA?
nrf52832 nRF5_SDK_17.1.0_ddde560 S132
Hello, I am trying to understand the adc example using the PCA10056.
HI can see the following code that initializes 3 `zephyr_user` channels
In the DT file,...
Hi,
I recently went through the manual installation instructions for the nRF Connect SDK posted here ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_installing...
Dear,
I would like to remove the DCDC converter in between the li-ion cell which is supplying the system and the system.
The idea is to use our micro battery as the...
Hi All, I have the same issue than in this thread :
To explain fastly, I am using the pc_ble_driver_py v0.15.0, with a nrf52840 Dongle to try catching voice sent by a device...