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...
Hi all,
Please find my following current measurement resuls in the pwr_mgmt example using a nRF52 preview DK and SDK 13
My setup is as follow:
SB40 is cut
SW6 is...
int main(void) { initialize(); execution_start(start);
for (;;) { (void)sd_app_evt_wait(); } }
can you explain me the execution of code flow in the main with these APIs...
Hi to all,
I am new i ble tech, i read some where that notification charactristic dose not need acknowledgement but indication need, now i want know that this acknowledgement...
Dear all developers:
I want to use whitelist on central mode,and using SDK12.3.0. I have see some call be used like this:
pm_whitelist_set(whitelist_load())
p m_device_identities_list_set...
Hi,
We are working with SDK 15 with the HRS freeRTOS example. we did some modification to the advertising modes so that we advertise on fast mode for 1 minute and after...
Hi,
I'm using nRf52832 with SoftDevice S132 V3.0.
I found that I can exclude a bluetooth channel from the map by function sd_ble_opt_set .
But how can I tell that a...
When I compile the project (nrf5_SDK_for_Mesh_V2.0.1) exemple: Light_Switch....... there is an error that appears
#include "boards.h" --> (no such file or directory) Why...
I'm using SDK mesh v1.0.1 and nrf51822 S130 for mesh application. Light switch example is working fine. Now I want to add a twi sensor in server side. My doubt is in mesh...
Hello,
First, the current of the advertising frame was too high (around factor 2) and I have switched on the DC-DC to correct for that by inserting sd_power_dcdc_mode_set...
Where could i get the apk of thingy 52? it's hard for me to log on the Google play to install it because my phone didn't have GoogleServicesFramework, could anybody send me...
I am working on RTLS project. In beacon i am advertising battery life and temperature along with minor number and RSSI . I am merging battery strength and temperature in major...
Hi!
My setup:
* nRF52 DK
* nRF5_SDK_15.0.0_a53641a
* s132_nrf52_6.0.0
* SES V3.34b 64-bit
* android ver.8 smartphone with nRF Connect
I have implemented the...
Hello I'm using a macbookPro 2016 which only has usb-c and I can only connect the dk through a usb hub.
I have already installed the nrf5x-Command Line Tools for OSX but...
Hello everyone, i'm currently doing a project with nrf52832 and i just came across a problem. I configured 3 pins as output, then i set 2 pins to high and 1 pin to low. But...
I would like to implement UARTE.
· Nrf 52 · SDK15 · S 132
The big advantage of EasyDMA is that it does not issue interrupts for each byte received. In nrf 51, "app_uart_get...