Hello,
I'm having a serious issue with my nRF52840 board. Here’s what I already tried:
What I have done:
Verified working USB cables (data + power).
Installed...
Hello,
I’m working with a custom board using the nRF54L15 and the latest Nordic SDK, and I’m facing an issue while trying to communicate with an nPM1300 over I2C.
Here...
So I need to decrypt a single 16 byte block of data using AES128 and a pre-shared key on the above SoCs. But PSA doesn't seem to work (I'm currently working using the nRF52DK...
nRF52832, SDK17.1, s132 I work with SPI and it works on the this project with SDK15. But I have transferred this prj to the SDK17.1 and I can't make SPI work. I don't get...
Good Afternoon,
I am working on getting the npm1300 up and running on my custom board. I have a 1v8 line and a 3v2 line with the load switches being used as LDOs. I am using...
Hello,
I'm currently working on a fitness tracker application using the Nordic nRF7002 DK board, paired with an analog MMA7361 accelerometer , and a round GC9A01 SPI-based...
Hi,
We have experienced some unknown resets in our devices specifically when woken up after being in storage for a prolonged period in ULP mode - about a year or so. Afterwards...
I am trying to integrate an ADXL345 with my nRF52. I am attempting to implement Bjørn Spockeli's driver which I stumbled upon here: devzone.nordicsemi.com/.../
I am using...
Hi all,
I have an application for nRF52 which works fine using SDK 12.1.0. I am now trying to make it working with 12.2.0 and it hangs.
Apparently inside the function...
My question is somehow connected to hardware side of SPI(M) peripheral implementation.
When using SPIM, I am observing 3 types of situation:
WhenSCK pin is defined...
Hello,
I took this project on about a month ago to do bug fixes within the app. The bugs are fixed but the OTA was not tested for the last 2-3 months. No changes were made...
Hi,
I am working on interfacing SD card with nrf52. I am sampling SAADC at 1000 sps and trying to write over SD card as well as sending over BLE. Both operations are working...
Hi everyone,
I am trying to update my nrf52832 chip with another MCU using UART.
I am using the bootloader example dual_bank_serial_s132 with the s132 SoftDevice.
...
I plan on using the ISP130301 and would like to ask the following:
I would like to start my schematic and layout using the ISP130310 from Insight Sip and would like...
I'm wondering if it can be work as an DFU Controller (where sends zip Distribution Packet) not as an DFU Target.
I'm trying to make Each of the NRF51 Cores to be updated...
I am using the nRF52832 very successfully for an audio application. However, I am observing an undesirable high current state after audio playback is complete.
Here is...
Hello Everyone) Have new unsolved problem. My custom PCB based on nrf52832 SoC has only controller, FXOS8700 accelerometer and MAX30205 health temperature sensor. For communication...
I have been using SDK7.2 on an nrf51822 quite succesfully for a number of projects in the past.
However, for a new project, which is just a simple beacon, no complex IO or...
Trying to keep this as short as possible. I have 3 I2C devices on a bus. A LSM303(accelerometer + magnetometer), a high precision temp sensor, tricolor LED driver TCA6057...
Hi,
I'm working on nrf51822 with soft device 130. I want to know how many packets are sending in a connection interval my min and max connection intervals are 30 and 80...
Hi,
just a simple question: I need to create an update over the air system with my nrf52 and I was wondering if transferring the new image to the chip requires especial...
I'm analyzing app_timer scheduling code..
I have an question about list_insertation_handler function in SWI0_ISR
I think if ( (p_timer->ticks_at_start - m_ticks_latest...