Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
new uses SDK 17.0.2, SD 7.2.0
old target used SDK 15.2.0 and SD 6.1.1
Attempting to update BL, SD, and App over DFU.
1. If merging all new BL settings with SD, BL, and...
Hi,
I am using nrf connect SDK and compiling nrf5340 examples.
I want to implement a security related example in nrf connect SDK.
Can you please tell me
1. Security...
Hi,
I am trying to open serial lte modem app to evaluate power profile on thingy91. i am using toolchain manager (v1.4.99-dev1) to open Segger Embedded Studio.
While building...
This compiles with warnings and the value always comes back as 0
#define SW1_NODE DT_ALIAS(sw1) #if DT_NODE_HAS_STATUS(SW1_NODE, okay) #define SW1 DT_GPIO_LABEL(SW1_NODE...
Hello,
I have a application on a nRF52840DK as central. The code is based on the ble_app_uart_c example.
I need to send a lot of data through UART into the serial port...
I have followed various advice to create an SPI/I2C driver an own-designed device using the bme_280 example as a model
As this could be either SPI or I2C I put both configurations...
Hi all,
I am currently working on a project which uses the ble_app_uart_c example. I have a nRF52840DK as central. The central receives NUS pakets with a average data rate...
Hi,
my case: I try to send as fast as possible data to smartphone. Bluetooth hvn_tx_queue_size = 20.
But if I'm losing connection to the smartphone, data packages are...
SDK- nRF5_SDK_17.0.2_d674dde
SD - s112_nrf52_7.2.0
Hi Team,
I have configured a gpioTE and the Interrupt priority is set 6. (#define NRFX_GPIOTE_CONFIG_IRQ_PRIORITY...
Hello
We're a startup company focusing on innovative smart home and security technology solutions, evaluating our way into beacon/locator design to support BLT 5.1 capabilities...
Hello,
currently I am working on a multilink project. I have a nRF52840DK as central and 4 evaluation boards (BMD-300-EVAL, contains nRF52832) as peripherals.
Code Central...
Hi,
Looking at Readme in NCS Zigbee sample NCP, it says "You can change the communication channel from the default UART to nRF USB".
Similarly, after enabling multi-protocol...
Hi,
I have an nRF91 Thingy that arrived last week but it's not operating as expected. I've downloaded the latest version of NRF Connect and I've been following the get started...
Hello,
I am a beginner student and I think this is the kind of misunderstanding on my part. I program on the Thingy 1.4.0 with the SDK 1.4.2. I create my own project to...