This stopped working for me... Error is the following
Command failed: git ls-remote --tags --heads github.com/.../sdk-nrf
fatal: unable to access ' github.com/.../'...
Hello,
After a lot of efforts I managed to autoprovision and autoconfigure my nrf52840 board (provisioning and configuring inside the software and not through external app...
Hi there,
I am trying to interface at25xe321d with QSPI but it always end up returning zeros. Please find attached code and dts file for reference. Thanks Moh
Hi,
We have a custom PCB based on the nRF9151 and nRF7002 for a tracking use case, supporting both indoor (Wi-Fi scanning) and outdoor (GPS) positioning. Our firmware is...
When version 1.0.0 of nRF54L15-DK evaluation kit will be available and how to distinguish the version when ordered from distributors like Digikey?
In discussion here:
...
-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
Hi all,
I have two kinds of NRF24LE1 devices(A and B), and I want to realize that one device_A can communicate with 10 device_Bs at the same time. To explain it in detail...
I would like to use 3 PWM for controling RGBs. I use a softdevice because I want to control the pwm trough the MCP. But for now I just want to get it work to initialize these...
whether linux and bluez implemnted the simultaneous master and slave connections......?
or is it part of link layer only..?
does this feature need kernel support or not...
In the NRF51822 reference manual, the debug interface mode initiation routine is described as follow:
150 clock cycles with SWDIO=1.
I have already verified that a standard...
Hi,
I am wondering about the Cumulative crank revs for service 0x1816 & 0x1818
Cycling Cadence and Speed, Cycling Power Services
I dont understand why the crank revs...
Hi Guys,
I have a MCU RTOS project. in Hardware board, builtin Nodic BLE chip over UART,RTOS BLE stack works fine.
We also have a MCU RTOS Emulator based on Qemu,we...
Ok, so I've been trying to get to the bottom of a problem for a few days now where suddenly the app_timer is acting like it's on crack and running super fast, i.e. triggering...
hey,
i want to discover the PCA10001 board with PCA10000 board in master emulator. i have programmed the blanked PCA10001 chip with softdevice(s110_nrf51822_6.0.0_softdevice...
I want to generate PWM.
I set timer2 events_compare[0] to toggle pin 1:
sd_ppi_channel_assign(PWM_LED_HI_CHANNEL, &(NRF_TIMER2->EVENTS_COMPARE[0]) ,&(NRF_GPIOTE->TASKS_OU...
hi, I have posted a detailed problem using Eclipse on Vidar's tutorial.
Any help is appreciated.
See following link:
devzone.nordicsemi.com/.../
Thanks!
Hello everyone, I'm severely struggling to perform a simple task. I must be missing a very simple answer and, I hope with your help that I resolve the issue.
I am trying...
I want to send a data of length 1024 bytes over the ble UART , but the maximum length of data is 20 bytes at a time. Is it possible to increase the data length per instance...
Hello!
I try to use "ble_default_bootloader_app.hex" with my app to allow OTA option for my device. (nrf51822 and SDK 7.2.0) With NRFToolbox I can connect to the device ...
Hi all,
How can it be that sd_ble_gatts_sys_attr_set function returns BLE_ERROR_GATTS_SYS_ATTR_MISSING?
With the first and second connect it returns success but the...