Finally we got our prototype boards and proof of concept firmware code done and we are a bit stuck on the average power consumption over time for the entire sensor that is...
Hello Nordic team,
I've recently upgraded my application from nRF Connect SDK v2.7.0 to v2.8.0 , and the previous BLE Disconnect issue has been resolved — thanks again for...
Hi, I want to set different gap event length for different peripheral on a ble central: 1 link with high throughput and 4 links with low throughput.
The sdk is 17.0.2...
Greetings!
Briefly summarized: I am trying to generate SPDX files for our project, but I hit some roadblocks while running the west spdx command. I found a way to workaround...
We are implementing a Joiner device using OpenThread on the nRF5340 (with Zephyr, NCS v3.5.99-ncs1-4). After successfully joining the Commissioner's network ("Join success...
Hi !
I have a peripheral that can connect to other nRF52's or a smart phone such as iPhone or android. Is there an easy way to detect a smart phone?
The best I can think...
Hi,
I have integrated Neuton’s “Transport Type Detection” pre-trained model into my firmware, running on a nRF52840dk. For collecting 9-axis IMU data, I’m using the ST X...
Hi,
I want to increase the amount of BLE MIDI packages I am sending. Softdevice 132 nrf52832
MIDI data is sent by notifications and updates of the characteristic value...
Hi,
I want to use uart async on the nrf9160, I get the following linking errors at build time:
here is my prj.conf
If it's defined CONFIG_UART_INTERRUPT_DRIVEN...
Hello,
I have a question regarding the nRF5340 microcontroller or similar. Usually, when programming UART, I2C or SPI bare metal, one is using interrupts, register and buffers...
Hi Team,
We are working on project where we are trying to encrypt the advertisement data (non-connectable) using our own defined keys.
currently I have been through the...
Using Segger with PCA10056 as a debugger connected to a pcb with a NRF52840 on it. Been working fine and I tried building open bootloader and programmed it. I see the device...
Hello,
I am a newby to the nRF5340 and Zephyr and I am stuck. I would like to know how to map physical pins to a particular UARTE.
I have read in the user manual OPS_v0...
Hello,
Currently developing a system based around the NRF9160 running Zephyr. My application is threaded and i would like to run the thread_analyzer. I got this working...
Hello,
I want to hide the BLE(RF signals) completely soon after updating the configuration in my application and whenever I need to update the config I should be able to...
Hi, I'm reading an ADC channel connected to large capacitors. I do the read when charging is off so no ripple. The caps are large (super-caps) so hold well enough to show...
Hey. If the device is repeatedly flashed without turning off its power (it does not matter if I program it through SES or nRFgo), it may start to malfunction or slow down...
Hello
I would like to use three PWM to output multiple sounds with one buzzer.
First of all, I am testing using two PWM. There is no problem using only one PWM, but there...
Hi, I'm currently using TAIYO YUDEN's EYSLCNZWW (nRF52810) and We are developing a device like a pulse oximeter.
I would like to change SAADC_SAMPLE_RATE from 400ms to 100ms...
Hi, after using the nRF SDK examples with SES for some time now, I decided to go with a project from scratch but for some strange reason the directory where I keep the nRF...