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...
I have now used days trying to create a working clone of "dfu_dual_bank_ble_s110_pca100028" so that the source would compile and result would work correctly, independently...
I have 5 LEDs - ideally I would like to control the brightness of each one independently (i.e. 5 PWM channels). I'm using SDK 9.0 and SD 310. I have been looking at the PWM...
Hi,
I got the ble_app_beacon_s110_pca10028 from Keil_v5 Pack Installer to compile. I followed the step to use nrfutil.exe to generate a zip file. But when I did the DFU...
I can't afford nRFgo Starter kit as of now; so my question is if there any other way to program my application (firmware) in nRF8001? I am looking from following options:...
Hi,
File "nrf_drv_config.h" defines both TIMER1_CONFIG_BIT_WIDTH and TIMER2_CONFIG_BIT_WIDTH as "TIMER_BITMODE_BITMODE_16Bit", can these timers be configured as 24 bit...
HI,ALL,
I want to take use of hardware flow control, but when i set or clear the RTS signal, it failed.
something about the attempt as following:
the purpose:enable the...
Dear all,
I'm using an nrf51822 (running softdevice 6.0.0) with the proximity profile.
With iOS8, I was able to find & pair my device with the nRFproximity app.
After...
Hello from Spain!
It is my first time that I use a Bluetooth chip so I am following all your code stack and some answers of this portal, but I am having problems with the...
Hello everybody,
I am using RTC1 for time measurement, this works fine as long as no BLE communication is running.
The RTC is initialized with
const nrf_drv_rtc_t...
situation:
We are developing an nRF51 application with OTA DFU. we use SDK 9.0.0 and the DFU bootloader version is v8. We have prepared different two packages. Single OTA...
phenomenon:
the program is polling in the 'uart_event_handle'
my attempt:
i found that the 'uart_event_handle' is called by the 'uart_event_handler' , so the program...
I would like to know how can I use nrf52832 preview kit for audio application, i.e. I would like to use PDM interface of nrf52832, please guide me on how can i do that.
I used the app_template and built it with CrossWorks (nRF51 SDK 10)
However, the call
SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_RC_250_PPM_8000MS_CALIBRATION, NULL);...