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...
Hi, I'm using nRF52840 in my project. I successfully integrated the BLE DFU service and its characteristics in my firmware, Now I can update the firmware through the nrf-connect...
Hi, we are doing mass production using PLT. And we have found that like 10% of the sensors are stuck in certain stage as seen in following power cycle images.
The program...
Hi,
In the product specification document of nRF52840 it says that in order to read the counter register's value I need to set the capture task NRF_TIMER1->TASKS_CAPTURE...
Hello,
I would like to use the UICR customer registers to store our devices serial numbers.
Can you please point me to some example code for nRF52833 SoC.
I am using...
Hallo Team,
I would like to operate nrf5340 BLE module (BC40C from Fanstel) in "Normal Voltage Mode". Please find the screenshot of the module below. I hope its clear...
Hi,
Just wondering if it's possible, or there is a reliable way to dynamically change the sampling period of the CAF sensor manager module . Specifically the values defined...
Hi everyone!
I am using ESB with the nRF5340dk without ACK, but from time to time need to send a packet with an ACK request in order to send some commands from the receiver...
Hi,
After successful building of pca10040_s132_ble_debug example with changes to project :
- excluding SEGGER_RTT_Syscalls_SES.c from build
- from flash_placement.xml...
Hi,
We are hoping to send our samples for CE certification. We use nrf52805 IC in our design. We do not use any precertified modules.
Looking at the Direct Test Mode folder...
Hi!
We're working on a development project using nRF52832. Our original prototyping PCBs used the nRF52832-QFAA. On these boards, the nRF worked without issues, and we could...
Hi,
I have builded a circuit with a nRF52DK and a mpu9250 IMU. If I power the Sensor with VDD the Zephyr driver and all of the Software performs well and the values from...
Hi,
I am using nrF52840 with nRF Connect, Visual Code Studio (Zephyr)
Is there any guide or a tutorial with an example that shows how to create a static library on nRF...
Dear Sir,
Good day.
I was able to determine the peripheral devices which I need to connect based on sdk v12.2.0. I can compare the adv name and device name during BLE_GAP_EVP_REPORT...