I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
I am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
FIXED (see below)
Hi!
I'm developing software for nRF52 on nRF52 preview DK, which I got on the Global Tech Tour.
LED blinking (blinky) example is running OK, so I moved...
Hello everyone,
I am using the great platformio toolchain that supports the mbed framework so far. I am still a newbie to it however.
I want to be able to use both the...
Hi, I am trying to add some unit testing in my NRF Connect SDK based project. I am using Unity + CMock suggested here . For files with no complicated dependencies it works...
I have noticed while trying to use LitteFS with USB Mass Storage a bug with partition_manager_output.py when using the affiliated key in pm_static.yml. The documentation suggested...
Hi!
I try to explain quickly my setup that is working, I am on nrf52805 and I have SD112 ( 7.2.0 ) onboard. I am ok with placing bootloader at specific address using linker...
Hello
I am working on integrating https client functionality to product based on nrf9160. My current setup consist of nrf9160DK and nrfConnect SDK v2.5.0. Build is performed...
Hello everyone,
I'm using the Bluetooth peripheral sample and I'm in a scenario where I want to connect to my board from only one device at a time, meaning I don't want...
Hi all, I am working on an nrf5340 and I activated the FileSystem Backend log to save the logs in my external Flash. It's working how we are expecting to except once the flash...
Hi,
I'm experiencing high packet loss with the application nrf5340_audio example, I'm using nrf5340 audio DK as a unicast server, and then I'm using a Sony phone to connect...
Hello, I am using nRF52832, nRF5 SDK, s132, and DFU-OTA with private keys and secure bootloader I am trying to enable the DFU Downgrade by disabling the define NRF_DFU_APP_DOWNGRADE_PREVENTION...
SDK:11.0 Example:ble_app_hrs\pca10040\ s132_with_dfu
Hi Does nrf52810 only support a maximum of one central connection at the same time? If I currently want to connect two...
We wanted to understand better the use of external NOR Flash for nRF9161 applications. For example, in nRF9161-DK, this would be the GD25WB256E chip.
For modem delta fw...
Hi!
I just succesfully flashed my modem firmware to version 1.3.6 using the nrf programmer and a segger external programmer. I can still connect over the serial monitor...
I used nRF52840 board with SDK 17_1_0 ,
I want to used WS2812B in my project so any one can give me reference code for this or
can suggest me how can i implement its driver...
Hi,
I am using nrf52840 and SDK-16.0. Initially I was using SPI1 and SPI2. now along with this I am using SPI3.
we have added new feature which consumes 316*9*26 bytes...
I am trying to cancel a pending connection as a workaround for .
However when I run:
```
LOG_DBG ( "Peripheral connection timeout cancelling and trying later" ) ;...