Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hai Nordic
I have a question related to nordic nrf52 sleep and wakeup
I want my ble services are to be in sleep mode for 5sec and it has to wake up after 5sec. is that...
Hello, I'm getting started with my nRF52833 DK, and downloaded SDK 16.0, and it looks like in the examples the project types for, say, ble_app_hrs they have these options...
SDK16, 52810, nrf_drv_twi_tx,
for the 4th parameter, no_stop, should set to TRUE or FALSE, what are the differences exactly? I am really confused on this, because on 51...
Hi Team,
Need explanation on some of the macros and section creations which are part of examples codes.
1. NRF_SECTION_DEF(test_case_data, test_case_t); where " test_case_data...
Softdevice 6.1.1
SDK 15.3
We have been using the nrfx_uart driver but realized we need to have multiple instances on our new hardware so have changed to using nrfx_uarte...
We're having trouble reading more than 2 bytes from BLE NUS. SDK 16. Software based in ble_app_uart but running custom board (no buttons, no LED), this is a ble peripheral...
Dear Sir or Madam,
i currently start developing with nrf52833 dev board. For the software examples from SDK16, how can I see, which version of software (pca10040/e, pca10056...
I need to pass a stream of data from raspberry pi 4 to PC through Ble. I can successfully build and run \examples\peripheral\usbd_ble_uart. It can communicate with my android...
Dear Nordic Folks,
Greetings! I see that nrfutil.exe dfu serial is used to update nRF52840 when using secure_bootloader_uart_mbr_pca10056.
Does Nordic provide c-code implementation...
Hi,
I am encountering some difficulties to undertand the context in which my sdk modules call back are called. I am using the uart part of ble uart nus example, and thus...
based on nRF SDK 16 radio (peripheral) example, in radio_config file, i set registers of TXPOWER, FREQUENCY, MODE, PCNF0, PCNF1 (and ADDR and CRC related registers) and also...
Hello, my company wants to get started with BLE direction finding. Maybe you can help me on how to setup some hardware. NRF52833 DK seems suitable but then I have no clue...
We are finishing up a project with the nRF52832 based on the Nordic Thingy. Most of what we want it to do are normal functions of the Nordic Thingy. It connects to a mobile...
Hi ,
Im trying to read and write data from QSPI w25q32jv chip, for which i get faulty data .
I have used this example : https://github.com/jimmywong2003/nrf52840-QSPI...
Hello,
I am very new to BLE and NRF and trying to understand what the best way would be to send data from one device to another
From the documentation and messing around...