Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
Hello,
We have an old working product which is developed in nRF5 SDK v11.0.0. We want to add nfc type 4 tag part in our product.
In SDK 11 there is only support for nfc...
I am looking to understand the state of a pin after calling nrfx_saadc_channel_uninit(channel);
Does it simply return to the last configuration state of the GPIO or something...
Hello, I am using a nRF51822 chip to communicate with a sensor. The sensor continuously outputs its reading via UART every couple of seconds. This is what I am currently doing...
Hi, I'm trying to migrate from the nRF9160 DK to our own board, and I'm having some trouble getting the west build system to play nicely. I've essentially started with the...
Hello everyone.
I have been working on a project that involves DSP and BLE on nRF52832.
The firmware needs to sample an accelerometer signal every 1ms with high accuracy...
Hello,
I am working on nRF9160dk. I have interfaced a GNSS sensor with nRF9160 using UART and receive the data continuously. When there is an interrupt, this data is send...
Hi All,
I have developed application which will detect key press and perform he respective task ,using the S132 (nrf52) with button-less dfu project (SDK15.3)which
includes...
Hi everyone
I have been facing some issue while allocating memory using nrf_malloc function on nrf52840.
I am giving a size parameter of 8 bytes inside the nrf_malloc...
Hi,
We are working on Nordic NFC antenna modification - it has to be lengthened by 15 mm to fit in our case.
1. Question - is the green marked part curved just to gain...
Dear community,
We are testing a nRf8001 Implementation, DTM transmitter Test with continuous unmodulated carrier.
In the PS 1.3 / 22.5 i saw that the dynamic data is...
Hi,
I'm trying to validate a device which uses VSP to communicate. It has a custom service with only 2 characteristics. 1 to Write (TX) and the other Notifies (RX).
When...
Hello :
I come from STM32 programming and I am new to Nordic device programming.
for nRF52840 DK, I am looking at the ble-blinking example and try to understand Softdevice...
i am working nrf51822 and SDK V10 SoftDevice S110. I was using some old version of nrfutil ( dont know version ) to generate zip file, that was working fine. when i start...
Is there a way using the API to utilize all 31 bytes of advertisement data for a user application? I'm porting an application, which sends data in advertisement packets, to...
Hi,
I need nrf_malloc and nrf_free for my application but I cant find which files should I include to be able to use thees functions.
Thank you very much