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...
I have been using nRF8001 equipped Arduinos for a few years now with great success. I exclusively use apple software on the other end. I have a new application that will required...
i want use a 9 axis IMU sensor (3 axis accelerometer,3 axis gyroscope and 3 axis magnetometer) in nrf51822 is it possible and how the transmission of values takes place.....
Hi,
I'm using the bootloader in nRF5_SDK V12.0 with nRF52832. I have some problems want to know:
How to make it run application first after I program softdevice...
I notice that the track which runs from P0.11 (E4) is connected to GND at pads C3 and C4. Is this intentional? If P0.11 is required for GPIO usage, is it necessary to go to...
I am trying to update my project to SDK 12.2 which was released this week and I am getting a ton of compiler errors with the FreeRTOS source files. For example, I try an compile...
I'm a begineer in nRF52DK and S132.
I am trying to make an application code to enable link layer control procedures at any time in a connection state with the nRF52DK and...
hello everyone,
Which APP demon is the most stable APP?
I use nrf-master APP to test the blue device,it can connect very well。but when I use uart-app , it can't connect...
I notice that if Make virtually any of the SDK12 armgcc examples that I get a warning that 2 include folders do not exist
e.g.
../../config/ble_app_hrs_pca10028_s130...
BLE UART run example runs in debug mode and able to see the BLE in the nrfconnect
using Jlink debugger
When the Jlink debugger and power supply is provided we are not see...
Hello,
I am currently using the GPIOTE Driver (nrf_drv_gpiote) to detect external interrupts from a sensor on a custom board using the nRF51822 with the S130 v2.0.0 SoftDevice...
Hello,
I've an issue with several smart-phone models when I use the softdevice S130 v2
I did tests with PCA10028 and the example "ble_app_bps".
I used softdevice...
I use app_button with simple handle function. When button is pressed the led is on, when released the led is off. Everything works fine, but after some random number button...
Hi all,
I am having issues with the BLE DFU process with both nRF51822 and nRF52832 (with different applications).
I use the nRF Connect application to update my device...
Any idea why sd_ble_gap_rssi_start(handle, 0, 0); returns NRF_ERROR_INVALID_ADDR ? The documentation doesn't list that as a possible return value and I can't look in the code...