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 have a couple of Thingy:91 devices, which we are using to evaluate the 9601 SoM.
The devices ran out of credit, but after buying more iBasis credit still would not...
Good afternoon. I use NRF 51822, and I want to use RTC 0 or RTC 1. But there are problems, if I do not initialize BLE then the compiler does not execute LFCLK_config because...
We are now developing BLE ADC sender, using nRF5_SDK_14.0.0_3bcc1f7, and two nRF528322s (sender and reciever).
We send SAADC data via BLE, after that, we disconnect, and...
I am currently using SysTick to count milliseconds in my device. This works fine, however with it enabled I can't sleep the device as it wakes up instantly.
I have tried...
Hi,
I'm not sure if I'm doing something wrong so I'm hoping someone can help me. After updating from 0.11.4 to 0.12.0 of pc-ble-python-py, I get the following error. I've...
Hi,
Please help to suggest if 10K Nodes in a single network with 100 Kbps data rate is achievable with data transmission interval being roughly every 30 seconds.
This...
I have the debug section of the evaluation board turned off, modifications to measure current with a DMM set up, and am using a keysight 34465a DMM to measure current. The...
Here is the code snippet initializing the Heart Rate Measurement Characteristic in the BleHeartRateMonitor example:
static uint32_t characteristic_init() { uint32_t error_code;...
When using nRF Connect and 52840 Dongle, the normal BLE scan app works fine but connecting to the RSSI ap, the reprogramming of the dongle fails with timeout.
Hi,
I have nrf9160 DK.
I found there is u-blox driver available. Is it possible that the 9160 modem can be added an interface as a modem using u-blox? If so, there is...
NRF_LOG_RAW_HEXDUMP_INFO() is not printing complete Extended Advertisement data in HEX format. It just prints first 80 bytes of whole advertisement packet.
I added below...
Hi Nordic Developers,
Service Discovery Protocol (SDP) is a protocol for Bluetooth to detect the service nearby and to determine their characteristics by using UUID.
I...
Hello!
I am trying to lower the sleep current of our custom board. Right now in sleep, the whole system have a current consumption of 100uA. There might be component choices...