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...
Hello,
I am working with nRF SDK V 16.0.0. I am using peer manager for my application, can I store my application data too using peer manager? if yes, please help to do...
I try to create coap server project and it should by updateable by DFU. I merge project simple coap server and thread dfu client, and I keep instructions in documentation...
Hello Everyone,
I am Using Nrf51822 module and s130_nrf51_2.0.1_softdevice . my actual function nrf51822 twi interface with stc3115 Gas gauge IC .read the battery voltage...
Hello,
I am implementing ble advertising using below code, i encountered a strange behaviour with this code. If jlink is connected the advertising works just fine. if I...
I have created one characteristic in which i am trying to write multiple bytes at the same time i want to use that for further processing, how to access that whole data which...
Hi,
I just started working with Nordic nRF52840 serial interfaces,can you please tell me which one is best for serial communication among SPI and I2c and why?And can you...
Hi Nordics, I know it has been asked over and over again about doing DFU of slave nrf52 using a central nrf52. devzone.nordicsemi.com/.../ota-dfu-application-firmware-by-ble...
Hi we are trying to program code using the SDK v12.3 library onto a custom NRF51822 board using SES. The custom code contains B luetooth routines, GPIO routines, and TWI routines...
PlatformIO team is pleased to announce the release of Nordic nRF51/52 development platform . This release introduces many new features and performance improvements. The notable...
Hi all,
I am trying to deploy the long range mode with nRF52840. I modified the blinky example under SK 16.0.0 and it just keeps resetting
and the error code is 0x0007...
I feel like a crazy person looking to store large amounts of data onto an external chip that is not a micro-SD (why not micro-SD? It's power-hungry and finicky ). NAND through...
Hi
Please help me sort out one question.
I have a peripheral device that stores an archive with data. At a certain point, the archive is transferred to the central device...
Hello,
We are focussing on the nRF9160 to build a IOT datalogger.
We would like to intergrate an micro SD card.
Now, I mis the 4-bit SPI interface ( SDIO), and I asked...
Greetings,
A very bizarre thing is happening. This is the umpteenth time I'm working on a peripheral driver and the code gets stuck at 'NVIC_EnableIRQ(UARTE0_UART0_IRQn...
I would like to implement Bluetooth 5 packet exchange without the softdevice.
How can we convert the
nRF5_SDK\examples\peripheral\radio\receiver
nRF5_SDK\examples\peripheral...