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...
I would like to drive an LED from the nrf51822 gpio
How much current can the nrf51822.
How much current can the nrf51822 gpio supply?
Is there a recommended LED for...
Hi. I am using a nRF8002 DK, and i am working with nRFgo Studio for 64 bits, in a windows 7 and windows 8 computers (for testing of the error purposes). I am having serious...
How to set READ property to a characteristic pipe through nRFGO studio.Actually i am not able to set READ property to any pipe.How can i do this?
Because i want iPhone...
Hi:
I use TIMER compare function, I open four channels and every channel produce interrupter.Here are some of my code:
NRF_TIMER1->TASKS_CLEAR = 1;
NRF_TIMER1->CC...
Hi. I've never asked a question here, and I'm a complete beginner to embedded programming, so I apologize if I break protocol in anything I do on here.
My setup:
nrfgo...
HI,all!
I have a question about downloading program into nrf51822 MCU.
That is:
As you konw, using the nRFgoStdio to download the code, you have to download the softdevice...
Hi all,
I have a devicewith display and only want a specific smartphone with my APP to connect to it.
I implement the authentication procedure at application level by...
We have some product using nRF51r22 QFAAC0.
E0 version is replacing C0 now. I just want to know when is Nordic going to stop producing the old version?
Thanks
Hi, I'm a ble developer using nrf51822.
It is a wierd question,
Is this any possible to write value to one characteristic's CCCD value from itself(device)?
This is my...
I am using the nRF51822 Development Kit
I have compiled the blink_example and the s110 ble_app_hrs in the nRF51_SDK_v5.2.0.39364.
I am unable to program the SoftDevice...
Are there any I2C examples for the nRF51822 ( write/ read functions) ?
If not, can anyone suggest a good starting point for I2C?
I am using Eclipse kepler for development...
In the nRF51 SDK examples, some pass the parameter adv_params off the stack as a locally declared vaiable in the context of the function and some pass static global variables...
I successfully made an Arduino code using nordic library that gets notification from iOS ANCS.
But some minor bug exists: sometimes i don't get any notification from the...
Hi all,
I used the ble_app_hids_mouse example in SDK 4.4.1 and found:
1.when the mouse does the first bonding with the master, the report rate could reach 125Hz(I set...