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, guys!
I'm currently just starting to work on the nrf9160dk board. I want to try to explore the communication of nrf9160 with external acceleration sensor. First,...
Hi Team,
Is there any blog/tutorial on how to add custom profile (service/characteristics) with ncsv.1.8.0 and nrf52832/33?
I could find a couple of blogs but they were...
Hello everyone, I'm testing the example ble peripheral "UART/Serial Port Emulation over BLE" with SoftDevice S112 nRF5 SDK v17.1.0 . My board is MBN52832DK and i'm using the...
Hi,
in my project I use the nRF52840 microcontroller as the master I2C device.
Sometimes the TWI peripheral SDA line is forced to a low value by the slave device. This...
Hi, I'm developing an application using fds. I merged fds into ble_app_uart and built complete But when program run fds_init() nRF was crashed I called fds_registered before...
I am using NCS 1.7.0 and latest nRF5340 DK
I am trying to update netcore firmware using the process defined here: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1...
Hi everyone!
I have a question regarding the audio support on the nRF52833 chip. Is there any support for sending audio ( Low quality compressed audio ) to headset? Or...
Hi everybody.
For a personal project, I need to integrate a flash or a microSD card to store data.
As computation core I want to use nRF52811, but I'm not able to find...
Hi,
I've lost hours to this so grateful for your support!
I have a custom board using Raytac MDBT42Q, which has a 32MHz clock in the module and I'm not using an external...
To whom it ma concern,
we observed Unkwon Resets after Long runtime ; Several Hours.
We use the NRF52840.
After the reset bit 1 in RESETREAS is detected .
BUT investigation...
My project is based on 'ble_app_uart' and I added dfu service..
so there's two custom 128bit uuid in my project..
But before this, I only want to test dfu service mode...
Hi,
We have made an app that gathers GPS coordinates using an external antenna with the thingy91. The problem we have is that we struggle to test the code when we don't...
Hello,
I am using the nRF52840 dongle with the nrf sniffer 4.1 firmware running on it, using Wireshark to read out its results.
This works fine for advertisement packets...
Hi!
In my application, I am receiving A-GPS data from nRF Cloud. After the data is received there is a considerable amount of time where the GNSS module is blocked because...
Hi,
I am looking into the example of SAADC and sending data through BLE. My tests are based on this example: github.com/.../ble_app_uart__saadc_timer_driven__scan_mode...