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...
I am looking at routine 'spi_master_using_nrf_spi_mngr', I found "#define NRF_PWR_MGMT_CONFIG_FPU_SUPPORT_ENABLED 1 " in the sdk_config.h file. Is this part of the routine...
Based on this question I've assumed that it's possible to use nRF52832 for providing Bluetooth connectivity to an embedded Linux platform.
A quote from the github repo...
Hello.
I merge into embOS start project some peripheral example from Nordic like the Serial and spi ones. In the Start I chose the CMSIS one without a specific MCU and bring...
hi,
i am using sdk 14.2.0 multi-link central example,
my aim is to connect multiple sensors (up to 8 ble peripheral devices) with extended packet enabled.
sensors will...
Hello all,
I'm trying to connect to custom Board with nRF52840 controler.
nRFgo Studio (V:1.21.2.10) gives error "No device detected, or readback...".
I've also tried...
Hi there!
I have the following setup:
A Raspberry Pi 3 B and a nRF52840 Development Kit acting as a Border Router as described in the official documentation ;
Another...
Hi!
I would like to know if it is possible to use the nRF52840 to read a mifare classic 1k card?
If it is, is there an example for this?
Thanks!
Andreas
I am currently developing a code that will serve as my pulse sensor. I am now trying to write the code in VScode, for it is very appealing to me. The problem now arises with...
Hey
This is sumanth. I have worked on light switch example with server, client and mobile as provisioner. I would like to develop a mesh network where the server has to...
history: https://devzone.nordicsemi.com/f/nordic-q-a/44018/softdevice-invalid-memory-access-info-0x2/172932#172932
compiler: keil
To solve the hardfault issue (SOFTDEVICE...
Hi guys,
is it possible to print in blocking mode by request?
I tried to use a return value from SEGGER_RTT_printf(0, "some text\n"); but the value is always the same...
I have many nRF24LE1E chips that have a corrupted Info Page. I use the Dataman-48Pro2 programmer. I have read and saved the Info Page from a working chip but have not been...
nRF5 SDK for Mesh v3.1.0
SEGGER Embedded Studio
Softdevice S140 v6.1.0, Softdevice S132 v6.1.0
Two nRF52832 DK, One nRF52840 DK
Windows 10 Pro
Hi, is it possible...