Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Hey Guys,
I noticed when I use nrfutil DFU BLE command on the nRF52 DK the nrfutil program a "connectivity firmware" before the perform the DFU BLE to a Target device....
hai
i have tried to store and update some data in flash using pstorage. on storing data data is stored successfully.
#include "mbed.h"
#include "pstorage.h"
#include...
Hi all ,
hi NORDIC team ,
I'm currently developping a multiprotocol adapter LORA/BLE . I'm using the sd130 .
Semtech's third party says that it's "recommended " to have...
52832,SDK12.0.0
I met such a situation:
In the use of JLink burning program or air upgrade, after the completion of the program card died in initialization low-frequency...
If I am programming a BLE Server device, and I configure a characteristic with BLE_GATTS_VLOC_USER and queue a notification with sd_ble_gatts_hvx(), how soon can I update...
We're developing with SDK 10.0, nrf51, softdevice 8.0.0, s110.
We started with the ble_uart_app and added our own functionality, which includes the timeslot functionality...
the code is
nrfjprog -f nrf52 --snr --memwr 0x10001080 --val 0xabcd0102
I am doing the example infocenter.nordicsemi.com/index.jsp
I am able to get everything up to...
Hi,
I am currently going through the GCC and Eclipse tutorial. Now I struggle to compile the project.
I installed the blinky project (nRF5_SDK_11.0.0_blinky_blank_pca10040...
Hi all,
nRF52840 and S140 support bluetooth 5. Bluetooth 5 expands 8.x adv data length. I test it on the ble_app_att_mtu_throughout example and add more 30 bytes data to...
Hi,
I have a question about choosing "correct" soft device. I need only peripheral connection, but I'm bit in doubt for choosing SD110, because compatible sdk ver 10.0...
what is the function of bsp.h header file. if i use my custom product should i also use this header file?
i am tring to make LED blink with custom port pin. (different pin...
HI, i'm trying to perform the following operations with the Core Bluetooth Framework of iOS:
Connection to peripheral
Services Discovery
Characteristics...
Hi
for some reason I cannot connect any PC terminal to my custom board: I would get consistent NRF_UART0->ERRORSRC = 0x000c or 0x0004 indicating break and/or framing issue...
s132 4.0.2, nRF5 SDK 13. In BLE_GAP_EVT_CONNECTED event handler I try to call sd_ble_gap_data_length_update returns NRF_ERROR_RESOURCES.
I have
#define NRF_BLE_GATT_MAX_MTU_SIZE...