Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
I'm trying to get LPCOMP working in Zephyr.
I'm getting the following error:
error: 'NRFX_LPCOMP_DEFAULT_CONFIG' undeclared (first use in this function)
I can see that...
Hi, Can anyone explain what the "receiver address correlation" from 2.4GHz Radio documentation means in practice? For example, what can I do as a BLE application developer...
For various reasons we need to remove the dfu bootloader to use our custom bootloader. We replace the Nordic bootloader with a temporary one that does the clean-up for us...
Hi,
We're designing a PCB for the nRF52833. We could not find a PCB layout recommendation for the chip.
We did find one for the highly similar nRF52840: github.com/.....
Hi,
We want to buy a nrf5340 module but it came with the Rev C Silicon Revision. Do you have any errata sheet for this revision? I only find Rev A, D and 1 on your web...
Hi - I noticed an issue in the esb library as of nRF5 SDK v17.0.2 and am looking for clarification.
In the function update_radio_bitrate , the minimum retransmission delay...
Hi Nordic Forum,
I am making a media control device using the nRF52840 and nRF5 SDK. I started with the ble_peripheral\ble_app_hids_keyboard but I don't know what is the...
We use nRF52832 and SDK 17.0.2 and the buttonless secure bootloader without bonding. I don’t understand the below issue, does that apply to our solution ? There will be custom...
I have developed a BLE app on a nRF52382 which advertised those service UUIDs
and set the appearance to BLE_APPEARANCE_CYCLING_POWER_SENSOR which is 1156.
When I...
I am working on a project where I have to store the incoming UART data over BLE on the NRF52840. I am using fstorage library to store the data in flash but I am not able to...
Hi,
I have a PCA10040 DK and am trying to measure current drawn for a non-connectable beacon. After following the instructions in the infocenter about how to do current...
Hi!
This is Cemal from Turkey.
I'm new to this community and for nordic nrf. First of all, I wish everyone a good work.
I've just started a new job at a new company...
My company produces smart helmets and our products have always been using nRF5 v11 SDK on nRF52 chips for almost 5 years now. The latest nRF5 SDK is already on v17 https:...
Hello there,
I am trying to send an add_group_request to a device on the network, and want to capture the send status of the device to check the status of the call. I am...