Hi, I am having problem making DFU work on nrf52832 using nrf connect sdk 2.6.0. Below is my mcuboot.conf under child_image and prj.conf. Please guide me where I am wrong...
Hi all,
I am running the lsm6dso zephyr sample on my nrf52833 dev kit. I am unable to set the sampling frequency. I get this error after flashing:
This is my overlay...
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...
I put the boot loader at 0x3a800 and the application at 0x27400. the region from 0x14000 to 0x27400 is all blank (0xff). also
nrfjprog --memwr 0x10001014 --val 0x0003a800...
Hi,
I need to pair with the master after pressing the button in my slave device, instead of asking for passkey. Through the master control panel, i can able to see that,...
Hi,
Actually in our application we have connect accelerometer sensor to Nordic by SPI. I'm calculating power consumption for it. In datasheet it's mentioned for SPI Data...
Hello to everyone,
My problem/question now is about the MasterEmulator. I´m working with the nRF51822(SoftDevice) and i have my own program already working more or less...
Hi
I am a newbie to the bluetooth technology. I want to ask some questions:
How to apply a LLS(lost link service) profile to a bluetooth module?
Can I buy the...
After reading devzone.nordicsemi.com/.../is-there-any-differences-between-nrf51822-and-nrf51922 and the literature around nRF51922, I'd like to know if there's going to be...
Hi,
I've developed an application which sends sensor data through the BLE interface at maximum available bandwidth by checking the BLE_ERROR_NO_TX_BUFFERS return value...
Hello,
I was wondering if anyone has had success communicating with the nRF24L01+ eval kit and a Raspberry Pi. I have found several examples through Google and am trying...
I am requesting the softdevice to start/keep the 16Mhz crystal oscilator running with the following code:
// Request 16 MHz crystal oscillator
err_code = sd_clock_hfclk_request...
Hi,
I have Nordic Nrf51822 custom board.
in that we have spi Nor flash.
i check the spi read and write with an application without soft device enabled.
which is...
Hi all,
I'm having problems when linking my code intended for use on the nRF51822. For some reason there are missing symbols that are needed. I've traced the dependencies...
Hello,
Does Keil's Lite/Evaluation MDK-ARM tool chain version suffice for development work on nRF51 devices? Please advise!
I have seen questions about using GCC and...
I'm using the s110_nrf51822_5.2.1_softdevice with the NRF51822. If I understand correctly, after pairing the NRF51822 with a phone, a long term key has been generated and...
Hello,
I decided that bonding (does it equivalent to "pairing"?) is not allowed in my application, so I modified the following definition in main.c:
#define SEC_PARAM_BOND...