I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
Hi All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
I'm trying to use the ADC and internal reference to measure battery voltage on the nrf51422, while S210 is enabled.
From the example nrf51-ble-app-temp-master, I found...
Hello,
Im working right now on a product which saves the update file (init + app packet) on its Flash in a specified memory section.
After "uploading" the file in the...
I have integrated MCUMGR to perform FOTA and it does successfully perform the updates where both slot0 and slot1 locations are from internal flash. As the code size is getting...
Hello !
I bought a new nRF51DK board and need to read its RAM data. I used nRF connect to erase it. The data read by nRF connect shows 262144 bytes and I don't know the...
Reproduce issue:
Windows 10 21H2
Set global git option gpg.format to ssh
git config --global gpg.format ssh
Install nRF Connect SDK v2.0.2 with Toolchain...
We are using the external flash w25q32jv via SPIM connection. the configuration as below.
arduino_spi : & spi3 {
status = "okay" ;
compatible = "nordic,nrf-spim" ;...
Hello-
I'm seeing the nRF52840 stay awake when I don't want it to. I'm calling sd_app_evt_wait() every turn through the main loop with SEVONPEND disabled, but it's waking...
Hi,
I am trying to measure the current consumption of nRF52832 using nRF52DK. I am using STM Nucleo board.
I made a cut on SB9 (P22 open), and gave supply on p20.1....
I am using nRF52832 and SDK17.1.0.
Is there any example code to start with for being able to advertise/transfer multiple data values using a custom UUID? I am using ble_nus...
I want to interface SCD30 Sensor Module with nRF 52832 Board through I2C. Can I interface the sensor "SCD30 module" using nRF Connect as I am not getting .h file (Zephyr RTOS...
Hi,
I've written an app for the nRF52840 dev board using the nRF connect SDK. Now I'd like to port the app to the STM32F4 discovery dev board. I've managed to get the app...
I'm using s132 v5.1.0 in my Server Peripheral application. The documentation for sd_ble_gatts_hvx() says that when using it for Notifications, a return of NRF_ERROR_BUSY ...
Hi,
I'm trying to implement the FATFS example with the SD Card access into the Mesh DFU example. Setup is SES v5.44, SDK 17.0.2, Mesh SDK 5.0.0 and S140.
After the...
Hi,
I have been looking into the passkey for BLE connection but didn't found any clear documentation or any example on this. If we have one central and one peripheral...
Hello, I am a student who wants to improve myself in the field of nrf and this is my first question. I am using NRF24LE1. I can run Timer0 and Timer1 separately in main function...