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 interested in BLE coded phy and am wondering how the improved range is realized given that the preamble is not coded. In other words, how does the receiver have improved...
Platform: NRF52832, s132_nrf52_6.0.0, SDK 15.0 Remote: iPad (12.1.4) with proprietary APP Use-Case: APP (Central) connects to Platform and reads continuesly data via RX-TX...
Hey Folks,
I'm running into an issue with the nRF52840 where the the reset reason register (POWER->RESETREAS) is not populating as expected.
The GPIO is setup to sense...
Hello,
i got problem wher program cant go in while loop in main while advertising is running. Im using ble uart template. So was thinking to stop advertising when button...
Hi there,
Can anybody please give me a detailed defination of background DFU? Also, it would be perfect if there are examples about background DFU.
Thanks!
I am trying to get an OTA DFU for nRF52810. I am not trying to get anything custom right now but only trying to prove that it works. I have tried going about this many different...
Hi. I have edited the Heart Rate Service Example project in SDK 17.02 and I am currently using nRF52840 DK.
I am not sure of the reason why the application restarts after...
excuse me,I'm developing nRF52805 and I set the button pin number like this:
#define BUTTON_START 1
#define BUTTON_1 1
#define BUTTON_2 5
#define BUTTON_3 12
#define...
I'm using a custom board designed around this nRF52832 module . Testing the twi_scanner from examples of ` nRF5_SDK_17.0.2_d674dde `. Built and flashed the firmware successfully...
When using nRF5 SDK 17 and its nfc_t4t_lib, we encounted a problem: nfc_t4t_setup returned NRFX_SUCCESS, instead of NRF_SUCCESS and the nfc_platform_setup function was never...
Hi guys,
I have already created some code in a peripheral folder inside nrf5 SDK documentation related to temperature readings and the way how to save the data in the flash...
Hi all,
i am getting values properly, if i set 250 samples per second. but if i set 1000 samples (1ms), i can not get values after some moments. it is showing time out error...
Hi,
In preparation for FOTA which would double the flash space requirement, I noticed the Region Size for FLASH is only 429568 and I would have assumed it was the 1MB advertised...
I am trying to connect my thingy91 and preform an MCUBoot. This is not working and i get the following error code: Errorcode: CouldNotCallFunction (0x9) Lowlevel error: INVALID_OPERATION...
Excuse me, I use BSP_EVENT_KEY_0 to get into the sleep mode, however, it will go to the NRF_BREAKPOINT_COND and then reset the device;.
case BSP_EVENT_KEY_0:
SEGGER_RTT_printf...