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...
We are designing a radio transmitter for a long range hobby craft vehicle with Gazell. We need to use frequency hopping as well as the pairing functionality that Gazell offers...
Hi,
I have few questions to be cleared before get into the nRF9160 to use in India.
As per the datasheet, nRF9160 supports LTE CAT M1 and NB1/NB2.
Can I be able to use...
For Above case i am planning to interface with U FL to SMA cable for external antenna interface. nrf9160 ant pin and U FL connector will be routed using 50 E impedance. at...
Hi,
I have found an interesting behavior from this code:
nrf_gpio_cfg_input(7,NRF_GPIO_PIN_NOPULL);
if (nrf_gpio_pin_read(7)==0)
{
NRF_LOG_INFO("ID1(P0.%d) is LOW...
Hi,
I am developing the proprietary protocol by using ESB function in nRF52832.
If the linear distance between the two devices is less than 10 cm, normal communication...
Hey! I am very new to the NRF52 environment, and have just started tinkering with the BLE capabilities. For my project I need to send 5 Kbytes of sensor data as fast as possible...
Hey.
We use the same SPI bus for accessing an external flash memory and gyroscope device (Bosch chip).
We encounter a problem regarding the SPI when performing the...
I´m running on NRF52840 with SDK version 15.2.0 and trying to use atfifo, and I have observed a bug when writing to the atfifo buffer twice and then reading from the atfifo...
Hello, I am trying the nRF9160 DK for the first time and when I try to connect my DK to my laptop and select my device in the nRF Connect Programmer it shows the error highlighted...
Hi!
This is possibly some variation of what others have seen, e.g., in ticket 232629.
I am using several custom boards and have updated everything to the latest versions...
Hello
I'm using SDK 15.2 on nRF52 DK to test the ble_app_multirole_lesc example.
I downloaded the code to nRF52 DK to act as central.
I commented the scan_start() function...
I have two eval boards of nrf52832. I want to do BLE mesh between them. Can u provide me the link of the BLE Mesh SDK which open Segger embedded compiler.
### Details
MCU- nRF52832
DK- nRF52DK
### Description
Hi all,
I'm new to Nordic platform and this might come up as a very basic question but, I couldn't find...
Hi
I use a nrf52810 to implement a datalogger. I try to log sensor data to a SDCard. The firmware works fine to communicate with the sensor, but after I tried to insert...
Hi everyone,
My code flow is
1. Read Battery 2. Read Sensor
3. Send Data
4. Update Display
I want to know the time taken between the first step(Read Battery) and...