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...
The Bluetooth Mesh SDK is currently tagged as alpha software. Is there a timetable for its progression into beta and to a stable release?
I'm evaluating the nRF52832 for...
Hi, currently I'm working on ultra low power device. This device need to be wake up in 333 ms interval. I use RTC for this. My question is about strange current spikes with...
Hi,
I am using the nrf52 DK (PCA10040) and have a problem with the USB-UART. For some reason I do not see any log messages in the terminal.
I started with the "coap server...
I used SEGGER Embedded Studio to make ble_mesh_v0.9.1-Alpha project, there was an error while executing the flash_area_is_valid function, this problem occurs in the NRF51822...
I'm using the PCA10028, ble_app_hrs_dfu(sdk11).
Only the three screens below were repeated infinitely when I started to upgrade the softdevice through DFU.
And the...
My android version is the Kitkat.
The nRF Toolbox cannot find services when I changed the application of PCA10028 for example from ble_app_hts to ble_app_hrs.
The message...
Hi I am developing an application for sending data over BLE which I have received over SPI from a non - Nordic chip. I am using the ble_app_uart template for this. But data...
My call to sd_ble_gap_ppcp_set is returning NRF_ERROR_INVALID_PARAMETER.
I have the following connection interval settings:
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(500...
I am running SDK12.3 on an nRF52 and the bootloader on my boards has no problem replacing the application through the DFU process. Now I found a mistake in the bootloader...
I am not sure whether there is a small error in a Gazell packet transaction diagram, or if I have an incorrect understanding. From Gazell user guide :
If only the ACK...
Hi,
I am trying to achieve the maximum throughput when using the nRF51822.As far as I know, the minimum connection interval is 7.5ms and the maximum packets per interval...
I'm running the app_uart_c example on a nRF52832 with softdevice 132 installed.
I'm trying to alter it so that the board only searches for peripheral devices upon a button...
First time using the sniffer.
I want to sniff out the communication for a laser tape measuring device (Boosch GLM 50C)
I noticed that I am unable to sniff out anything...