Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hello Nordic,
I just read the news from may about the arduino primo and i am really exicted!!
I have been tring to decide between arduino due, or some complex ensemble...
I'm developing an application on a custom nRF52 board. I have no problem to program the board with Keil. However when I try to program the application with the nrfjprog, the...
Hi all,
I have been porting a project from SDK 8 to SDK12, andi have ported one of the services, however when i add a characteristic it throws
:ERROR:From File error...
Hello,
in my current project we develop a BLE firmware which runs on a custom board based on a Telit +s42 module (with integrated nRF52 SoC).
We are able to flash the...
Hi,
I am a bit confused from the example, in the specs it is said that writing the flash is word allign, and even so the example does something strange:
do
...
hi.
this is my code that i copied from ble_app_hrs_rtx .
osPoolDef(ble_evt_pool, 8, ble_evt_t); /**< Definition of memory pool for ble_stack_thread */
osPoolId ble_evt_pool;...
The ShockBurst bitrate mode ( nrf_esb_bitrate_t ) NRF_ESB_BITRATE_1MBPS_BLE is described as '1 Mb radio mode using Bluetooth low energy radio parameters.' in the SDK documentation...
I've recently updated the hardware on a custom board, moving from the nrf51422 to the nrf52832 and migrated the code from SDK9 to SDK11. I've got most of the functionality...
Hi. I'm using nRF51822 and SDK10.0.0, S130 for Central BLE.
I want multilink as Central.
As I know nRF51822 supports Max. 8 peripherals at the same time.
I can connect...
When using the sniffer to analyze GATT exchanges that use attributes > 20 bytes (which means L2CAP packets with fragmentation), the Wireshark tool does not show correct information...
hi.
i get a lot of information on Bluetooth and i want send it to 16 slave via ant.
what is the best way to send information over ant considering the speed of Bluetooth...
I have run into two SAADC issues on the nRF52832 using SDK v12.1.0. Any recommendations on how to fix them?
Issue 1:
When the Keil compiler optimization is turned up...