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 am currently developing an application for nrf52832 and am using the uart module with retarget.c for output over uart via printf().
Now a few days ago I added...
Hello everyone ,
We have done advertising and scanning(both in a single firmware) on nrf51822 using QFAC chip. using SDK 12. Now we want to switch our code to NRF51822 QFAA...
hi
I am trying to add Manufacturer specific data
ble_advdata_manuf_data_t manuf_data; // Variable to hold manufacturer specific data uint8_t data[] = "A"; // Our data...
Hi, when I provisioned the client and servers via provisioner to create mesh network, I can receive RSSI value from provisionee ,but after the provisionee disconnect to power...
I have a nRF51 DK. I am trying to sniff the Bluetooth connection between the smartphone and watch at Window 7.
Installed:
Wireshark 1.10.7
Sniffer (tried ble-sniffer_nRF51822_1...
The sdk_config.h configuration file for ble_app_hrs_freertos example contains following definition:
#define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1
This macro should...
HI,
I have connected to one peripheral from my central and retrieved all the services(For example i need Device Information Service, got all the characteristic values) and...
dear sir,
i have a nRF52DK board,
i want to power on the board but not glowing LED and my laptop not detect the board while connect with laptop,
please given solution...
Hi
Env: keil and no SD
I am doing the first steps on keil + nordic nrf51822. I started by opening the Blinky app (C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_Examples...
Hi there ,
i am developing a biomedical recorder which needs to continuously transmit the recorded data ,
data rate is very low (9.6 Kbit/s to 32Kbit/s) but i have a very...
Hello,
I was wondering whether or not there is a way to know, how the connection interval is decided between the two values of the Connection Interval Max and Connection...
Hi, everyone,
We develop the project by using nRF52822 module. But suddnely we discovered that the latest supporting this chip sdk versionis 12.3. The SDK versions newer...
According the the instructions for the Thingy mesh demo, it is possible to manually provision new nodes. Is it possible to identify the unprovisioned node first by sending...
I am trying to make the nrf52832 enter in ON/low power mode for inactivity periode.
I must have the "System ON, No RAM retention, Wake on RTC" as indicated in nrf52832 datasheet...