I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hi all,
Is possible using NFC to send variable message? I want to send a counter event (data I got via BLE) to the NFC module.
Using the example I was not able to do...
Hey,
I'm just wondering how to add a UUID to the blinky example peripheral?
I want something like the heart rate sensor where its advertising BLE_Heart_rate_sensor.
I...
We have recently migrated from a custom board based on the nrf51 to a new board with the nrf52832. Our nrf51 board used to run at 6-8 uA when it was just sitting there advertising...
Hi
During schematic design, i read regarding proper powering of NRF52 (the product is battery powered 2xAAA). somehow i can't find this info now and i would like to verify...
What does mask and 1<< mean in the following code:
#define BSP_LED_0_MASK (1<<BSP_LED_0)
#define BSP_LED_1_MASK (1<<BSP_LED_1)
#define BSP_LED_2_MASK (1<<BSP_LED_2)
...
Hi all,
I'm transferring data to and from an Atmel AT25040 NVRAM using SPI, and it works perfectly when run within main(). However, if I run the same code from within an...
Hi, I want to enable notification for a specific characteristic, and to do that, I must write 0x01 (in java it's going to be "01,00" ) to the CCCD handle of this characteristic...
Hi,
I tried to use python API to drive the nrf sniffer to capture ble device information by their advertisement packet. I can successfully target a specific ble device...
Hi, I'm wondering how much i need the LF crystal oscillator.
In this case, the chip is never asleep, in constant latency mode, and is constantly advertising and meshing...
Hey guys,
We have several different devices that use the nRF51822 and some using the nRF24L01. We currently use the proprietary RF protocol and have all of our devices successfully...
Hi,
Reading from flash, an already programmed key, returns zero.
Using sdk 12.1, sd s132_nrf52_3.0.0, nrf52832, and pstorage. The key is programmed after uploading the...
On nRF52 interrupts for GPIOTE, I need to perform one event when a button is pushed, and perform another different event when the button is released.
I've checked these...
When the PPK calibrates and turns off the DUT, does the nRF52832 on the PPK disconnect from the External DUT lines? My DUT has a LOT of capacitance on it, and it takes several...