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...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hi,
In my application I need to keep both time and date so I need a real time clock & calendar (RTCC). I was planning to use on the nRF51 real time counter (RTC) to implement...
Hi.
I'm trying to declare an uint16_t array while programming on the NRF52 Development kit as follows :
uint16_t FinalSignalArray[225000];
However, I keep getting...
I want to read the nrf51 memory, I'm using nrfjprog.exe --memrd 0x0 --n 0x40000 > name.txt
but get something like
0x00000000: 20000C58 00000115 0000012F 00000131 |X....
Hi All,
I need to read the data written on RX characterstics of nrf_uart Service from my board using bluez.
I'm using interactive mode of gatttool with my Nordic sensor...
Hi,
I need to design a small nRF52 board, with a 3cm by 3cm size. I am very new to antenna design, so i have some questions, in order to avoid ruining it. The reference...
I'm trying to write 32bit word on flash memory every 25ms, but when I read the memory using nrfjprog I noticed that it write only 16 words (32 bits), in this code saveToFlash...
1,How do I send a data packet using BLE Peripheral? What API should I call? How should I prep that API? Do I have to care about the format of the data that will be sent, or...
For starters, I'd like to use an Arduino Uno to receive a Bluetooth signal from the nrf51 DK and
turn an LED on/off.
What materials do I need to do something simple like...
Dear Nordic developers,
SPI_MASTER peripheral behaves in a way, that I cannot understand from manual is it normal or no.
I have implemented something similar to loopback...
Hi.
Currently using the examples of
examples/ble_peripheral/ble_app_uart
examples/ble_central/ble_app_uart_c
from nRF51-SDK V10.0.0 ble_nus and ble_nus_c.
We can...
I'm experimenting with BLE multilink central S120 softdevice on pca10028 and several of my custom BLE devices based on S110 softdevice.
Is S120 multilink central capable...
hi:
I combined ANCS example and HID_mouse example @SDK 9.0,but there is an error when iphone connect the device ,err_code is 0X8010,(err_code = dm_service_context_set(&m_peer_handle...
Hi Experts,
I modified a DFU bootloader from SDK 9.0 for nrf51822_xxAA chip. However, I encounter code size overflow problem when building it.
I found the ROM1 configuration...
Here are my 2 scenarios:
I need a radio chip that will be used to form a mesh network in dense bush with each node up to 150m apart. Is this possible?
I need the...