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 guys,
I have nRF52840-based BL654 SoC module on my custom board and I develop the firmware in SDK 15.0.0 environment with s140 SoftDevice.
Among other things, I...
One little example At the bottom of file nrf5SDKforMeshv310/bin/ospace/examples/dfu/dfu_nrf52840_xxAA_s140_6.1.0.hex
We can make it more human-readable by utility from...
Hello,
I'm trying to make custom board based on Thingy 52.
First problem that I get I want to change gpio's order according to my needs.
I can't not find where in the...
Since the manual for the nRF9160 DK doesn't have a full schematic, I'm not sure what sort of power supply decoupling the nRF9160 needs. What are recommended bypass caps, if...
Hello,
I've modified(added custom libraries) an existing example project from the SDK(v 15.3), and I'm trying to build and flash it.
The project compiles fine, but throws...
Hi,
I am using nrf52840 with an ADC that senses data and sends it via bluetooth. I want it to sense data, store it in the memory and then send it via BLE and then start...
Hello,
The current project I am troubleshooting includes an NRF51822 chip. The project includes a boot loader, application hex, and soft device S110 V7.3.0. It was noticed...
When trying to install the nRF Connect app (3.1.0) on a windows 7 machine, it hung up and froze during the Jlink install. After using system restore to go back before that...
Hello we are using SDK 15.3 and SD s140 v6.1.1, we use the cryptocell to do some AES encryption as well as MAC and ECDH.
We noticed that our application was running quite...
Hi,
I'd like to test how long it takes to get a gps signal and send the nmea string via udp. Therefore I took the example 'udp_gps'.
As far as I know the program starts...
Hi,
Is there a tutorial or guidelines on how to send ble-app_hts data to nrfcloud mentioned in this Noridc video below.
Nordic Semiconductor - nRF Connect for Cloud (youtube...
We have an implementation where we need to limit data, and to be able to KNOW how much is actually being sent with the operator, to limit costs.
In a normal Ethernet condition...