Hi
Does the nrf-sw-pwm driver work on the nrf54l15. I am porting code form the nrf52840.
My output does not toggel, 0% and 100% does work but noting else.
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...
Hi Everyone
I was trying to get the BLE Uart working with the nrf52840.
Everything works fine, all files are compiling and running, but when i debug the code using segger...
Hi,
I use the peripheral ble_app_uart with nRF52832 (Murata module). The nRF52832 is connected to another MCU, STM32L476, via UART.
P0.5 - RTS
P0.6 - TX
P0.7 - CTS...
Hi.
I am developing a FW for nrf52832 and am using the nrf51 dongle as a testing tool using nrfconnect.
However, this is not working good because the dongle misses notification...
i need use flashwrite in my code, but i found sometims when i write data in flash, the BLE connecting sometimes is borken, i used this funciton flash_word_write(uint32_t ...
I am looking for help in doing a hardware reset. How can this be done? Do I need to make P0.21 active low so that P0.18 is enabled to be in RESET mode? This is for hardware...
To ship custom sensor data generated at 200 Hz from a BLE peripheral to a BLE Central over a GATT service I chose to start with template project in peripheral directory of...
Hi,
I'm using the nRF52 dev kit and try to use it as an Eddystone beacon. More precisely I want to use Eddystone EID and I would like to register the beacon using ECDH....
Hi, I have following issue and need some help. I am using SEGGER Embedded studio for ARM Release 3.4 build 2018052200 36079 with latest SDK on window 10 (64). Most of the...
Dear Support,
I’m working on uVision V5.25.2.0, using nRF5_SDK_15.0.0_a53641a.
My evaluation board is Rigado BMD-300.
Target: nrf52832_xxaa.
I tried using the printf...
The nRF52832 documentation has sections both for SPIM/SPIS (SPI peripheral using EasyDMA) and SPI (raw, direct write to the TXD register).
Indeed the nRF52832 does support...
Hi, There are some codes donot want to be interrupted. Before the execution of those codes, I want to close the all interrupts, after the execution, I want to open the all...
We have recently completed the design for a product prototype using the 0.4 mm pitch nRF52832 WLCSP. When we sent it to the board production house, the cost to produce it...
Hello,
i am searching for the possibility to get the information of the number of retransmissions which are needed, to get an ACK from the receiver. The legacy chip nRF24L01...
Good afternoon,
I'm running advertising with a uint16_t service data associated with a 16-bit service UUID.
I would like to update the service data regularly without...