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...
Hello,
I am trying to implement a Heart Rate Monitor Interface (HRMI) board with my nRF52, using the TWI_sensor example from SDK 12.2. I am running into trouble Writing...
Setting up an example of the problem
As I promised in this thread , I have been testing out the ADC on the nRF51822 and trying to see how quickly I can sample per minute...
I'm using FDS in SDK 11.0.0 on a nRF52832. I was having some trouble with freeing flash storage and after doing some research I came across this post and I applied this patch...
Hello,
There is a bug in pstorage.c from SDK which can cause that module to fail to complete a flash operation. The problem is that the pstorage_sys_evt_handler function...
The product spec says "This event will also be generated if the supply voltage is already below VPOF at the time the POF is enabled" but it seems like the event is not generated...
I have a BLE device that is using Nordic SDK 8.1 and uses PWM to control an LED. Now I want to turn the led off with PWM. To do this I set the duty cycle to 0 and printed...
Hi,
I'm working on nrf51822 with soft device s130. I'm trying to send a data packets from the nRF51822 over BLE to an android device.
I want to know how much data...
Hi!
I try to create a custom service. To do that I copied the ble_bas service and followed this guide.
You can see my init function here:
#define APP_UUID {{ 0xC0...
Hi. I'm using nRF51822AC, SDK12.2.0, S130 as central and peripheral.
Q1. What's "sd_ble_uuid_vs_add" function? is it for setting service UUID?
Q2. If Q1 yes, how to change...
I was reading a review of this product from a 3th party and they was claiming that a disadvantage about using this chip is that "Some peripherals and resources are not available...
SDK: 13.0.0.0-1.alpha
example : ble_app_hrs_freertos
I am developing a product, referring to the “ble_app_hrs_freertos” example, when I tested my functions found a serious...
I've just tried to update the mbed firmware on an nRF52-DK to version 0219, and have hit some problems. Firstly, after dragging the .bin file into the Bootloader drive, my...
I've had a sequene of problems attempting to install the power profiler software on my Lenovo T420 Win7 64 bit machine.
First Issue
When attempting to run the python_packages...
I would like to pick up audio signal with a microphone for ex. AKU340, then use audio codec to digitize it, then save the output in a SD card connected to the nrf52, reading...