I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi all,
I'm wondering if there is a sample code that implements FOTA (would be great if it's from AWS S3 bucket) for nrf9160dk. This was the closest thing I was able to...
Hello,
I have the Power Profiler Kit II and nRF52840DK (development kit). I was able to get these working together so I can source the power from the PPK and see the realtime...
I have an existing application that calls nrf_mesh_init to initialize the mesh stack.
In the Zephyr world this maps to bt_mesh_init
But I could not find a Zephyr equivalent...
Hello nordic. I'm using your FTP client. The client can only send 4 kB of data at once so I send data numerous times and append to a file. The first send I do is 160kB which...
Dear DevZone:
I am working with the nRF9160-DK board and I am interested in implementing a GPS tracking system but I have some doubts.
1. Does Zephyr have any previous...
How do the licenses affect the possible usage of the SDK in company products?
At least:these:
* SPDX-License-Identifier: LicenseRef-BSD-5-Clause-Nordic * SPDX-License...
Hello there,
I am trying to find the datasheet from the device NRF31502A but I am having some trouble!
Can someone help me or point me where I can get it?
Thanks
Hello,
I'm having an issue with setting up the I2C communications on the nRF9160. When trying to compile a program with an I2C bus but even when I attempt to compile the...
Hi,
does any of the readers here have some good idea, as how to give the plenty of nordic eval boards on the desktop some kind of housing, to protect them from short cuts...
Hi,
1. we are referring the example code for the BLE how the pairing is happening and where this ( passkey_display ,cancel ,pairing_complete ,pairing_failed ) callbacks...
Good day, I would like to confirm the following points regarding the nRF9160 and nRF5340: nRF9160 1. The modem firmware binary is programmed through the SWD and not a UART...
Is there any Kconfig line to set the TX_POWER on the prj.conf file?
Also are the values listed on the below value also valid for the nRF52832 micro.
developer.nordicsemi...
Hey,
I am trying to add DFU support to my application.
In my case, I copied the code from the NRF SDK 15.3 DFU secure_bootloader example for pca10040_ble and included...