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...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
Now I'm using NRF52832 to communicate with other MCU(STM32) by UART.
STM32 will transmits about 40 bytes data to NRF52832 per 10ms.
Here is my configure referenced Nordic...
Are there any dependencies between the connection parameters configuration and pairing?
I am using nRF52840 and SDK 14.0.2 and ATT_MTU example. I am trying to add pairing...
I am trying to implement bonding with the Uart example in SDK 14. I have followed the instructions for how to use implement device manager and then migrating to peer manager...
Hello there, I need to specify the LDO that will power the nRF51824.
What would be the max current consumption for nRF51824 at 3.3V?
I saw a similar calculation for 51822...
Hello, this might be a stupid question but if I have a Bluetooth 5 module that is advertising and another module getting the RSSI-value without actually being connected to...
Looking for some advice on how to handle connectivity issues in damp/wet weather.
We've found that our NRF51 device works well indoors, but when placed outdoors overnight...
as I've been looking everywhere on the infocenter for a migration document from sdk 14.0 to 14.1 I was thinking that not finding it meant no changes needed. Of course that...
I am using nrfutil to generate ECC private keys and public keys. However on an apple device the keys ANSI X9.63 it is represented in X,Y, K parameters. How do i match the...
Hi everyone,
I'm trying to compile a ble_app_uart exemple using my own Makefile (The exemple compiles and works fine), but i got an error from the linker.
error: objects_application...
Hi,
two quick questions (nRF52832):
What is the value of t_LPCOMP,STARTUP (I didn't find it in the PS).
Can PSEL be modified while LPCOMP is running?...
Where in the official documentation can I find what the boot order/proedure is for the nRF52832?
For instance: This post gives a coarse overview which is great but I am...
Hello,
I want to achieve bidirectional data communication between one central and two peripherals. My two peripherals will have different services. Any my central device...
Hi,
I try to use sniffer (PCA10031 - V1.0.1_1111) between 1 NRF52 DK (PCA10040) with ble_app_blinky and 1 NRF52 DK (PCA10040) with ble_app_blinky_c.
After choose "Nordic_Blinky...
Hi,
I am using radio test example in SDK for fcc and ce certification. In this example we can confirm the Tx tests using a spectrum analyzer. Could you let us know how...
Hi All,
The MTU_SIZE of ble_app_uart is set to 64-byte. When write data over this, let's say 80-byte, the program will be reset.
I don't want to increase the MUT_SIZE...