Hello,
I have tried twice to request for SUPL license for getting A-GPS working but it has been denied both of the times. I think first time it got denied due to mismatch...
Hi Nordic Team,
The atomic fifo implementation is based on armv7-M, right now I want to port it into cortex-A processor, I made some changes to get it compiled without...
Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hi,
our product is small tag, size of 70x35mm2.
Plastic covers are welded together and now looks like after welding some HW does not work properly. Flashing is successful...
Hello, I am running ble_app_uart_c example on nrf52832 IC. It is connecting to its corresponding peripheral and I achieved bidirectional communication.
The problem is,...
Hi! I am using SDK15 to develop an application for nordic chip which won't be using any kind of display nor keyboard input, so probably I'm gonna go for static passkey option...
I have and older board which is the PCA10028 with the nRF51422 chip.
I have downloaded the nRF5 SKD 15.0.0 and found there is not example DFU project for my particular board...
Hello
I am working on a project based on the Mesh SDK 2.0.1 light_switch example. The system is using SD 6.0.0 and PCA10040 boards. DFU is successfully implemented on the...
Hi,
I work on nrf52832 with the serialization.
The nrf52832 connectivity part is load with S132 V6.0.0 (uart hci).
The stm32 will communicate with the 52832 throught...
Hello, can you say me:
1) which Stack parts in Mesh SDK: nrf5_SDK_for_Mesh_v2.0.1 are implemented in harmony with Bluetooth Mesh Profile Specification and which are not...
Hi,
We are attempting to send data via BLE every 100 ms using an app_timer. The app_timer sets a flag and in the while loop in main.c we call
ret_code_t err_code; do ...
Hello, i'm currently doing my own DFU central for the BLE DFU on SDK 13, i followed all the steps on this link , i created the init and image files with nrfutil and now i...
I am trying to connect my Ubuntu machine with my nrf52 custom board my setup is as follows, Ubuntu machine --> FTDI USB2UART --> HCI interface of nrf52 I can see on my logic...
My application (nRF51 S130 v2.0.1 SDK12.3.0) uses the Radio Timeslot feature for multiprotocol support similarly to the example in https://github.com/NordicPlayground/nrf51...
am trying to synchronize two nrf52840 thank's to state gpio with gpiote function but it return an error code 4 (No Memory for operation) whith this line -> NRF_LOG_INFO("no...
Hi Nordic Team,
What I want to achieve is to add a service with a custom 128-bit UUID that has about 4 characteristics with a completely different 128-bit UUIDs that are...
Hi Nordic,
I'm using NRF52832 to design a producation that needs four SPI interfaces.
The four spi peripherals are: gSensor, LCD, SPI Nor Flash, and PPG Sensor. Now...
Hi,
I'm working on a custom board with the nrf52840 engineering version n52840QIAABB with de SDK15. I've tried the exemple usbd_ble_uart from the SDK15 and it works well...