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 need to make a BLE system which sends ADC values from a chip to a receiver kit.
The example most closely resembling this functionality seemed to be the heart rate...
Hi!,
UART works fine with nrf-ble-tutorial-characteristic-CompletedCode in my nRF51-DK but I'm trying to implement in my application but not works.
These are my includes...
Hi,
I am using nordic nrf51822 ble device and I am using bluzDK-firmware from
github.com/.../bluzDK-firmware
I want to add passkey in this firmware. Please help...
My shell msg: Cannot connect to any nRF device. Please make sure a device is connected to the debugger and supplied.
i use :nrfjprog --log
log file:
nrfjprog -e ...
Hi,
My target is to create prototype of ANT application with the continuous scan mode. The application works as ANT slave. It is expected to monitor the message boardcast...
Hi,
I am using arduino to sample sensor and it sends out the value to the digital pin. I want to read this digital value using nrf51dk. Is there any example using digital...
Hi Nordic Tech support team,
I have some questions about nrf51822 dfu OTA.
Nrf51822 application code can't be more than 144K,however ,my application code have 196K because...
we follow the nRF51_Series_Reference_manual v3.0, set the master SPI clock to 8M. but found when in mode 0, the MOSI change near at SCLK rise edge, not in fall edge.
our...
This should have been a very simple question. I don't want to use CTS/RTS flow control signals with my UART-USB-converter ("FTDI chip"). For that case, the document says ...
I want to highlight some items in RTT Viewer
So I tried the color control, but didn't work
This is my code.
SEGGER_RTT_printf(0, "%s[Mutex error:%u]\n%s", RTT_CTRL_BG_BRIGHT_RED...
Hello.
I am trying to port BLE serialization code to a host MCU, to say STM32F4.
I am looking through porting documentation (BTW, it is quite well documented. Well done...