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...
Hi there,
I was wondering if there was an easy way to output the LFCLK from our 32k crystal on one of the GPIO pins of the NRF52840?
Couldnt find anything in the Spec...
hello , i have 1 nordic card (central) and 4 nordic card (peripheral).
At this moment the 4 peripherals send their data to the central without problem one after the other...
Hi
I have RGB LED Strip of 5 numbers and giving out 5V from external power supply
This LED Strip has WS2811 as LED Driver ( https://cdn-shop.adafruit.com/datasheets/WS2811...
Dear all,
It's strange that this seems to not have been asked before... since the nRF52840 can be powered directly from a LiPo battery, I wonder if there is an UVLO protection...
Dears,
I am developing a board based on the nRF52-DK board and I noticed the technical documentation does not include the voltage ratings of the capacitors used. Could...
I am trying to make a large BLE sensor network, hypothetically anywhere from 20-100 devices in a STAR configuration. I see there is a 20 max limit on concurrent connections...
Hi,
I am trying to send a simple message from server to client in mesh 2.0.1. I am following this post for the same. I successfully sent a message from client to server...
When I want to connect the jlink use j-flash.exe.it report the follow message.My
Connecting ... - Connecting via USB to J-Link device 0 - Target interface speed: 4000 kHz...
I am using the nRFgo Studio to flash the nRF52 Development Kit. I am using the SDK V14.0 and its libraries to grab RSSI values by writing code to the N52832 BLE MCU IC. I...
Hello,
I have configured the SPI0 module in master mode with EasyDMA. I use the below code to send data
In the output I get the string "SPIM TEST" and with extra...
We are using a nrf51822AC Chip with SDK 9 and Softdevice S110. We want to use Segger Embedded Studio 3.40.
I have imported the BLE HRS Sample from the SDK an did the settings...
The question is in the title. I found this addition a nice optimization to be used where available (that is to this day, on NRF52840 only, according to the latest Product...
Hi,
I'm trying to run the ble app uart central example using SDK15 with Embedded Studio.
When building the project, I encountered an error in retarget.c, where the error...
Hi,
I have a couple of WT51822-S4AT boards I would like to use to send data from a PC to one board via UART and then pass the data to a microcontroller connected to the...
Hello, i'm trying to store data in the flash, i manage to write a correct data in the flash but when i try to read it the address is erased.
I use this function to write...