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,
does anyone know if there is a document in which is explained, by Nordic, how to obtain a bluetooth certification using nRF51822 and S110 Stack ?
I know if a reference...
I have uploaded the following code, but I can not re-program the next.
#define AREF0 0
#define AIN3 2
#define AIN4 3
int main(void)
{
// Start 16 MHz crystal...
I'm looking best settings of fast connection to Android4.3
The time of advertise start to connection established average is about 7s
I think it is too slowly, may be My...
Hi
I write an application code to read and write the data from EEPROM, by using twi_hw_master.c.
its working fine. i able to read the data from eeprom what i have written...
Hi,
Let's say that you have a processor and a nRF51822 as a coprocessor. The first processor sends commands to the nRF51822 to drive it (init the stack, init the services...
Hi all
I can debug some example project with breakpoints likes blinky_example .
But in ble_app_hrs project, how can I set breakpoints and watch variable value with Keil...
Is there any limitation for number of advertised services?
ble_uuid_t adv_uuids [] =
{
...,
...,//more than 4
...,
};
advdata.uuids_complete.uuid_cnt = sizeof...
Here I´m again,
Maybe sound a little bit silly but I´m not able to find a way or a solution to make simply a Characteristic with more than one attribute. Something similar...
Folks,
Is there a document that describes the events generated by the S110 Soft Device and their interpretation? (Note: they're not listed in the S110 SoftDevice Spec v1...
Hi,
This is loosely related to the other question I asked a few weeks ago ( devzone.nordicsemi.com/.../two-interrupt-events-on-timer0) but this time I want to have two timers...
I am developing a Windows7 Visual C++ application to interface via Master Emulator to BLE device.
Where can I find the C/C++ header and lib files? (I am new to Nordic BLE...
Dear Nordic Devloper Zone,
I am facing a problem with RTC timer.
Here is a scenario :
I have an IOS application which is able to set the current time on the nRF51822...
As I understand it, like most modern PHYs the central and the peripheral are exchanging symbols to maintain link integrity and adjust Tx power to maximize battery life.
...