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 want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
What is meaning of error code 0x3004?
The following is source code of calling sd_ble_gap_tx_power_set().
int _gapTxPowerSet(const int8_t txPwr) { ret_code_t errCode;...
How do we read/write the preferred carrier lists on the SIM card with the nRF9160? Most modems provide the at+cpol command but this doesn't seem to be implemented on the ...
Hi,
We have an application where I'm trying to maximise BLE data throughput to it's absolute highest I can get. Through reading docs/researching and doing some experiments...
1. Is it possible to set MAC address from random to static for Mesh in nRF Connect SDK?
CONFIG_BT_PRIVACY =n and CONFIG_BT_SETTINGS =y seems does not change the behavior...
Hi,
I'm trying to use LPUART in interrupt mode (not async), but I can't get it to work.
I'm using the sample in NCS, which works when using async.
When I uncomment the...
I updated to the latest Toolchain Manager (v1.1.3) and noticed that I am no longer able to select "Open Terminal" to open a terminal window. This was working fine before I...
hello Nordic
i work with ncs 1.7.1, with nrf52832 soc
i tried to add a driver and for some reason i fail and i can not understand why
this is my dts
this is...
Hi,
we use the NRF52840 as a connectivity chip in a serialized application (based on nRF5-SDK v17.1.0 and SoftDevice S140).
When our main app starts, we would like to...
Hello,
While using the at_client sample, when the SMS is received, the following notification is seen
How can I have the access to these notification in other application...
Hi all,
I was recently asked about using L2CAP Connection-Oriented Channel (CoC) to increase thru-put of a project. This must be a gap in my knowledge as L2CAP was always...
Hello,
I've a query.
I am trying to build and see output of " Power Management Example".
C:\nrf_sdk52\DeviceDownload\nRF5_SDK_17.1.0_ddde560\nRF5_SDK_17.1.0_ddde560...
Hi! We are trying to send an HTTP request to our AWS Web Server. The problem that we are figuring out now is that we don't know the way to add a body to our request. We based...
Hello, I am trying to set up my Thingy91. I am using the latest modem firmware mfw_nrf9160_1.3.2 and have also successfully updated it with the J-Link EDU Mini as described...
To the kind attention of Nordic support team,
I have a project that is exploiting either gzll or BLE protocol. I'm using gzll_nrf52840_sd_resources_gcc.a libraries, that...
Hi, Following my previous ticket on the matter, , I have attempted to DFU an MITM bonded device to LESC code, such that the peripheral device will disconnect connections that...