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...
Hello,
I want to install my own Button & LED handling (not using the default board support). It works on the nRF52840 Dongle, but I also want it to work on the PCA10056...
Hi,
We were testing our product with nrf-Toolbbox.
It seems that in Android 8+ the device gets disconnected and the log screen gets cleared up once the app is put in the...
Hi Experts,
I am trying to design my custom board using nRF52832. I am using Segger jLink Mini EDU to connect/debug the chip/board. I took Thingy:52 as reference and designed...
Hi,
I know there are OTA bootloaders for nrf52 which can be enabled by pressing a button(gpio start) or by sending a message on a bluetooth cahracteristic(buttoless dfu...
Hi,
I am trying to use the SPI with a sensor on our PCB.
Based on the SPIM example, I changed the used pins to match our configuration, where the clock (spi_config.sck_pin...
Hi Nordic,
I am using SDK 12.3.0, S130 2.0.1 and PCA10028 nrf51 DK.
I would like to ask about whitelist scan filtering.
After pairing and bonding, central would perform...
Dear Team,
i am using nRF51822 Cortex M0 controller , SDK version is 12.3.0(Soft device S130) i want add the PWM Driver, how can i add the driver to existing nRF51822...
hi, I'm using SDK 15.1.0 and s132 I have two custom boards one peripheral and one central. i don't want to use peer manager (according to requirements) And i want the peripheral...
I have modified the ble_app_hids_keyboard_pca10040_s132 example to enumerate as a Gamepad and Modified the GPIO so the buttons send a USB report.
I am now trying to integrate...
Hi,
I am doing some customization for the secure DFU example (SDK15) and i want to add conditions for the update process (battery level for example).
I wonder if there...
Hi all. I would like to get the current RTC tick when there is an advertisement RX event on multi-link central. I am going to store the advertisements along with a time i...
Hello, In one of my codes, I use the printf function. It works properly when implemented in the int main(void), but when I try to use it in a static void NAME (void){} function...
Hello,
I'm checking the DTM code from nRF5 SDK15.2.0.
In the ble_dtm.c file, line 763:
And in the ble_dtm.h file lines 104-110:
DTM_PKT_0XFF and DTM_PKT_VENDORSPECIFIC...