Dear forum, I am testing out the radio on the nrf5340 using two evaluation board connected to a SES setup, but the receiving board only gets garbage and the checksum is never...
Hello Nordic,
I am running a project, use the chipset is nRF54L15, I want to know if there is any USB dongle with software can be used to test BLE function of chip nRF54L15...
Hi,
We need to develop a Windows APP to achieve DFU and battery check with nRF52832 by Bluetooth. Does Nordic have DLL that we can use? Or do you have suggestion for us...
Hello -
I was nearing completion of a BLE Mesh project with the NRF52840 when there became a shortage of NRF52840 QFN. I decided to migrate back to the NRF52832 and reworked...
Hi everyone,
I’m trying to understand how wireless mice/keyboards using 2.4 GHz protocols communicate with their receiver dongles so that i can try build one using nRF...
Hi, I'm encountering an issue with one particular nRF52832 unit (we use nRF SDK 15.2.0). The problem is that a value 0x20 (decimal 32) is being written to a memory address...
Hello, I searched the forum for similar issues and found a few, such as
I am currently implementing a PSRAM is66wvs4m8 on the Thingy 91 via SPI, using SPIM3.
The problem...
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...