Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
Hi,
I'm wondering if I'am able to direct advertise when I have established connection (edit: according to this established connection nrf5x is master (central role))? ...
Hello!
everyone:
I use nRF51822 UART Demo(ble_app_uart),test uart interrupt receive data, baudrate is 38400.
if start advertising ,rx loss data ,else rx receive data perfect...
Hi,
I have develop my firmware on on nRF51DK which has n51422 chip.
But my actual hardware has n51822 chip.
So my firmware is working on development board (nRF51DK...
Hi Guys
I've got a strange problem where a binary that works fine on a nRF51822 QFAC does not run on a QFAA
I know that the difference between these two devices is the...
I need to define a few constant arrays for IR implementation. Currently, I define them as
static uint16_t but it takes up a lot of SRAM space. How do I move them to program...
Hi,
I have a setup (in SD310.2.0.0) on nrf51422-qfaae0 in which I'm hoping to receive data on multiple ant channels from multiple networks, but I cant seem to understand...
HI,
with the new version of the bluetooth website, i can not find the link to overview the profile,service,characteristic and something else related to it.
thank you.
Hello,
I am working on a wearable device at the moment. To support iOS and Android at the same time, I have implemented ANCS and nRF UART on the circuit.
When working...
I successfully run "ble_app_hrs_c" on BLE_Central example at 38,400bps on the PCA10001 device.
My modification on PCA10001 board as follows;
cut out 32.768KHz X...
I want to store the max possible data on flash using pstorage , but I noticed that I have to increase the number of Maximum number of flash access commands PSTORAGE_CMD_QUEUE_SIZE...
Hello,
I have got a problem with use SPI. I get hard fault after call spi_master_open(), exactly when sd_nvic_ClearPendingIRQ function is call.
This situation is so specific...
link text from this post , i want to make code, when i press button,device goes into sleep mode.so i use this post's code in ble uart app. my code is here.
/* Copyright...
Hello all,
I am new to this domain.
Here is my case:
I am using the Atmel SAMA5D35-EK rev D. board. I was facing JTAG connectivity issues over J-Link.
My purpose is...
Hello!
I have Adafruit evaluation board with NRF8001 module and it works perfect.
I also tried to develop my own board with microcontroller unit and NRF 8001 module...
I have a few nRF51 dongles I wish to use with ANT+ for wireless mesh communication between some robots. I want to connect each to one ATmega 1284p and another Arduino Mega...