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
I'm trying to create a custom ble service with 4 notify characteristics.
Everything works with one characteristic, but when i add the other the DK hangs.
I'm using...
According to the NRF52810 datasheet,to ensure optimal performance it is essential that you follow the schematics- and layout references closely.Then if I want to use NRF52810...
I have found that deferred logs cannot be outputted if they exceed the certain size.
I modified "\examples\ble_peripheral\ble_app_blinky" from SDK14.
I'm using nRF52 DK...
Hello,
I would like to have something like this:
ROOT_COMMAND SubCommand CustomParameter
Example:
DeviceName Set ExampleDeviceName
Where CustomParameter can...
I have a nrf5280 PDK. I worked well. But now, when i plug micro usb capble from my computer. Led5 do not light or blink. and I can't load my program to nrf52840. How can I...
Hello,
I search for a memory (1 Gbyte or more, SOIC) compatible with nRF52 / Fatfs (component controller is "SD card SPI access" style). Do someone have a keyword for my...
I am building an application where a central device is controlled by only one remote control, which is a peripheral device (both nrf52 running S132 v3 softdevices and the...
Hello, as the title suggest, I want to implement an iPad/iPhone mesh provisioner, and this is my general idea:
Build an App which sends and receives customized advertising...
Hello,
I'm looking at BLE 5 advertising packets and the new feature allows to redirect the adv packets from primary frequency channels to secondary ones with an option...
Hi,
I see that the nominal deafult rampup time is 140 us in NRF52.
However, I'm measuring it with logic (via GPIO+PPI) and I get 129.4 us.
Why there is such a difference...
Hi, I received an e-mail about the new nRF52840.
Nordic Semiconductor has today released the new nRF52840 multi-protocol SoC
with on-chip support for the upcoming Bluetooth...
Hello,
I tried the example code ble_app_proximty connect to android using nrf connect application, but why when i try to connect, nrf51822 can not connect, like example this...
Hi /.*/,
i just downloaded the newest version of the nrfjprog command line from the following site:
www.nordicsemi.com/.../58855
Unfortunately after i unpack the downloaded...
Gentle folks,
I'm sure I'm making some simple, primitive error. Please help me mend my ways :-)
Using gcc in the NetBeans IDE on MacOS for building and running the ble_app_hrs...