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,...
I am using the nRF52832 Soc, and have a requirement of using a timer with a large timeout value, hence I want to use the watchdog timer.But as I get TIMEOUT interrupt the...
Hello!
I need sensitive gpio.
I want that is gpio rising in 20[nsec].
However, the test results using the function below show that the gpio rise time is 200 nsec...
Hi,
I am new to the BLE environment. I am trying to connect my smart phone with nRF52832 development kit over BLE. Here, my smart phone should be able to send some user...
I am looking to extend the RTC beyond 24 bits using the Overflow interrupt.
The code in the rtc handler would look like:
static void rtc_handler(nrf_drv_rtc_int_type_t...
I have been trying to install the new version of everything Nordic 52.
That starts with the MDK 5.18.
To make sure I don't have an update problem I do a clean install...
Hi,
I want to know about mathematical formula to find / estimate the battery life of Bluetooth beacon containing NRF8240. If chip is transmitting at +8 dBm and have 1000...
Hi,
I add the NUS in the ble_app_hids_mouse example which the sdk version is 14.0.
There are four services in the project: dis, bas, hids and nus.
When I connceted the...
hi all ,
I am looking out theory about SM layer in BLE . I read CoreV5.0 but I do not understand much about pairing , bonding , STK , LTK . Can you give me some document...
Can the link between two devices communicating with each other via NRF24L01+ be improved by using Tx messages with no ack (W_TX_PAYLOAD_NO_ACK) instead of messages with ack...
Specifically, sinking a Cree C503B green LED (Vf 3.2V at 20ma) from a GPIO configured for high drive, without a current limiting resistor, from VDD 3.6V?
Figure 23 “GPIO...
Hello All
We are using nordic thread sdk's sample simple coap client and server.We want to ON/OFF LED of coap client from coap server.
Can any one help how we can achieve...
In SDK13, the initialisation of the low frequency clock used to be done within sd_softdevice_enable . In the SDK14 version of nrf_dfu.c , the LF-clock is already initialized...
Hi, I want to use the AES-CCM of nRF52832. But it can not work with the softdivice. I have read the following question and answer.
https://devzone.nordicsemi.com/question...
Hello All,
I have a peripheral device where one service with 4 characteristics is implemented.
Out of these 4 in 3 services notify is enabled.
Now I want to subscribe...