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...
Hi, in the current project I'm working on, I need to develop an Eddystone beacon with UID and TLM frames configured by default. Based on the experimental_eddystone example...
Hi, Nordic
I need write some information to flash, then power off and power on, nRF52 still can read previous information. But now, nRF52 can not read, maybe ESB is still...
Hi,
I'm having issues with my MPU6050 sensor. I'm trying to get yaw, pitch and roll raw sensor values from MPU6050 sensor using DMP on MBED platform but without success...
I have just read nRF52840 Engineering A Errata v1.0, it looks like nRF52840 is like swiss cheese.
When can we expect some solid version of nRF52840 chip on the market?
Hi DevZone
Does the SWF switch at the PCA10040 automatically switch to the antenna I have put on my connection probe? ( www.digikey.com/.../1775923)
Thanks in advance...
Hello,
i have read if not all posts about writing to FLASH while using BLE. But could not find the desirable method.
What i would like to do is to write to flash from...
Hello,
i have read all posts about writing to FLASH when using BLE. But could not find the desirable method.
What i would like to do is to write to flash from characteristic...
Sir,
I am working in nRF52832 board with pca10036. I want to know whether the board supports a loopback control in SPI mode. I need to try for transmitting and receiving...
Hello,
I'm trying to use NFC module on nrf52382 chip (DK PCA10040) and prepared firmware "nfc_text_record_pca10040" from examples of SDK v13. After flashing the Mifare ultralight...
Hi,
In the nrf52.h, SPIM_RXD_Type is defined as below.
typedef struct {
__IO uint32_t PTR;/*!< Data pointer */
__IO uint32_t MAXCNT;/*!< Maximum number of bytes...
i am working with Nrf52 + Visualgdb complier.
nrf_drv_gpiote.h contains designated initializers which aren't supported by C++. I'm including all SDK headers inside an extern...
Hi,
I would like read a long characteristic.
I know that I have to use sd_ble_gattc_read and I have to multiple call this function.
But I don't know where I have to call...
Hello,
I want to implement some kind of control point. This means, that I want to handle BLE write events to some characteristic. I've seen that the payload of the ATT...
Hi,
i tried to find an example with SPI which describes the connection between two nrf24LE1, one as master and one as slave, but i could not find anything. I need the following...