Hi,
Does Central or Peripheral UART enable ACK/NACK in the code for BLE communication? How does Peripheral recognize if Central has received all the data ? Is there any...
Hi
I had a device that did not start up - because it was waiting for the 32KHz clock to be stable.
So I tried to change the setting below from 15pF to 5pF and it started...
Dear forum, I am testing out the radio on the nrf5340 using two evaluation board connected to a SES setup, but the receiving board only gets garbage and the checksum is never...
-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
Hi Nordic Team,
We are using the MIMXRT1050-EVK as the host and the nRF7002EK as the Wi-Fi module with an SPI connection. However, we are encountering frequent errors that...
As subject, the key is using prj.conf, compilation errors will occur, if do not use prj.conf, c ompilation pass but 54L15 not work(no logs aft pwer on). Is fast pair(locator...
Hi,
I'm currently evaluating the use of the nrf52832 as an HCI interface with a linux host and realized from the various questions that the nrf SDK does not support the...
I am running on Uvision. 5.23.
I am running a Central on one PCA10040 DK and a Peripheral on a second PAC10040 DK.
When I run a first RTT Viewer V6.22 (with SWD Target...
Below is from SDK14.2.0 ble_gap.h
There is no white list variable.
/**@brief GAP scanning parameters. */ typedef struct { uint8_t active : 1; /**< If 1, perform...
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...