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 use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hi,
When the friendship node has established with the LPN node, how to verify that the friendship sends a useful message to the LPN node?Has it any API to verify the message...
Hi If I permanently see 3.3v even when the application is not running does that mean it is busted? I also see a lot of spikes in the output I have placed an order for another...
Hi.
I have a problem using dfu bootloader.
SDK : 17.1.0
SD : 7.2.0
device : nrf52840
dfu code : secure bootloader pca10056_s140_ble
uECC : 13.0.0
I implemented...
Hi Team,
I am working on NRF52832 based on the BLE mesh protocol here I am using the Light_switch example of SDK - nrf5sdkformeshv500src
Here I need to detect and monitor...
Hi,
I am using a Raytac MDBT50Q module on a custom board of mine. I have no 32kHz installed (which is available inside the module), VDD and VDDH are common and powering...
I'm porting code from my device which uses the nRF52832 to the 840 DK. My general process was to get the code developed on my own device to run on an 832 DK, then an 840 DK...
Hello everyone, I'm new here, and new to using the Nordic boards. I have a question regarding the RF connector in the nRF52840_DK. I am trying to do some RF measurements with...
Dear Team,
We notice that systemOFF current varying from 220 nA to around 500 nA for different devices. For some devices we are able to achieve 300 nA as mentioned in the...
Hi,
I'am using the ble_uart example on a custom board, where I have the issue that the BLE advertising is only available after a reset OR when I comment out the uart_init...
Hello,
I would like to implement beacon feature with a periodic (each 10s) advertisement data update.
This is an extrapolation of my code:
Is there some function that...
Hello,
The part i am using is NRF52840 Rev 2 (Build Code Dx0)
How can i exact know what revision or build code the SOC has ?
I want to determine in application what...
I am using NRF5 SDK 17.1
SES
S112 for the nRf52805
I followed the guide for the 805
i then used the NUS Peripheral and was trying to setup the rtc so the device...
Hi,
I have a nRF52840 Preview Development Kit. I studied your manual, but I didn't quite understand if this is possible or not?
I would like to debug (therefore I...
Hello,
I have been testing an encoder using the QDEC peripheral.
The encoder produces 256 pulses per rotation. Testing without any load assigned to the motor, the encoder...