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.
We got Thingy for power measurement purposes. I tried first the it out of box and it works fine. Same with pre-built image.
However if I build the SDK example and...
non connectable advertise success when in SDK 8.0.0, however I got error code 0x00000007 when upgrade to SDK 9.0.0.
I find out error code 7 is NRF_ERROR_INVALID_PARAM,...
hi,
my development kit nrf52832 is not detecting via phone nrf connect app . it appears like no device found .i flashed the ble blinky example program (sdk 15.2version)...
Hi to everyone!
I recently bought the nRF52 SDK to use it in a project, but the kit contains a NFC antenna and I don´t know its use.
My project its about Bluetooth Mesh...
i use the sdk15.2.0, the chip is nrf52832,my device have both BLE peripheral,and BLE center in my application, I use center to connect with peripheral, i directly use the...
HelloI am trying to program nRF52832 QFAA and am succeeding only partially: the debugger is connecting to the chip, and I can RUN step by step, however, I'm seeing only the...
Hello, I have adjusted the Uart Central Example from the SDK 15.1.0 with the stack s140 v6.1.0 so that the device can connect to two peripherals. The name of the device is...
Hi All,
I use SDK 15.2 to periodically trigger ADC acquisition tasks via PPI. But SOFTDEVICE: INVALID MEMORY ACCESS error occurred while the system is running.
I found...
I am using nrf52832, SDK v14.2, Softdevice s132_nrf52_5.0.0.
I had program the softdeive in flash, and I program the DTM firmware as application(start address set as 0x23000...
Hi Guys,
How do I configure Embedded Studio to generate full build log output? For example I want check whether all the header I included is compiled correctly.
Please refer back to the original link
The reason for this massive edit is because this post included code I tried to reconstruct from memory at home with only the SDK sources...
Dear team, We are getting an error in running the Android app in the background: ' Service destroyed '. It comes when the app is minimized and use any other app after that...
Please update the excellent guide at https://devzone.nordicsemi.com/b/blog/posts/getting-started-with-nordics-secure-dfu-bootloader for bond forwarding.
Among other happy...
Hi,
I wish to use AES ECB based on M52840. I use ble_app_uart example as template.
I enabled NRF_CRYPTO_ENABLED, NRF_CRYPTO_BACKEND_CC310_ENABLED and NRF_CRYPTO_BACKEND_CC310_AES_ECB_ENABLED...
Hi,
i am totally beginner to the nrf ,i couldn't able to understand the TWI sensor program
where i will find the API , funtion definition
i want to understand each and...