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...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
Hi, quick question.
Software: SDK 17.1.0 with segger embedded studio
Hardware: nrf52833-dk
Background: I read that it is possible to take iq samples of the payload....
Trying to using IEEE-802.15.4 on nRF52820 with SDK-17.1.0, Librarie 802_15_4/raw/802_15_4_lib_gcc.a.
nRF52820 n ot support FPU so set -mfloat-abi=soft in Makefile
Encounter...
I successfully completed all exercises from DevAcademy using nRF Connect SDK v2.0.0 and nRF Connect SDK v2.1.1.
However, when I tried to experiment with DevAcademy Lesson...
I have not done anything with the SDK for a while so I updated Segger Embedded Studio to the latest: 6.40 and the latest nRF SDK 17.1.0 and built my project and I only needed...
Hello together, I'm searching for a way to go I max low power mode possible an then wake a from one of three reasons:
Timer/Clock
NFC-Field
GPIO
I searched the...
I have an application setup to use RTT for console and logging whereas UART is disabled. If I enable the UART async API then RTT stops working.
Working:
CONFIG_ESB...
Hello,
I tried to run the llpm (low latency packet mode) code by establishing a connection between nrf5340dk and nrf52840 devices.
I receive a transmission latemcy between...
I've been trying to get breakpoints working on a new nRF Connect project but have been running into an issue: when I hit "Debug" in the nRF Connect plugin in VSCode, the app...
The documentation here:
https://docs.zephyrproject.org/apidoc/latest/group__bt__gap.html#gae11eb8ad254418c38a0e8689df25a159
says, I can call l bt_id_create() before bt_enable...
Hi Nordic,
I am working on code which utilizes the DM library on many devices in a room. Can you please help with a few questions?
Some devices are always initiators...
Hello,
Im currently Implementing Last will and Testament message on my device, Im not using the AWS Libraries here.
Any suggestions on how to Implement this feature...
Hi, from nRF52820 datasheet, some GPIOs pins are stated it use for low frequency I/O only with up to 10KHz.
May I know is that mean these Pins are not suitable for SPI?...
Hello, I am new to BLE and I need help with Battery Service notifications. I am using nrf52840dk, nrf sdk 17.1.0 and I am using ble_app_proximity example which already uses...
Hi all, I have used the nRF mesh app to provision three nodes into a mesh and verified the functionality using the mesh app. I used the export function to dump the mesh configuration...