Hello Sir,
I am currently working with the boards:52840dk and ncs:2.9.1
Regarding the issue of failed mcuboot upgrade after writing the upgrade firmware using flash APIs...
Hello Sir,
I am currently working with the nRF52832 (for testing purpose, later will use nRF52833 for final product) as a central device using the nRF Connect SDK. In my...
Hi,
I'm currently using nPM PowerUp(version 2.0.0) to generate the nPM1300 configuration.
I noticed that in the generated overlay the GPIOs configuration is missing...
Hello Nordic Team, I recently encountered an issue similar to the one discussed in the post .After testing multiple device types, I found that only generic switche is recognized...
So I will have 2x physical UART provided on my board. I am using printk(), and I want to choose which UART handles console traffic by config options.
How to achieve that...
I have been working with 2.9.1 but went back to a project using 2.6.1 to flash a nrf5340dk and can still compile it, but now cannot flash the nrf5340dk. I am getting this...
Hello,
I'm trying to use SLM application on ctcc/nrf9161 hardware ( https://github.com/nrfconnect/sdk-zephyr/tree/main/boards/ct/ctcc ) however it seems I'm not able to...
Two questions. 1) What is the point of the watchdog ISR? In the Ambiq Apollo 2 microcontroller, the watchdog ISR fires and if the CPU doesn't pet the watchdog slightly after...
Hello I have problem with Mesh Serial Example and Interactive_pyaci, it works just in Debug-Mode. I use nRF52840, nRF5_SDK_15.0.0_a53641a, nrf5_SDK_for_Mesh_v2.0.1, Python3...
Hi I am trying to optimize my nrf51 app for low power. However I can just reach 0,500mA when just advertising (advertisement only is ok for me). Do you know or do you have...
I am trying to integrate the NFC read/write functions in my BLE application. I have used the writable_ndef_msg project functions to start with. The project on its own works...
Hello
For my final year project at Varsity I am creating my own smartwatch + edge computing IoT system. The watch and infrastructure needs to be as low-cost as possible...
Hi,
I am using a nRF52 DK board and programming in python.
After performing a successful DFU over BLE i want my Target device to be disconnected from the nRF board so...
thanks for the answer on the previous post.
What I came to know from our firmware engineer was that your initial version of the Android app could not support
1. multiple...
I want to know 2 things about the nRF Mesh app:
1) Is it possible for the Mesh app to provision non-proxy nodes via the proxy nodes?
2) I think it's possible to subscribe...
I have a project using FreeRTOS with Tickless idle enabled, SDK 11.0.0 alpha and the S132 soft device. Currently the project is consuming ~6.5mA average, ~5.2mA if advertising...
Hi There,
I very new to Nordic BLE application and was looking for method to combine ble_app_beacon and ble_app_blinky togather and having both switching and running at...
Hi:
In the datasheet, there have a description
Input range = (+- 0.6 V or +-VDD/4)/Gain
for a example, if Gain = 2, reference = 0.6V,
input range = 0.6 / 2 = 0...
In the SDK12.3.0 example ble_app_hrs_rscs_relay I want to add a uart to this example I added the uart_init part and the nus part, referring to ble_app_uart. However, when...
Hello,
What are the maximum number of node our nrf52832 and 52840 can support for
Zigbee?
BLE?
Thread - 1000?
Would this number be dependent on the memory size?...
Hi, I am using nrf24L01 for my application. I have to question:
- Is it possible to bypass SB protocol (I take into account possible error in exchanged packets without preamble...