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...
ble_app_beacon.rar hello there i used ble_app_beacon example. i want to make some modifications. i want to put it in sleep mode after some time and again wake up after some...
Hi,
I am trying to run the example ble_central_and_peripheral_experimental (SDK 9), I program the device with S130 and the hex file. The other two devices I program it with...
Hi,
What is the meaning of "NRF_CLOCK_LFCLKSRC_RC_250_PPM_250MS_CALIBRATION"?
It means use the internal RC clock source, but what is the meaning of "250_PPM_250MS_CALIBRATION...
My application uses the WDT. In my application, I use a soft reset to enter the bootloader. Because the soft reset does not reset the WDT the program will reset while in the...
Hi, current i'm writing a program in nordic nrf51822 chip and I facing the problem of region RAM overflowed with stack after adding the BLE code as shown below :
//***...
I have a RFID application in which there is a Reader and a tag. The Reader reads the tag information once the tag is in the Reader's range. The tag is an active tag.
The...
I'm working with app_fifo_uart and I'm seeing that my event handler gets the event 'APP_UART_TX_EMPTY' repeatedly. Multiple times a second. Is there any reason for this? Can...
I am using my nrf51-DK with mBed for prototyping. I noticed recently, that the DK had stopped broadcasting a BLE service, so I followed instructions to update the firmware...
I was under the impression that HomeKit was an extension of the MFi Accessory Interface Specification, which relies on the iAP protocol to access additional functionality...
Hi, I'm trying to run the ble_app_uart_s132_pca10040 demo but I can't get it to work.
We're using Keil 5.17 and downloading the example from the pack installer.
The packs...
Hi,
I always see HardFault when I debug a float point code. But it can run smoothly in run-time.
Firstly, I use code Style-1.
float val
val = (int32_t)NRF_ADC->RESULT;...
Hi,
We decided to add NFC functionality to our nRF52 open source sensor beacon design, RuuviTag: http://ruuvi.com
I would like to ask your opinion about the antenna...
I'm quite new to the Bluetooth development in gereral...
I want to design a Hardware using the nRF51 Dongle as the reference Design.
The plan is to take the Altium Files...