Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
Hi
We are developing software for the nRF51 with Keil under VirtualBox. Previously we used the PCA10000 dongle with the Master Emulator and MCP without issue. Now, with...
We are using nRF51822 for our products.
We want to know the min value of "Receiver sensitivity" when we use this chip for BLE.
The Datasheet says "Receiver sensitivity...
Dear
The BLE Multi-link example (ble_app_multilink_central and ble_app_multilink_peripheral)
shows how one central device can connect to multiple peripheral devices. ...
In the MCP app, if I have the following service data for an Eddystone beacon:
0x10, // Eddystone-URL type
0x00, // TX power in dBm. This is a signed integer so 0xEE ...
I have the nRF Control Panel Android application. It works fine with several BLE devices, but specifically for the Fitbit Flex, it fails to connect.
I know Fitbit wristbandes...
Hi Support Team,
I want to design a small Windows tool to flash firmware images and set the device serial number for our device, which is based on nRF5340. Could I ask several...
Hi Nordic Team,
I am using the nRF52840 microcontroller and have interfaced a modem with one of its UART modules, as my modem communicates with the Nordic chip via UART...
hi, is it possible to flash the proprietary code in nRF52840 usb dongle using nrf connect app? if yes how? if no then what is the altrernative way to do? is possible to flash...
Hi i am using ble app uart example of nordic 5 sdk sodt device 140 for nrf52840 dk . i am configured that as peripheral my code works fine suddenly i face a issue that data...
Hello,
I'm using two NRF5340 Audio DKs — one as a Gateway and one as a Headset — running the nrf5340_audio example.
Is it possible to configure the Headset device to...
Hi
I am using 4 nrf52833 DK to see the relationship with RSSI and Dara rate. I have two running the nordic uart service and print out the RSSI, they are using TX=0. And...
Hi,
Recently I am studying the relationship between RSSI and datarate. Intuitively, I think lower the RSSI lower the datarete. Is there any physical evidence for this guess...
We're seeing the following intermittently while attempting to connect from a Mac/iOS Central.
Using Android as a Central does not produce the same error.
Sometimes...
Hi Nordic
Sample: asset_tracker_v2 (with only changes to overlay-azure.conf) SDK: 2.5.2 Modem FW: nrf9160_1.3.5
I have followed this tutorial https://learn.microsoft.com...
I am quite new to the nRF5340 Audio DK and used 's project on https://github.com/ace-johnny/nrfadk-hello_codec to get me started.
The overall project goal is to process...
In our specific application, we have an analog input signal to the AIN0 pin of the nrf52840 chip.
We know that the maximum negative voltage in a GPIO must be -0.3 V, and...
Hello Nordic Team,
I am working on the MQTT over Wi-Fi sample I previously installed the MQTT dashboard application from the link you provided https://www.zephyrproject...
When I compile the attached example project like this:
I get the following warning:
And the compile flags for main.c (taken from compile_commands.json) are:
I...