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...
Hello,
From my understanding, I should integrate the LwM2M Carrier Library connection as the first step in the boot process and once I have received the LWM2M_CARRIER_EVENT_READY...
Hi Team,
If we send 20 bytes of data to AES-ECB 128 bit (CC310/ mbed TLS) Crypto engines for Encryption/Decryption due to bytes padding, how many bytes it will become...
With iOS and Android smartphones we are advertising some ble frames.
With our own code on the nrf 52840 we get around 2-4 advertisements each seconds on the nrf 52840 chip...
Hello,
I am trying to use the peer manager on a nRF52832 acting as a peripheral with both bonding and legacy pairing on SDK 16.0.0.
The application configured with bonding...
I am using version 4.1 of the Mesh SDK and version 16.0.0 of the nRF5 SDK on Windows. I was able to successfully generate the ninja build files using CMake. However, when...
Hi,
I'm interested in multiprocol examples and I'm trying to compile examples provided by the latest sdk for nrf52840 mcu.
IAR 8.x doesn't work I have this error "code...
I have written two functions to write and read data from the flash using flash_fds module. In this way I am calling the function to write the data to flash :
fds_write_record...
Hi there,
I was comparing the power consumption of ble_app_hrs_freertos and ble_app_hrs examples on nRF52840 DK. The average VDD current is 7.4 mA for the example running...
Hello,
I'm in need of turning on and off the LTE link to use the GPS in cases where I can't depend on PSM. The LTE Link Controller library is good for this however I have...
I'm in trouble... My design has 3 SPI devices, and at a late stage I ran out of GPIO so I added a I2C I/O expander before spinning and building my PCB without thinking too...
I'm trying to use nRF sniffer 3 and can't get it to detect the dev kit on Windows or mac. I've installed it into wireshark and see the toolbar, but no interfaces are listed...
Hi,
Can we give a voltage more than VDD+0.3V on an open drain high impedance configured IO pin? By open drain, I mean:
nrf_gpio_cfg(pin_num, NRF_GPIO_PIN_DIR_OUTPUT, NRF_GPIO_PIN_INPUT_DISCONNECT...
Hello, I am trying to follow and understand the MCUboot encrypted image design found here: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/mcuboot/encrypted_images...
We are trying to connect to discovered smartphones with a Nordic 52840 chip, with S140 softdevice, discover the gatt table, read and write attributes. Most of the time it...