I refer to and the answer answer given by AI referring me to you.
I need the lithium battery only to about 8-bit accuracy to reduce the leakage current. Please provide...
Hello! I was wondering if there is any advice from trying to get Non-simultaneous firmware updates using sysbuild with the following constraints:
Must update both App...
I'm using NCS v2.9.0 and attempting to communicate with an ADXL372 IMU over SPI. Occasionally, the MCU successfully reads from the IMU and begins printing values. However...
I'm updating our nRF5340 firmware from SDK 2.4.2 to the SDK2.9.0. After few modifications, I was able to compile it using the SDK2.8.0. Now I'm trying to compile it with SDK...
I am having a problem after installing 2.9 where I am getting a problem on some projects where the nRF addin does not seem to work
When try to create a new application...
Hello, We are having an issue on our nrf9160 custom board and application where we receive an AWS IoT mqtt Disconnect while waiting for an PUBACK from AWS!!!
We are using...
Hello Nordic Community,
I’m encountering an intermittent issue with my BLE peripherals, which are based on nRF5340 + nRF7002 SoC , while testing with nRF Connect Mobile...
I was able to add Manufacturer Specific Data to the advertising packet on the nRF51822 without any problems, but I don't see any straight-forward way to do this on the nRF8001...
Hi,I am using nrf51822,I want to know more about address0 address1,prefix and adderss match,where
can I find more detailed document exept <<nRF51_Reference_manual v1.1>>
I am just starting with NRF51822 (can't even program the BLE example as IAR support is inadequate but that's another story) and trying to figure out power requirements for...
Just wondering,
What if I configure the Tx power level or some other attribute. What do I have to do to save the value to be used when the unit restarts?
Hello all,
I would like to ask you something,
I've done all my development with NRF24L01+ but now I have some NRF24L01 modules.
I know that NRF24L01+ is fully compatible...
Hi
I am created one more timer in ble_app_hrs
like in timer_init()
err_code = app_timer_create(&m_current_timer_id,
APP_TIMER_MODE_REPEATED,
current_timel_meas_timeout_handler...
I'm a little lost on the GPIO mappings from the code to the outside world. I'm playing with the UART example on the nRF6310 board. In the sample code, IO 16 is RX and IO 17...
Hi,
I am using ble_app_hrs application as a reference code.
in our case i have gpio interrupt for every 25 ms.
what should i keep BUTTON_DETECTION_DELAY for 25ms...
Does the lcd clobber the tmr0 and/or ANT ???
We just went through several days of working w/ ns on running ANT w/ RTC with a resolution of using sd_ calls.
Is the LCD...
Hi,
i am using nrf51822 custom board.
For our application i am using ble_app_hrs source code.
in that i have gpio interrupt for every 500ms, to get data from accelerometer...
For example, if I have a GPIO pin configured with low sense, and it goes low just before I call sd_power_system_off(), will the device return to System ON mode immediately...
Hello,
I've got a nRF51822 DK which I try to program with a SoftDevice using the nRFgo Studio (nRF51 Programming). My chip/programmer seem to recognized properly since...
Hi,
For developing our application i am using ble_app_hrs
in my case i have gpio interrupt for every 500 ms to get data from accelerometer.
question:
in heart...
Hi,
I am attempting to understand the timing of events when a mobile application connects to my nRF51822 based device. The reason being is that I have to enable the UART...