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...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I could use some clarity on the legacy drivers/files, nrf,driving example applications inside SDK 16. Is it just too much work to clean up the examples with current drivers...
Hello everyone,
I am trying to implement UARTE on a custom board embedding an nRF52832 , as part of an upgrade from SDK 12 to SDK 15 . The nRF52832 is communicating via...
Hi,
A new modem firmware for nRF9160 has been released. Is it safe to update the modem firmware of Thingy: 91 to v1.1.1? We can download the firmware from nRF9160 SiP page...
Hi,
I'm trying to merge Serial and BLE DFU. I have followed this .
I have used BLE DFU example as base code and added Serial DFU dependencies.
I'm able to do BLE DFU...
HI,
i have made 3 customer board
they all use the same spi flash mx25v8006e
and the first two board have the spi pin : sck 3, miso 1,mosi 0,ss 2
but i change the design...
All I want to do is use the "Advertiser" tab in my nRF Connect android app and force it to broadcast using a custom 128-bit UUID.
I am struggling to figure out how to do...
I have tried combining a working SDK16_98a08e2 MPU6050 example with the SDCard example in the same SDK, however it seems they are incompatible because the MPU example uses...
Hi,
I am developing a device with nrf52840 soc, I need to know that there is any unique and unforgettable id in this chip that with that I could differentiate between...
Hi, Just wanted to pass this along... with the latest Raspbian (09/26/19) the thingy52 will consistently disconnect after about 90 seconds (+/- a few seconds). You can easily...
Hello,
I have two boards of nRF52840, one being central and the other is peripheral. On the central I've put the code from ble_app_multilink_central and on the peripheral...
Hello,
I see this type of query or GATT error has been asking continuously. I have gone through all the same Q&A but not able to solve my query. I have tried all the possible...
Hello Nordic support,
I was referring to the RTC example in nrf52 SDK where an interrupt is triggered on Compare Counter event. In the example, the interrupt is triggered...
I am trying to make custom BLE service to send the data from one nRF52832 to another nRF52832 but we followed the below tutorial "Bluetooth low energy Advertising, a beginner...
Hello,
We are developing a device that needs to get local binding info on init to see if it needs to send data or not to an on/off server in a remote device.
Is there...