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 am using NRF51822 SDK12; S130 and trying to qualify Batter level service, So far encountred a problem with Test Case: BAS/SR/DES/BV-02-C, the Verdict is INCONCE all...
Hello, I just got the nRF52832 development board and i was playing around with the examples. I was able to connect it with the nRF Connect app on my mobile and desktop. But...
Central info SDK: 15.3 nRF52840
Peripheral info SDK: 13.1 nRF52832
I want to increase the communication speed after connection. I want to know how to set the communication...
Hi,
I'm trying to measure the power consumption of the nRF52840 chip , which runs the "nimble" BLE stack rather than SoftDevice.
However, the nimble BLE stack runs on...
Dear Nordic Team,
We want to use the FreeRTOS for commercial use, kindly request to answer the below questions.
1. Is AWS FreeRTOS open source & commercially distributed...
Hey all, I'm a beginner to bluetooth,
I ordered the NRF51822 dev kit and it worked easily out of box with my android phone.
I'm creating my own android app to communicate...
Hi Nordic
I want to change mesh-sdk-4.0 LPN example tx output power to 4dbm, including proxy broadcast, mesh packet,
I try to change " RADIO_POWER_NRF_0DBM " in whole...
The Nordic Uart service for peripheral devices has a function ble_nus_init() which takes a callback function in a struct.. Later on this callback function may be called with...
I am doing the project using nrf blinky.
My phone cannot find the nrf52840 . Before this it is ok, but now it cannot discover it . I notice that LED05 is blinking very fast...
Hi guys ,
I am trying to connect thermistor with the ADC pins of nRF.
I use the steinhart formula to calculate the temperature in degree celcius. I used a voltage divider...
I have a development environment using Zephyr; setup and working from the documentation I found for the nRF Connect SDK. I am using SES and am able to debug the provided examples...
I am writing a Windows program to control an nRF52840 using pc-ble-driver, v4.1.1, with NRF_SD_BLE_API=6
I need to do all of the following:
1. Scan
2. Create multiple...
Hey guys (and merry Christmas),
I'm working with a Laird BL652-DVK (nrF 52832 - chip), Nordic SDK v.14.2.0 and SES (Segger Embedded Studio v.4.30). I try to receive data...
Hi,
I try to modify ble_app_uart so i can get a feed back from the boar if send something I use switch case for my use case, I'm working with eclipse
here what I do...