Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
Hi,
I've just got an Arduino Nano 33 BLE with the NRF52480 chip on it.
I've been trying to manage the Pin configuration by setting the register values through the Arduino...
Hi,
I am using a NRF58240-dk pca10056 S140.
I have an external SD card device connected which, I am writing live sensor data to then advertising that data over a ble advertisement...
Hi ,
The device required to keep advertising during the connection established.
It is human interface device which mean it is peripheral device as well.
I would like...
Hello there,
A while ago I started developing on the nRF9160DK but I found an issue that I do not know how to solve by myself.
I used two SIM cards: the one from iBasis...
._build\nrf52832_xxaa_s132.axf: error: L6002U: Could not open file ..........\external\micro-ecc\nrf52_keil\armgcc\micro_ecc_lib_nrf52.lib: No such file or directory
Hi all,
Is there any sample sdk example for transferring audio file from nRF52840 to my mobile? Is it possible to transfer audio file through Nordic Uart Service? Thanks...
Hi,
I am developing a product based on nrf52840 soc, I need to write a softdevice, program hex file, bootloader on the chip. when I want to select them all in the nrf...
I am trying to set up the LPS22HB sensor with an nRF52840. I am starting with the twi_sensor example(SDK16->examples->peripherals->twi_sensor) and adding the lps22hb example...
We have added custom HID firmware and are able to discover it on the Android Bluetooth Settings app. iOS fails to show the Bluetooth device on iOS Bluetooth Settings app....
Hi,
My task is..
Device will advertise for 20 seconds if there is no connection then it will go to sleep mode for 40 seconds. After 40 seconds it will wake up from sleep...
I have the nRF9160DK 0.8.3 which appears to align with the suggested schematic in "Objective Product Specification v0.7.1" I downloaded the hardware files form the Getting...
Hi,
To turn on and turn off the LED nrf SDK is using following code in sdk12.1.
#define LEDS_OFF(leds_mask) do { NRF_GPIO->OUTSET = (leds_mask) & (LEDS_MASK & LEDS_INV_MASK...
According to SIG's MESH Profile: "There is also a device key (DevKey), which is a special application key that is unique to each node, is known only to the node and a Configuration...
Hi,
I'm checking the e-sim functionnality with at_client firmware and LTE LInk Monitor. Once connectivity is proven to be successful, I can pursue my testings.
I was...