Hi,
i am using SDK v8 with softdevice v8,using master control panel pc application,added custom service and characteristics to application,problem is characteristics value...
There is the board mark on the chip like n51822CEAAD01350A0, where DO is Build code, 1350 is tracking code(YYMM), A0 is lot code.
My question is how can I get those codes...
I'm trying to debug a randomly occuring Hardfault. In trying to trace down the source I read the CPU registers use the Nordic hardfault_implementation.c which grabs the register...
Dear nordic employee
my purpose is send a data the length is from 150 to 273
when my server device send data by sd_ble_gatts_hvx(the send length is fixed 10 bytes) ...
Dear nordic employee:
The service I want to find is the sound service of the thing52 thingy sound service
I tried to modify the HRT_central_client project to find the...
When I was using the device as peripheral, I was wondering when the Softdevice notified BLE_GAP_EVT_SEC_PARAMS_REQUEST and BLE_EVT_SEC_INFO_REQUEST:
1, when peripheral...
hi dear nordic employee:
I tried to build the project ble_app_hrs_c(pca10040) by keil5
but I get an error :
._build\nrf52832_xxaa.sct(7): error: L6236E: No section...
Hello, I'd like to connect the nRF52840 to four I2C sensors. These sesnors may or may not have the same address and they will all be at the end of their own 2 meter long cables...
Recently, the side-channel attack "Screaming Channel" was described in a paper ( http://s3.eurecom.fr/tools/screaming_channels/ ).
The authors demonstrate a remote, passive...
Hello Nordic team
I am working on nRF52832 DK and SDKv-11. Can we increase MTU size to send more than 20 bytes in one packet? If yes then any example code do that?
Is...
i use SDK11.0 in 51822, I just need use BSP_BUTTON_1 interrupt, don't need BSP_BUTTON_0 interrupt, but i must initial BSP_BUTTON_0 interrupt, otherwise the current will be...
Recently, the side-channel attack "Screaming Channel" was described in a paper ( http://s3.eurecom.fr/tools/screaming_channels/ ). The authors demonstrate a remote, passive...
Is it possible to setup a mesh network over BLE and use 6LowPan to enable the use of the IPV6 address space?
The goal is to setup a network without using a star topology...
In order to change the bitrate of the nRF52840 I tried to change the following code on advertiser.c :
static inline void set_default_broadcast_configuration(broadcast_t...
I programmed a PCA10001 with the HID Keyboard example and changed the preprocessor code from NRF6310 to PCA10001. The functions were tested according to the online HID Keyboard...
In the main function, this works.
Works ..
Not works , I got NRF_DRV_TWI_EVT_DATA_NACK error..
and I cannot call "nrf_drv_twi_tx" in the timer event handler...
Hi everyone, I am testing out the qspi flash on pca10056. While the read speed is decent around 650 KBs, the write speed is too slow ~ 35 KBs. It could be our own usb/caching...
There is an example in the SDK v15 folder. " ble_app_buttonless_dfu "
I write a custom firmware which has ble interface sending temperature data.
I want to add ble bootloader...
Hi,
I'm using the S132 v6.0 and SDK v15.0 to work with nRF52832. I found the it just get the advertising data. If the device put some data into the scan response, when I...
Hi,
I want to use nRF52840 USB dongle in my setup with other PCA10056 boards. I have seen that in link https://www.nordicsemi.com/eng/Products/nRF52840-Dongle it is mentioned...
Need to upgrade bootloader by application code. I have finished to program bootloader image to FLASH. Content is verified correct, comparing to SRC. However, the bootloader...