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...
The 10000 dongle does get detected in nrfgo Studio but the 10001 board does not. There are no USB devices with exclamation marks or otherwise undetected when the 10001 is...
Hey folks,
I am currently trying to expose a local name for my nrf51822 chip but whenever i change it from NO_NAME to any of the other options and run the program it doesn...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
Hi,
I need the 16 bit timer1 to have high priority, how do i set this to a high priority? And what priority does it have in my case when i use:
NVIC_EnableIRQ(TIMER1_IRQn...
Hello
I have a nRF51822-EK evaluation kit, I have succesffuly installed the nRFgo studio and Seggger software so that I can detect the dongle and it shows up on device...
I compiled HID_KEYBOARD on two computers.
One doesn't have any problem, but another has...
I tried to connect with I-phone, but i couldn't find I-phone connection. ...
This days I start to learn build my own profile with nrf51822 and I find nrf51-ble-app-lbs example in nordic web site.
But I can not find APP of iOS or Android here: https...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi
I just used ble_app_hrs project for some clarifications. I wanted to debug the project for monitoring behavior of some variables values so I set breakpoints on the locations...
Hello everyone,
I studied firmware for the first time,
I lost nrf51822 simple_uart.c source file..
I can not work in progress now.
I would appreciate anyone upload T...
Dear Nordic,
Is there any documentation available,how the random pool works and where is expected that SoftDevice offers something and when it is blocked? And if there...
I'm interested in using this kit in a commercial product and would like to know if the beacon is already FCC certified.
Currently, it would only be sold in the United States...
Hi,
I used uart_example from SDK v4.4.1 where I continuously transmitted a character 'A' to the serial port
As from the discussions I found in devzone the output will...