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...
Hi,
I am using nRF52832 SOC along with SDK v15.2.0 with custom hardware, currently I have requirement to use DFU protocol in BLE application to get a FW of another sub system...
Hello, I hope your day is full of the scent of flowers.
I am in the process of the Ble_Cnetral and PrePhereal project.
I have added and built the Uart.
Why is...
Hi frnds,
I am using the ble_central and ble_peripheral code (nrf52840).
i am sending 400 bytes of data to central from peripheral continuously, sometimes the boards get...
3.19 [78] TIMER: High current consumption when using timer STOP task only
I'm using app_timer_stop. But I do not know how to cope with this errata. Does the timer stop that...
Hi
After upgrade modem to mfw_nrf9160_1.0.0.
Most of our SIM cards still working good on both AT and MQTT projects.
Two of our SIM cards can't connect to LTE when uses...
Hi,
I'm using nRF52840 where it's written 1.0.0 on the jlink ship and QIAAC0 on the nRF ship.
When reading the info.variant register I got 0x41414330 which is ..AAC0...
Hello everyone,
I am using a NRF52840 development kit to write a custom protocol, so for the moment I am not using the softdevice but I am rather using the Radio as a...
We have a board built with the NRF9160 and an ADE9153A. The ADE9153A only responds to messages with odd parity. How do we set the NRF9160 to odd parity?
Hi,
I want nRF52 Continuous Unmodulated TX carrier.
Is it possible by TASK_TXEN and TASK_START or radio_tx_carrier command of radio test example, after TX configuration...
NRF52840 support the long range bluetooth and BLE gateway SDK, look at here that RAK Wireless held a Beta and welcome the community to participate.This board with Cellular...
Hi, team I am trying to build a system with one master and multiple slaves using the mesh SDK. ( This is similar to the light_switch example. ) At this, I want to give each...
After the update to nRF Connect v3.0.0 none of the Nordic devices is detected anymore by that tool.
I even un-installed and reinstalled nRF Connect v3.0.0 (as recommended...
Went through the pin_change_int example and of course it works fine.
Migrated that to custom board and it also worked fine with main loop.
So I then tried to use that...
Have an application that configures a wifi SOC using spim before enabling BLE scanner.
When it is running there are 4 timer events running and the main loop check status...