The bluetooth device keeps getting disconnected from the app, even when its not 'idle'.
I am using the android app mentioned here .
I need help getting started to solve...
Moving from SDK version 5.1 to 6.0, the buttons on my PCA20006 beacons no longer works as expected. When I press a button, it seems to register the release of a button incorrectly...
I posted another question along these lines, about using the Timeslot API to get observer behaviour with the S110 v7.0 SD, but I am having trouble getting it to work.
Are...
I'm interested in creating a time of flight algorithm and am trying to calculate what to expect for accuracy.
Is it possible to get an IRQ from when the sync arrives at...
hi all ,
how to enable GPIOTE PORT and IN[n] event simultaneously ?(not same pin)
i enable the GPIOTE to trigger interrupt event.
one for the keyboard which need multiple...
Hi All,
I am using nRF51422 with softdevice s310. And implementing Cycle speed and cadence receiver. most of the data processing is fine but i am facing one problem.
...
I'm currently building a device that has the following functionality:
1.) wake from sleep mode and wait 5 seconds for a potential button press
2.) if the button is pressed...
Hello,
I'm trying to debug an issue where a function I wrote that should only be called under a specific condition is calling in an infinite loop whenever the program runs...
Hi, I'm using nRF52805 S112 for my BLE project. I'm using an internal RC ocillator. I would like to ask something about the clock.
1) NRF_SDH_CLOCK_LF_RC_CTIV =16 and NRF_SDH_CLOCK_LF_RC_TEMP_CTIV...
Hello,
I am working on using the open_bootloader with our application and running into a problem.
We are using the GP_REG to jump from our application back to the bootloader...
Hello,
I'm using the following code to loop through the flash memory sequentially and send records created by the flash_fds example:
The data stored in the records...
Hi,
How does numeric comparison works? Shouldn't both devices share parameters in order to display the same number? How can we be protected from MITM?
Thanks!
Ive added another endpoint to the OTA zigbee client example, when I run
ZB_ZCL_SET_ATTRIBUTE (ep, ZB_ZCL_CLUSTER_ID_ON_OFF, ZB_ZCL_CLUSTER_SERVER_ROLE, ZB_ZCL_ATTR_ON_OFF_ON_OFF_ID...
I'm using the nRF52 DK and attempting to use I2S to send data to a DAC. I'm using the nRF5 SDK, version 17.0.2. The last sample in the data I'm sending is always replaced...
Hi,
I have a question regarding diffie-hellman.
What exactly are we doing with diffie-hellman key? Do we use it to create another key? Or is it the key itself?
Thanks...
Hello,
I am new to development with Nordic board. I have evaluation board from u-blox which is EVK NINA-B406 and I have installed Segger Embedded Studio IDE for development...
Hello,
I have been trying for days to program my nrf51422 project without much success. I am using a Jlink programmer. I have connected VTREF, GND, SWCLK and SWDIO from...
Hi,
I know that this question has been asked before but I was wondering if someone can help me understand if the problem is from the connections on my board or my chip...
I am developing a fairly complex app which involved having a lot of logging using the NRF_LOG macros with the UART backend. I am using the nRF52 DK as my platform with nRF...
My app is based on ble_app_hrs_rscs_relay, i.e. the nRF52 DK is acting as central and peripheral at the same time.
SDK 17.0.2, SD S132 v7.
I have a service running there...