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 use SDK16.
test fstorage write data.I find fstorage is busy appears when BLE sends and receives data.
for example main.c :
line 206: fst_erase_test(); line 207: NRF_LOG_INFO...
I am trying to implement the Simple On Off Server model in an existing project. In main.c I did the following:
1. In models_init_cb(), I added the following lines:
2...
Hello. I'm trying to make a product by running nrf51822 as an observer role.
This product will only use passive scanning and will not transmit any data.
How much energy...
Hello,
I have some issues sending valid information to nRF Connect app by bluetooth using the Aduino Nano 33 BLE with nRF52840 on it. I am using Arduino IDE and the ArduinoBLE...
Hi all,
The project I am working on consists of a BLE peripheral, a BLE central and an enhanced shockburst device. I run into a problem in the code of the peripheral:...
In a project based on Softdevice S132 7.0.1 employing the Softdevice timeslot API, I noticed that the nrf_radio_signal_callback_t function passed into sd_radio_session_open...
Hello,
I am using UART_1 to receive GNSS data. For UART_1, baud rate is 115200bps. On terminal, I can see the correct data when baud rate is set to 115200bps. When the baudrate...
Hi, i am using nrf52840 development kit , four servo motor . using 15.2 sdk version
here i am controlling the angle using adc values , i am done with one servo motor . pwm...
Hi
I am modifying the scanning and advertising paremeters for coded (125kbps).
I made the following changes in advertising
.primary_phy =BLE_GAP_PHY_CODED, instead of...
Hi All,
I am using nRF52832 SOC for my development. I would like to buy a packet sniffer for my BLE development.
Can someone please suggest a suitable device for this...
Hi
In the SDK, Replay_Cache_Entries is assigned a value of 40, which means that Replay_Cache can only process 40 unicast messages. That limits the maximum number of unicast...
Hi,
I am using
nRF52840
SDK 15.3.0
Keil IDE
The soft device is S140
JLinkRTTViewer for debug
Device has both Central & peripheral functions.
It takes about...
Hi,
I used(SoftDevice 140, based on the ..RF5_SDK_15\examples\ble_peripheral\ble_app_beacon )
m_adv_params.properties.type = BLE_GAP_ADV_TYPE_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED;...