Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
I'm working with a proprietary RF protocol on the nRF52832 rev2. I'm noticing that I sometimes receive bad data over the radio even though the CRC is correct (intermittently...
Hi, We've been developing our prototype with nRF52840DK. Our Zephyr RTOS based code is working fine there with BLE connections and sensors. Lately we've been testing our code...
Hello, I am trying to use the QSPI example from NRF SDK 17.0.2. I am using a NRF52840 dongle with W25Q32 SPI flash. The example works with Fast Read and PP but when I try...
Hi I'm starting to work on a device in which I want to use the nrf52840.
I would like to create 6 PWM signals with different duty cycles and the same frequency (20kHz) ...
Hi,
I was trying to set a receive timeout on a socket, however when I use setsockopt function, it returns ENOPROTOOPT error. Please see below the snippet of my code. I...
Hi all!
I'm able to fully test the SDK example https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_tz_v3.2.0%2Fthread_example_dfu.html and it works pretty well.
Now...
As described in the title I'm unable to find the examples such as twi_scanner that the documentation says is found in /NCS/examples/peripherals. Here is a screenshot of my...
Hello,
I've been doing some work in the ble_app_template folder, using segger embedded studio. I've added a file called app_config.h, with the following code pasted below...
Hello Team,
We are using BL653 Laird module which has Nordic nrf52833 module.
We wanted to use 2 UART ports for our application using Laird BL653 development board...
Hello Team,
My goal:
Live audio streaming over BLE
What I have done:
I have interfaced SGTL5000 with NRF52832 and I follow this link.
github.com/.../nRF52-teensy...
Hi All,
Noticed a bit of a strange issue with my application on my custom board the other day. It seems that the nrf connect programmer has issues communicating with my...
Hello,
here is our setup:
SoftDevice 7.2.0, nrf52840
The problem:
Once the voltage on VBUS drops below 4.4V and there is active CDC ACM TX transmission (from device...
Hi,
I tried to debug my custom board with NRF8240 DK and use JLINKRTTViewer but I'm not able to connect to it.
I'm able to program the external board using P20 and...
Hello,
I use NRF Connect V3.6.1 on Windows 10 Pro - 64 bits with a seeger JLink.
I have updated the nRF programmer to v1.4.9
When I try to flash image in the nRF52840...
Trying to get the provided (Zephyr) TI_HDC Sample running on my nRF5340. Having issues where it doesn't want to bind regardless of address I specify or pins I use. I created...