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...
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 develop with MDK.
Now, I want to create a bootloader with 12.1?
Follow the instruction of the document, I must install micro-ecc, and ....
But as last...
For example:
region 0: 0x00000 -> 0x1b000
region 1: 0x1b000 -> 0x40000
In region 0: the first page(1024 bytes) is 0x400=1024 from 0x0000 -> 0x400 , ERASEPCR0 must be...
When I change the target from nrf51422 in the SDK into nrf51822 there is this error in Keil uVision Project window.
I can't find a way to remove the files in red warning...
Hello,
I have a problem with secure bootloader.
what I did:
Flash SoftDevice 130 using nRFgo Studio.
Compiling \examples\dfu\bootloader_secure\ (i removed the...
Hi guys,
I'm following the tutorials in devzone.nordicsemi.com/.../
I'm in the final step to show the GPIO in peripheral views, but there is no modules in the view....
Hi,
I´ve been reading a lot of question about the duration of the SOFTDEVICE_HANDLER_INIT, and I've found that if a change the accuracy of the calibration it will be faster...
Hi,
4.4.2 is known to have lots of BLE problems.
Is there a summary of the main known problems regarding BLE that have been fixed
in 5.01
in 5.1
.....
In general...
On dev kit nRF52 PCA10040, rev 0.9.0, Keil uVision 5.21.1.0, SDK nRF5_SDK_12.1.0_0d23e2a - I need to monitor 9 input signals for a transition (hi to lo) on any of the pins...
I'm trying to program a nRF51822 custom board using Debug out pin P19 of NRF51-DK through Keil MDK, here is the problem I encounter:
To simplify I just use the simple blinky_s130_pca10028...
Hi,
I'm developing simple bluetooth app, where I'm using 3 custom services, each one has characteristic with notification option.
But only the first service notification...
At infocenter.nordicsemi.com/.../anomaly_832_91.html it says that for the IC Rev. Engineering C, build codes CIAA-BA0:
Average Sensitivity over all channels degraded...
Hi,
I am creating a custom project using Eclipse Managed Make having followed the instructions from here .
I am continually getting the above error when I try to Debug...
I'd like to add a capslock function in gazell when i am developing a keyboard based on 'nrfready_desktop_2_v3.1.0'. After i have read the source code from nordic, i cant found...
Hi,
I have a strange problem with FreeRTOS xTimers not waking up, that I so far have tracked down to be related to PPI driven SAADC combined with FreeRTOS Tickless Idle....
I'm working with the experimental_writable_ndef_msg example. I can write data to the tag and the data shows up in m_ndef_msg_buf . I'm writing 2 text records, and I'm trying...