Hi:
environment:
target board: DK52 board and run LWM2M example of IOT-SDK v0.9
router: ubuntu 16.04 on VM and runs bsserver and LWM2M server on ubuntu 16.04 ...
Hi,
I'm interfacing a nrf51822 and a H8/3294. My question is how much can I drain a the txd pin of the H8/3294. That means my question isn't really about nrf51822.
In documentation...
Hi,
On the 3.30 of nRF52832_Rev_1_Errata_v1.5.pdf, the sleep current with LFXO active is 0.5μA higher.
I am using a nRF52832 module with the low frequency crystal oscillator...
Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
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...