Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
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,
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...
According to Microsoft's instruction on HID touch device, msdn.microsoft.com/.../dn672271(v=vs.85).aspx , a HID touch device should create a report (descriptor) as below,...
Hi,
I am having a 324 byte,a 420 bytes of array stored in flash,now i am updating these array with 360 bytes. in fds_event_handler in the case FDS_EVT_WRITE i am reading...
Hi,
I'm looking for an example which combines FreeRTOS, BLE and ADC on nrf52 board(10040).
I'm able to have FreeRTOS with BLE, FreeRTOS with ADC but not everything together...
Hi,
I've read a lot of question on the forum, but I'm a lit bit confused about what I have to do to use one static passkey on the central and peripherical device. In my...
Hi There,
I'm having problems with my hardware timer appearing to stop counting or not being cleared via a short when the timer interrupt is executing.
In my application...