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...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Target : NRF52832, SD S132 6.1.1. program on Eclipse.
Hello,
Intro :
I migrated to SDK 15.3 for my application and it works.
Then I migrated DFU to SDK15.3 too but...
Hello! I am developing a pcb based on nrf51822. I am trying to copy the layout of the PCA10028 at first. But I will not use the coaxial connector for an external antenna....
Hello!
I have next problem. When switching from backup power to main power, the controller loses data in RAM. If the backup voltage is below about 2.4V, then it is possible...
Hello,
I am trying to add bonding functionality with a passkey to HID device, and use for this ble_app_gls_pca10040_s132 example as basic project.
But it don`t want to...
normally the secCount in Eddystone TLM should be the t ime since power-on or reboot:
https://github.com/google/eddystone/blob/master/eddystone-tlm/tlm-plain.md
but the...
set the tx power of a tlm frame with the eddystone configuration service will result currently in an app error. call path is es_gatts_write_handle_unlocked_write -> es_slot_radio_tx_pwr_set...
The function documentation for pm_conn_handle_get says BLE_ERROR_INVALID_CONN_HANDLE is set to the connection handle pointer if the peer is not connected, however it is BLE_CONN_HANDLE_INVALID...
Hi,
I programmed nrf52840 dongle with simple ble_blinky example. The dongle successfully bond with my phone but when I tried to discover services and read characteristics...
Hi
I am working on nRF52832 DK and using Ubuntu 16.04 and Segger Embedded Studio as IDE. When I try to build the AES_CTR program, the following error comes up.
Can anyone...
Hi I have run a few peripheral examples ok and now move to evaluation of ble_peripheral also.
I'm using this version of the SDK....
If I program the softdevice and...
Hi
I am using Segger Embedded Studion on Linux 16.04 operating system. I have programmed softdevice, i.e, I have provided SRAM and FLASH START VALUES and other things. How...
Here is a list of problems I found. Please fix them.
nRF SDK 15.3
Examples: logging does not work in examples. I think the problem is related to this issue .
Documentation...
Hi there,
On my application, I have multiple sensors attached to the nRF52 and I read them every 5 seconds scheduling the read inside a timer handler, then when the Softdevice...
Hi Nordic Forum!
In the past, I set connection interval min to max is 20ms~75ms, it work ok for IOS。But on Android platform, Android use 75ms as actual connection interval...
Usually if i am making C Program then i just include the library and get on to the code using documentation. this is same case when i am using STM32 , Samd and esp32
but...