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...
I am developing a general case application for several devices I am developing. The application template will then be modified in small ways to support different hardware...
Hello everybody, I try to send nus_string data. I bought different inputs and outputs like this;
INPUT;
OUTPUT;
"aaaaa" received // Send 5 times "a"
INPUT;...
Hi team,
I looking for an example on how I can setup a mesh to send and receive string of characters from and to mesh nodes.
I have couple of nrf52832 modules connected...
hello there i downloaded nordic's new mesh sdk. i am using nrf51dk. in mesh sdk there is no keil project . only source file is given. can you tell me how to make project using...
Dear Nordic-Support,
my questions are in regard to the nRF52840 PDK and the SPIM-frequency rates.
The Objective Product specification lists possible configuration...
I would like to use an nRF52840 as a sniffer between my phone and an other nRF52840. I tried to follow the nRF Sniffer guide 2.1 but the firmware seems not working as LED1...
Hi everyone,
I am trying to advertise data from nrf52832 to a smartphone (nRF Connect).
Below are my advertising parameters.
ble_adv_modes_config_t options = {0};...
Hi,
What is the max timer frequency that the nrf52840 can handle in counter mode?
I see that the timer runs at max 16Mhz when in timer mode, is it possible to get 32Mhz...
Ok I’m new to ARM / Nordic and Bluetooth but after a bunch of reading I downloaded SES and the Mesh SDK and got the light switch demo to both compile and run on a few boards...
I'm looking for where the compiler is for the nRF52832....
I just need to compile code, and copy the binary to the device....do you have any pages which show, step by...
hai. I got thingy 52 from Nordic tech tour. now i would like to reconfigure it. for enabling all its sensor into RTOS(real-time operating system apache mynewt) with the nrf52...
I want to implement a ready line for SPI and I noticed nordic has similar code in your sdk: components/serialization/common/transport/ser_phy/ser_phy_spi_slave.c.
However...