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...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
I use MPU6050 for my project. I wanna ask about this code caculating the value of MPU6050 . The function below caculating the value of GYRO of MPU6050.
What is the range...
Hi,
I am a newbie to the world of nRF. I am trying to develop a gateway using nRF52840dk using nRF connect SDKv2.0.0.
While I am trying to create a freestanding application...
I want to set a random address during every startup. I see a function to create a random static address."bt_addr_le_create_static()" but I'm unable to see a function that...
Hello! We have looked into Secure Bootloader in nRF and have been able to build andrun the samples available in nRF library. Currently, we have added nRF SDK and nRFX library...
Hello,
I am working on BLE+Thread multiprotocol and took ble_thread_swi_template as a base code. I am using nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8. My development...
Hello Team,
I am using ble_peripheral application to establish ble communication with android. But, for some android devices the application automatically disconnects after...
The spec describes the App and Network keys as 16 byte hex strings and states that they are generated by a Provisioner.
Can you please clarify what algorithm is used to...
Hi everyone, I'm Eitan, 4th year electrical engineer student. I'm starting my specialization courses in communications and computers (embedded).
For my final project I want...
Hello, support team.
Now my colleagues are working on the software part for the hardware alpha version of the device with 2 independent antennas for LTE and GNSS. But the...
Hi,
Now I'm using :nRF5_SDK_17.1.0_ddde560\examples\ble_peripheral\ble_app_uart\pca10056\s140\arm5_no_packs.
And I want to add 'Characteristic User Description Descriptor...
Hello,
I'm build my application using v1.9.1 and Visual Code. It seems I have an error saying my application size is greater than the flash size.
I CANNOT jettison any...
I have a big issue about WDT during FDA 510K preparing. I have to proof that WDT of nRF52832 is seperated structurally from main system. since nRF52832 have such a seperated...
To whom it may concern,
I have a project (using Zephyr) where I need to switch UART pins while runtime. Is there a way I can handle this? This is how I initialize pinctrl...
I am using the light_bulb sample from NCS v2.0.0 with an nRF52840 DK board. I changed prj.conf to enable Warning traces from ZBOSS:
+# Enable traces on UART_1 (P1.02) @...
Hello,
I have a question regarding the advertising and scaning mechanism implemented in Zephyr.
To be more precise, suppose the node's radio is in scan mode, and it's...