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...
I'm using NRF52832 SoC and IAR
I've to read data from ADC using SPI. ADC will generate interrupt every 4ms indicating data ready. I've configured GPIOTE to sense the ADC...
A couple of power consumptions Q's for this basic scenario: RTC used via PPI to infrequently sample from ADC and trigger SPI read from external sensor source.
Questions...
Hello,
I need a support for BMD-300 BLE module.
We can flash the BLE module and we can connect it with mobile application via Blue-Tooth.
But when we flash BLE for...
Hi,
I'm using nRF51822 in my senior project (some kind of BLE wearable device).
I'm trying to call my function inside the ble_evt_dispatch() function but it doesn't...
SPI Slave configuration On nRF52
Hi,
I am trying to configure the SPI slave peripheral for interrupt based communicaton with a SPI master
In previous work with ARM...
Hi,
Can any one tell me about all the security features provided by nrf51822 s110 for secure communication?
Share me some example that implement encryption durring communication...
I have a problem with bonding with a static passkey. I have some sensors, which have a static passkey hardcoded in them. If I want to bond with them, I have to provide this...
Hi, I'm new with BLE applications and I'm designing a wearable.
This wearable will be powered with a CR2032 coin cell battery and I'm wondering if you recommend to use some...
Hello
I have a problem with the power of my modules nRF24L01
while awaiting the arrival of data consumption varies between 15mA and 20mA , I am feeding with 9V batteries...
Hi!
I'm using the RNG to encrypt data that I must send via SPI to another module. I'm using the function "sd_rand_application_vector_get", because I'm working with Soft...
Hello,
I'm just getting started with my nRF52832 and I am still trying to get the first example of the tutorial page running ( Getting started with nRF5 DK .
I did everything...
Hello,
I am doing a project that involves getting data from 2 PTX nodes from the slaves via ESB and sending the data obtained to my android phone via BLE. I am doing so by...
Hi,
We have created a new button events for our application in which it will record total time/ticks that the button is presses.
When you press button for 3-4 sec BLE...
Hellow,
I am trying to add different UUID bases for every characteristic.
I add the service like this:
uint32_t ble_service_init(ble_t * p, ble_write_handler_t write_handler...