I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
Hello,
Previously, my nRF52840 DK worked perfectly fine through the USB (J2) connector. Then I successfully programmed PCA10059 by Debug OUT(P19) of the nRF52840 DK board...
My Android app allows the user to un-provision a mesh node. To do so, the app just sends a ConfigNodeReset message to the node's unicast address, which works perfectly if...
Hi, I want to add some auto-test capability to my nRF5340-based project. I thought one useful feature would be to measure voltage AND current at the hot node when all devices...
Hi all
We are switching to nrf-sdk v1.6.0 in our project and encountered a problem with MCUBoot.
The image builds successfully and can be flashed successfully as well...
Hi,
Iam using SDK 17 ,s140_nrf52_7.2.0_softdevice on NRF52840 SDK.For the first time I have noticed an issue,as below on running sample nordic17.0.2\examples\ble_peripheral...
I would like to use the Arduino Nano 33 BLE with MCUBoot and MCUMGR for FOTA. I am wondering if it is possible to use a two-stage bootloader (first stage Arduino BOSSAC, second...
I'm wondering whether the value pointed to by "ble_gatts_hvx_params_t.p_len" passed to sd_ble_gatts_hvx is copied to SoftDevice-owned memory before the call returns NRF_SUCCESS...
Hi,
I would like to create a library for the Nano 33 BLE to be able to use the NFC features that are available via the nRF52840 chip.
I am aware that there are some examples...
I'm starting a new product development using nRF52832, SDK 17.0.2 and softdevice S312.
Should I use v6.1.1 or v7.0.1 of S312?
Nordic's docs for SDK 17.0.2 state that S312...
I have no idea about how to read the device id of the external flash in the nrf52840dk? Please guide me to do so.
I also referred the MX25R6435F datasheet, to see the method...
According https://infocenter.nordicsemi.com/topic/ref_at_commands/REF/at_commands/nw_service/xrai_set.html control plane data only are supported.
How to set PDN to use control...
Hello, I need a reference PCB layout for the nRF52810-CAAA WLCSP-33 chip. There doesn't seem to be a reference layout for this specific chip. Furthermore it differs from the...
Hi everyone,
I have a couple of Laird BL653 boards which use the nRF52833 chipset. They have SoftDevice S140 v7.0.1 on them and I'm using the nRF Mesh v3.1.4 for IOS. The...
On an NRF52811 (and I've had a similar problem on a 52833) I'm unable to use the NVS subsystem. Everything inits fine but there is a fault when writing to NV. If BT is disabled...