Dear Nordic Engineering Team,
I am currently developing a wireless ECG acquisition system based on the ADS1298 analog front end (AFE), the nRF5340 SoC, and the nRF7002 Wi...
Hi,
I believe 2M and 1M are OK to adjust, however, long range code added the extended advertisment, I am curious whether I can update these three PHY all together.
Thank...
Hi,
I was wondering if the newest sample available in NCS3.0.1 is already capable of holding multi connections. Otherwise, for this little time that is present i will...
Testing with NCS 3.0.1 and nRF54L15-DK. I would like my devices to be able to work as channel sounding initiator as well as reflector role. In my own code I have integrated...
Are there any samples for proprietary radio based on connect SDK?
https://www.nordicsemi.com/Products/Wireless/2-4-GHz-proprietary
I am not interested in gazelle and wanted...
Dears,
I have tried to install the nRF connect SW package on a Windows 7 32 bit system (different versions) but was not able to get the applications running. When installing...
Hi everyone, I'm working on a project with Zephyr (v2.9.1) and I'm facing a compilation issue related to managing two SPI devices on different buses ( spi0 and spi2 ).
In...
Hi,
how can I publish a message to unicast address from a generic on/off client with mesh sdk?
How can I set the address?
Jost to be more precise, the function:...
After installing the USB driver for the nRF52840 dongle and using it successfully, and then connecting the nRF52832 DK it fails with "error occurred when opening port. Errcode...
Hi everyone,
I was trying to use QSPI interface with the on board external flash memory MX25R6435F on nrf52840 PDK
This is what i have observed, Inside the linker tab...
Hi, I have nRF51822 Board
Can I make it as a beacon kit?
what changes do I need to do to change that as a Beacon? any Source and Instructions are very helpful for me....
We need our PCB assembler to be able to program nrf51822 modules in situ. We have tracked the PCB to include a tag-connect footprint to this end. The assembly house will purchase...
Dear all,
I have an issue using USB bootloader for NRF24LU1+ device.
I've used a USB dongle and programmed USB bootloader to chip via SPI using external programmer.
...
Hello guys,
I have tried to get Nordic-Thingy52-mesh-demo working, but now I don't see it works according to description done.
I have followed all steps provided on...
Hi,
we are developing against the nRF52840 chip. We are interpreting the documentation as indicating that each pin can do all of GPIO, PWM, I2C and SPI. Are we reading this...
Hello,
I'm using SDK 15 and I just started to run the "ble_app_uart" example code. I'm hoping someone can help me find where the data sent from the nRF UART mobile app is...
I am using few keys that are 20 byte arrays, these are unique for each chip. Right now they are hardcoded. I don't want to recompile for each device. I want to write to these...
Hello,
What is the best way to do migration between SDK 11 to SDK 15.
There are guides for each step. Is the best way to do SDK11-SDK12 then SDK12-SDK13... ?
Thank...
Hi,
I just switched over from the nrf52840PDK to the nrf52840DK and I'm running into an issue where the DK board is not firing the NRF_USBD->EVENTCAUSE = Ready event....
Hi,
I'd like to inquire about the recommended configuration for RF conducted emissions testing for the BTLE radio on the nRF52832. As in the reference circuit provided...
I am trying to send more than 255 Bytes of data over I2C so I break it up into 255 byte transfers within a transaction.
I notice a stop/start condition is sent between I2C...