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...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hi again,
The previous issue is closed - but I never got any suggestions or answers to my problem.
I still have this problem - if I do a prestine build the mcuboot doesn...
I’m having nRF52805 on a custom board (for our own application) using SDK 17.1.0 v7.2.0 S112 ( IDE: Segger Embedded Studio). Given the amount of memory this chip has (192...
Hi,
Adding the line of code below with app_timer_create causes the code to hang.
static void my_bat_timer_handler(void * p_context) { pulse_pin(LED); }
APP_TIMER_DEF...
Hi Community,
i recently migrated from sdk16 to sdk17 and I am using FreeRTOS.
My goal is to catch pin interrupts which already worked before migrating. Now I have the...
Hi,
I am testing the ble_uart_send function. I found the advertising was OK, but when my phone connected to the board, it stalled but no error was shown. I enabled DEBUG...
Hi all,
I am trying to send data from nrf52840 to Arduino. I have a simple UART program running on nrf52840 that is supposed to transmit a character to another device(Arduino...
Hi All,
Hope everyone is fine.
I'm using Vs code with nrf Connect sdk v1.9.1 to develope firmware for nrf52833.
Here our device has no display or Keyboard to give input...
I am doing some profiling with the peripheral_uart sample. It works as expected when I send small pieces of data, but when I start running a lot through it I get a crash....
Hi,
I am working on BLE on nRF52833dvk, am able to execute the sample example . I have one of the requirement, that I need to write the unit test cases for Bluetooth for...
Hi
I would like to use power management module with CAF. I got it somehow working and the device is going to poweroff or standby mode and wakes up, if i push some button...
Hi all
I'm developing a BLE application using nRF52832 : SDK 17.xx
My SW is based on the project ble_app_gls as I need to use a PASSKEY
I experience 2 difficulties ...
Hi
I am positing this here - although maybe that is cheeky of me, as the issue I am having is with an Android app, which I want to use to communicate with a Nordic device...