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...
Hello! I'm interfacing a sensor with an nRF52840 development board and have run into a few issues:
1) I have a check status function as shown below:
bool ADXL_check_status...
Hello, I'm working on timeslot and RADIO on nRF52840.
I found a sample code which sets 1 to "NRF_RADIO->POWER" to initialize RADIO peripheral.
-----------------------...
Using nRF52832, SDK16, SD132.
I have a (background)bootloader which is derived from dfu "secure_bootloader" example.
When there is nothing to flash bootloader successfully...
The hid keyboard in the routine is buggy. The first problem is that after A device is connected, it is disconnected and other devices cannot be paired. The second problem...
I'm debugging an issue which triggers app_error_fault_handler() and it indicates id=NRF_FAULT_ID_SD_ASSERT, PC=0x18434, and info=0.
This address falls in SD, and how can...
Hello,
I am working on MQTT sample ncs\nrf\samples\nrf9160\mqtt_simple. I am sending data from UART and I2C to the mqtt server. For sending data I am using Workqueue thread...
Hello,
I need to bond a device with its bd_addr using AT_command and unbond device using another AT_command. I am having only DK of nrf52832. So I am trying to bond 2 devices...
Hi,
I'm quiet new with nrf9160.
I try to mix the two sample GPS and MQTT to send my position each time it change to a MQTT broker.
I have create two threads, one for...
Hi, I'm using nRF52 DK to develop and PPK v1.1.1 with Power Profiler app on nRF Connect v3.3.1 to measure current.
1. I see a lot of posts referencing the firmware on the...
Hello.
I have a issue about missing NRF_DRV_SAADC_EVT_DONE event in saadc handler.
setup is 52832, SDK 15.3.0, S332. enable ANT, BLE
for battery, sensor, I use 2 adc...
When I run the BLE peripheral HRS example on the eval board and try to connect with a Samsung XCover3 using the "nRF Connect" app, I got the error 22 (0x16): GATT_CONN_TERMINATE_LOCAL_HOST...
Hi, we are considering using Gazell on the nRF52840 with nRF5 SDK v16. What would be the maximum packet length and the maximum data throughput that we could expect? What would...
Howdy,
I am using NRF5 SDK v15.0.0 on an nRF52810 custom PCB and am having a problem where the specified event handler is not being called upon completion of an SPIM transfer...
After unpacking I followed the first step at nordicsemi.com/thingy91, which is to update the firmware. I followed the linked instructions to update the modem and application...
Hi,
I have few questiones to initiate developing our project taking BLE Examples and BLE Services as reference.
Now,First thing we have to do in examples is turn bluetooth...