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...
Based on this example, I am working on porting a pulse counter to the nRF54 and have encountered issues enabling the DPPI peripheral.
The problem is when enabling CONFIG_NRFX_DPPI...
I am using the code
err_code = sd_ble_gap_device_name_set(&sec_mode, (const uint8_t *)deviceName, nameLen);
I have made sure that nameLen is less than BLE_GAP_DEVNAME_MAX_LEN...
Hi
i am using twi_hw_master.c for i2c communication of accelerometer.
my accelerometer address is 0x18.
once i call
twi_master_transfer(0x18,dataW,1,1);
in...
Hi,
Can the value of NRF_RTC1->COUNTER be read safely from the main loop without first stopping the RTC or temporarily disabling the RTC1 interrupt etc? (nRF51822 or nRF51922...
I used the nRF51822 Evaluation kit and flashed the BLE_proximity example on to the PCA100001 board.
In the master control panel the USB dongle measured -46 dBm(Nordic_prox...
Hi all,
what if I want a sensor network in my house with BLE. Can I just install, for example, 16 nodes in my house and connect to all of them with one iPhone? Or would...
Hello,
I am currently using nRF24L01P with TI CC2591 in my RF module product.
I have a doubt that need your help to clarify.
Does the antenna impedance given in the...
We've been trying to user the AES hardware module in ECB mode.
To do that we used the sd_ecb_block_encrypt function.
Is this hardware accelerated? Based on power consumption...
Hello,
I would like to know if I could interface the nRF51822 with an Arduino Mega Board. Could you give me some advices to do that?
Thanks for your help
Hi,
i need to use a watchdog in my application. I read that i can use the build in one, but i thing my configuration or the usage of the watchdog is wrong.
here is my config...
Hi guys,
I am getting started with your nRF51822 dev Kit. I got the nRFGo Starter Kit (nRF6310 Rev 1.4 mother board) as well. Most of the examples work as expected. But...
Hello,
I'm trying to do a millisecond counter using app_timer but the callback is never called. I think I have missunderstood how it works.
I've tried using the app_timer...
Hi,
Im trying to send 20 packages of 30bytes each as fast as possible, so I created the following loop:
for( pack=0; pack<20; pack++)
{
w_tx_payload_noack(30, MegaBuffer...