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...
Hi everybody
I'm designing a new cutomremote based on smart remote v3, As I dont know much about the ANR algorithem of Nordic, so for mics I dont know how should place...
Hi,
I'm trying to migrate a prosjekt in SDK 12.0.0 to SDK 13.0.0 and having trouble with the NRF_LOG_RAW_INFO. Getting a warning = implicit declaration of function 'LOG_INTERNAL_9...
Is it OK to drive GPIO P0_27 (when configured as an input, of course) above the supply voltage provided the input current is limited with a series resistor?
In my application...
I'm attempting to build a binding for the noble ( https://github.com/noble/noble) BLE library. Currently some methods are private by underscore prefix convention.
I'd like...
I used nrf52832 sdk14.2 development, modified on the basis of the ble_app_template project, and ported some of the user code previously in sdk12.3 to sdk14.2. After I open...
Hi,
I want to store some data into flash and need to read before calling gap_params_init() in proxy_server demo.
1) when I am initializing flash manager using flash_manager_init...
Hi I wanted to flash a firmware in a Thingy52, I used Segger embedded studio and NRF52 DK to do that. I used the right cable but after flashing my Thingy52, it doesn't blink...
Hello dev zone !
I shall design a compact hardware solution wich is cost sensitive.
I need to use a NRF52832QFAA, I need to provide a 16mhz clock to a hardware peripheral...
I want to implement the function of long Attribute Value reading and writing in BLEV4.0. How should nrf52832 sdk14.2 implement this function? Is there a routine for reference...
I am trying to create a beacon application based on nrf52810.
I am using the following…
* SDK: 15.2.0
* IDE: Segger Embedded Studio
* Hardware: PCA10040 V1.1.1
...
hi.... i am working on ble_uart in segger ... while i am debugging my program stop at nrf_breakpoint_cond ...
how to enable the logging ... please have a look at pic......
hi...
i merged the ble_uart and twi sensor program in segger 15.2 using nrf52832
i have flashed the program successfully, i am getting fatal error while i am debugging...
Hi Sir
We'd want to make lot of nrf52840 devices, and all devices included open bootloader program,
however, the each device USB SDFU port number are different (COM30...
Hi,
I am usig nRF5_SDK_15.0.0_a53641 and writing a program with keil .
I am tryng to read data from the acceleration sensor( LSM303DLHC ) bu communication with BLENanov2...