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 found that blindly configuring all GPIO pins can stop the LFXO and RTC counter. I am reporting this as: something to be aware of, not obvious to everyone. Not a question...
I am testing the nRF52832 in Rigado BMD-301 module. I am able to get to ~40uA when advertising ,UART enabled but not used and all other peripherals disabled. But as soon as...
I connect to my BLE peripheral device using NRF connect app. While in connection, if I switch my phone's bluetooth off and turn it back again and then try to connect to my...
Hi!
I'm using the nrf52 on custom prototype boards and the official development boards. We are using the ADC to read analog values and encountered unexpected behavior related...
Starting notification and then writing 0x01 to the control point
does not cause the Buttonless DFU to enter boot mode. LED #1
remains on.
Run time trace show:
APP...
The Problem ist the continuous sending of Byte-Arrays with spi and fixed sample rate.
Strategie:
Send Array-List with XFER triggered by Timer (every 3ms) and auto increment...
Hello,
I bought Nrf 52832 breakout board .
Actually i want to measure the current consumption of chip as we want to use it.
While advertising 26 bytes it consume really...
I have questions about the HCI packet format
With the start packet, the Ack number in the header section = 000
What should it be filled in the data packet and...
I'm implementing an I2C communication and I need to set an interruption every time the sensor sets the interrupt pin to 0. I've been checking some other posts from devzone...
Hello,
I am currently trying to power profile all aspects of the nRF52840, which includes the CryptoCell 310. The instructions say "
Testing
Test the CryptoCell Example...
I tried to use Timer2 as counter with event and interrupt. event is working. interrupt not.
<pre><code>
timer_count_cfg.mode = NRF_TIMER_MODE_COUNTER;
err_code = nrf_drv_timer_init...
s132_nrf52_5.0.0-3.alpha_softdevice.hex (/attachment/26a9916e1af8c97bcba7185035bd7b31)Hi, I am starting to work on NFC and Bluetooth pairing for the nrf52 and i tried to compile...
hello everyone:
do you have try to add wdt into bootloader project?
i add it as follow:
in the static void wait_for_events(void) function, i add two
if(NRF_WDT-...