Hi!
With SDK15, I figured that is possible to change the advertisement content on the fly by overwriting the content of `adv_data.adv_data.p_data` and updating `adv_data...
Hello,
I attempted to follow the nrfutil offline install instructions. However, I keep receiving the following error when trying to install the device package on the remote...
Hello, I’m trying to compile code for a u-blox C209 AOA Tag. I installed the nRF Connect Extension Pack and was able to build normally.
After adding some unrelated paths...
This stopped working for me... Error is the following
Command failed: git ls-remote --tags --heads github.com/.../sdk-nrf
fatal: unable to access ' github.com/.../'...
Hi,
I was at the webinar today where they talked about SDK 3.0.0. They mentioned that the QSPI examples were "JESD216 flash" and "JEDEC SPI-NOR flash". I don't see either...
Hi.
We have a device connected to Azure IoT Hub with telemetry interval set to 10 min and on interupt. Tried changing interval to every hour, but then it looses connection...
Hi,
(SDK 14.2 , S140 v5.0.2-alpha)
I followed the example in sdk v11 multiactivity_beacon : \examples\ble_peripheral\experimental_ble_app_multiactivity_beacon\hrs_advertiser...
I am using the nRF5_SDK_14.2.0 with two PCA10040 boards. ANT+ HR simulate from ANT+ simulator tool with ANT+ USB dongle.
Test 1 : SDK sample ble_ant_hrm_pca10040_s332...
Hello.
I have a situation that when upload the softdevice, application and bootloader for some reason stays in the bootloader after some debug I found that we enter in...
Hi,
i'am using nRF52840 (S140 v 5.0.2-alpha) DK and SDK 14.2.
i'am trying to create an application for Beacon which can advertise on 2 different MAC adresses, is it possible...
Hi DevZone,
I am working on a CAN Bus library for communication between nRF52840 Preview DK and MCP2515 chipset. I am trying to modify base on an Arduino MCP2515 CAN Bus...
I am using SDK 14.1.0 S132 for PCA0040 board
i want to combine the next two examples:
examples\ble_peripheral\ble_app_buttonless_dfu
and
examples\ble_peripheral...
Dear experts,
How is the UCIR protected against rewriting?
I would like to store some ID's which I want to be sure they cannot be erased or over-written once programmed...
Hello,
I can see s110 api commands as a web pages on infocenter.nordicsemi.com .
Is it an api list of commands manual in a document like pdf, etc.?
Thanks.
We are trying to configure the I2S peripheral for working with the ICS-43434 microphone ( www.invensense.com/.../) , but we are having a hard time fulfill the requirements...
The product spec is not clear, what is the maximum current draw possible from a 52832? Please assume ALL features are in use and fully enabled.
Thanks.
Hi Dev Zone,
I am going to communicate my nRF52840 Preview DK with an arduino shield. I am checking the PIN number. According to the information about the Arduino board...
Hello, I want to switch the functions between beacon advertising to connectable advertising.
In the code , it can be initial as a beacon advertising or normal advertising...