I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
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...
Hello,
I have a nRF9160 DK Development kit, and I would like to use it to replace an Arduino uno.
I need to do Analog to Digital Conversion on A0, A1, A2.
I need to...
Hi,
I currently try to build a little thread network with a border router bridging to ethernet. I did everything like in the Border Router Quick Start Guide and as far as...