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 All,
I am trying to print out floating values for my NRF5340 v2.4.1 SDK project. But, I am not able to print out the floating values. I tried the setting the following...
Hi, Nordic Bluetooth Controller Teams, I have a question. I see that the Aux offset of Bluetooth extended broadcast on NCS is fixed at 330us. What is the consideration behind...
Hi,
Is there a Zephyr sample project on QSPI with nRF52840? What I want to do is to write/read to an external flash (W25Q16JVSNIM).
Thank you
Best regards
Dav...
Hello,
I work on a thingy52 since few weeks with a nrf52832 SoC. When i'm turning it on and connecting it to my computer, there is no led turn on and it is not detected...
Im currently working on BLE SMP DFU on Nordic52840DK (Connect SDK v2.7.0) based on this example:
https://github.com/hellesvik-nordic/samples_for_nrf_connect_sdk/tree/main...
Hello everyone,
I am working on a project with a Thingy91 that has an nRF52840 and an nRF9160 , and I am trying to read the battery level. I want to measure this battery...
To output PWM signal as early as possible after powering on the NRF5340DK, I added the same code in mcuboot/boot/zephy/main.c and mcuboot.overlay as in the app core. This...
Hey everyone, I am looking for big size capacitive touchscreen for my next project so I do found with resisitve touch using FT810 EVE graphic controller with nrf52840( https...
In ticket Case ID 290251, Torsten Rasmussen provides the following advice to ensure that the toolchain corresponding to the SDK is used to build the SDK (this applies to nrfutil...
I am lab testing Nordic's DECT-NR+ (DECT) for a new factory automation application; I am using the hello_dect sample application from the PHY webinar demo, I am trying to...
I made a custom board, uploaded the Arduino bootloader and was flashing the firmware with Arduino I used it without any problem with revision 2 But when I use revision 3 chip...
I am developing a simple ble peripheral device that will measure temperature and humidity. For the most
part, it's working but I can't get the behavior I expect when enabling...
Hi! I'm working on the firmware part that needs to perform operations on the same variables both inside GPIO IRQ and the software timer callback. So, there is a need for a...
Hello, I want to send data from peripheral devices to central device. My peripheral device code is based on "ble_peripheral_uart" sample and my central device code is based...
Hi, I'm working on developing a UWP app that can detect any or compatible Nordic devices. let's say a device has BLE capabilities, then through the desktop app i should be...