Hi,
I'm using nRF52810 on SDKv14.2 and I have changed the bootloader from 52832 to work for 52810. I could do OTA now. I found that the bootloader there is no timeout when...
Is there a way around the issue where bluetooth communication acting as a pass-though terminates the packet whenever null character is found in the packet.
SDK: nRF5_SDK_12...
Hi,
When creating and adding an characteristic to service, what the meaning and difference between these two variables:
attr_char_value.init_len
attr_char_value.max_len...
Hi all,
I have compiled the ble_app_hids_keyboard example for a nRF52832 on a Laird DVK-BL652 breakout board.
I have a tablet running android 5.1.1 and the nordic nRFConnect...
Hello All,
We are using nrf52840 board interface with wiznet550i.
We try to implement mqtt tls 1.2.we get following errors..
I get certificate verification error -0x2700...
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...
i use 52840, nRF5_SDK_15.0.0_a53641a\examples\peripheral\usbd_msc this example, and change the log level to debug
but i still can not see the DEBUG output information, this...
Hello.
I developing drone by nrf52832.
Developed based on nrf52-quadcopter .
physical web & drone is service uuid as below.
#define BLE_UUID_NUS_TX_CHARACTERISTIC...
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...