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...
\nRF5_SDK_12.1.0_0d23e2a\examples\ble_peripheral\ble_app_uart\pca10028\s130\arm5_no_packs
I cannot find the define of pin6 pin17 pin21 pin 22 pin24
in this example ...
Hi. Can we develop and use our own firmware for any of the Nordic's beacon? Or do we need to mandatorily use firmware given by Nordic with beacon and modify them as much as...
I am using fds as my file system.
peer_manager is using file system too.
fds_register() is used to register callbacks. But how does the software know which callback is...
Hello
My nRF51 with S120 BLE stack is running as central. I want to connect 3 other nRF51 peripherals at the same time. So in the first step I did a scan and stored the...
Hi,
I'm developing an application based on the nRF52832 and I need a large throughput of over 100kbps, preferably over 200kbps.
I have managed to reach around 128kbps...
Hi
According to BT 4.2 Spec Vol 6, Part F, Section 3.2.9:-
" To write the entire value of an attribute larger than (ATT_MTU-3) octets, the prepare write request and...
hello,
i have a rather basic question concerning the design of the cycling power measurement value field.
how does a simple example for this value look like (variable...
What is the difference between SDK 8 and SDK 12 related to app_timer? I have used it like:
APP_TIMER_INIT(
APP_TIMER_PRESCALER, APP_TIMER_MAX_TIMERS,
APP_TIMER_OP_QUEUE_SIZE...
Hi Nordic,
I have a star network with 3 nodes and 2 channels. I go through the whole pairing process and start sending data without problem. Now I want to, from the master...
I would like to advertise two different sets of data in parallel, such that one ADV packet is ongoing (say, A), and then I switch to the other packet (say, B) with different...
I tried to make android app for nrf51822 hrm proj.The app flows like this: scan--connect--discover service-- setnotification for every characteristic. The Hrm char was firstly...
Hello,
Could you please advise where I can download an older versions of nRFgo Studio that supports nRF24LU1P? I've got a USB dongle, which I need to re-program.
Thanks...
Hi
I use ble_app_hrs_rscs_relay example with sdk12
and when the APP_ADV_TIMEOUT_IN_SECONDS is reach the nrf52 stop advertising but the on_adv_evt has no BLE_ADV_EVT_IDLE...
Recently I had some strange bugs in few production devices. I inspected newer device markings and they look a bit different:
Pin 1 marking is square not circle.
Build...
Is it safe to use a larger capacitor on the DEC4 pin when using the internal LDO only configuration? So instead of 1.0uF say 4.7uF? Just trying to remove one line item on...