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...
I'm in the process of implementing a custom layer above ESB in order to allow more than 8 devices to communicate with a receiver (By tagging packets with a device ID)
I...
I used nRF52 SDK V15 and tried to load the sample BLE HID apps into the nRF52-DK Development Board.
I tested both ble_app_hids_keyboard and ble_app_hids_mouse. Both apps...
We have exiting BLE 4.0 device, which should be updated to the mesh. nRF52832
In the DFU for BLE4.0 you could update the booltoader and the softdevice with one update, with...
Hi All,
I am working on fatfs example from sdk 12.2.0 on pca10040, nrf52 dk, nrf52832. And i did not change anything in the code but it seems that my sd card is not getting...
I started with the template app and added BLE services, and I'm continuing by adding a TWI sensor (I2C). I know there is a TWI_sensor example, but I already had some working...
Dear All,
I am working with nRF52840 product. According to my scenario i have 1central unit(master) and up to 19 peripheral unit(slave).
I downloaded SDK 15.3.0 ble_central...
Hello, I am evaluating ways to enter the DFU mode when application is corrupted (i.e. it does not reach the code for entering bootloader).
The documentation states that...
Hi
I'm working on a IoT solution with a small circular board, 26mm in diameter. I was suggested by Johanson to use the 2450AT18D0100 antenna and a lowpass filter designed...
Hi,
I am new to this nrf development, I have been working on the SDK 15.1 on the nrf52832, with softdevice 6.1. I found these examples in the SDK very helpful. I have to...
Hi,
I am planning to send an analog signal to the nrf52840 dongle pin and send it through bluetooth to mobile app. I am thinking of merging ble_app_rscs and saadc together...
The IP mode is IPv4.
1. The hostname resolves to IP address. The resolved IP address is correct (verified with a nslookup command separately).
2. setsockopt(fd, SOL_TLS...
I am implementing a serial transmitter using the nrf_serial library from the nRF5 SDK 15.3.0. The application is very similar to a serially addressable LED string.
My serial...
Hi,
i m using my custom nrf52832 beacon.For Battery power, i used accelerometer.i trying to change advertising interval for non connectable BLE device while accelerometer...
Now there is a project, nrf52840 uses SPI to communicate with other microcontrollers. Data is currently available, but it is suspected that each packet lacks a second byte...