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...
Hi, I am working on ble_alert_notification example provided in sdk 11 using s130. This example is peripheral code in client role. I have tested it using MCP. I wanted to use...
The absolute max throughput for the nRF52 using S132 v2 was 128 kbps .
The new S132 v3 was recently released and boasts throughput increases by 400%. Has anyone tested...
I am trying to send small data packets of up to 9 bytes at the fastest and most consistent rate from a nRF52 peripheral to a nRF52 Central. Both use the s332 SoftDevices....
Hello !
I've created an app based on the nrf blinky master : it works perfectly on my smartphones.
But when I kill the app, and when I relaunch it, it doesn't connect...
Hi,
I am trying to use a mux change among 3 differential channels. The diff signal then goes through an instrumentation amplifier. The steps I'm using:
switch to ch1...
Occasionally, when trying to program a softdevice in nrfgo studio, it can't find the softdevice hex file. It was there during the last several programming sessions, but now...
I would like to achieve in the room inside a number of devices to achieve one-to-one binding 8K / S unidirectional transmission of data, is not the use of proprietary_rf inside...
Hi,
I have set up a two NRF51DKs one in a central and one in a peripheral role. Using MCP and nRFConnect I have confirmed that I can send read requests to my peripheral...
Hi,
the documentation page of Gazell warns that it is outdated.
Warning: This is old documentation, and should only be used for historic reference. Please go here...
Hello,
can you help me with choosing the right software components for nRF51 and nRF52 ?
nRF51 on the left hand side works on the battery and turns on when the button...
hi,
I am working on nrf52 sdk11 and s132,
when I am using ble_app_uart example on my custom board I used nrf_delay_ms(10000) i.e 10 seconds when i observe current consumption...
When i use sd_ble_gatts_hvx() send package,i can use the usb dongle get the data package,as it show i can get the information such as, LLID, MESN, SN,MD,PDU-Length show in...
Hello,
I am trying to scan a local name for beacon device on nrf51822 SDK12.0.0 ble_app_multilink_central. The original peripheral sample was working as well. But the beacon...
I am using SDK 12.0.0 and Nrf51 ship.I was trying to compile micro-ecc library in eclipse using make file.I have cloned the micro ecc library from this link .I am using the...