HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi There,
I have been looking for ways to have three channels of a hardware timer with the NRF52840 generate a compare interrupt at different time intervals, my understanding...
I got MCUBoot running using signed images. Now I want to enable encrypted images using the build tools, but how? I've found this pull request: https://github.com/zephyrproject...
We are looking to move from STM32WB55 to Nordic.
I am use to developing firmware in the NXP and STM environments, looking at documentation for register address or examples...
I am trying to use the experimental task manager of the nrf52sdk, version 17.1.0. I've come across what I would call a bug, but there might be a reasoning behind it, so that...
I have
Hardware: nRF52840 DK - 1 nRF52840 Dongle - 1
Software: nRF5 SDK Mesh - v5.0.0 nRF5 SDK - v17.0.2
I want to program Mesh Serial example on nRF52840 Dongle.When...
Hello everybody.
I am developing a BLE application in which I am using WDT every 12 seconds and a RTC interrupt every 10 seconds to send some information.
When you press...
Hi,
We are using nRF5340 and we are migrating to v2.0.2 NCS sdk from v1.9.1.
In our design, the SPI MISO pin is P0.10. From the dev zone tickets, I found that this P0...
Hi,
I'm trying to send I2S data (~ 16 kHz, 24 bits) via BLE using the nRF52 DK and the nRF5 SDK 17.1.0. After I get the data from the I2S driver (by specification, they...
Hi!
To measure the voltage level of a coin cell CR2450 can be done in different ways.
You can use the comparator, the low power comparator or the ADC.
I wonder which...
Hi, The getaddrinfo() function returns the same IP address for www2.domain.com and domain.com, namely that of domain.com while they are running on different servers and have...
Hi
I am currently working on a Matter project.
I configured OTBR with Raspberry Pi, completed pairing with nRF52840 board (Light bulb), and confirmed that Light on/off...
Hi,
In order to make firmware updates over Bluetooth work, I need to enable the MCU boot loader. Is use CONFIG_BOOTLOADER_MCUBOOT=y in my prj.conf file to enable it. My...
I'm doing with the nRF Connect SDK v.19.1, testing the project C:\ncs\v1.9.1\zephyr\samples\hello_world.
The main. c file is
void main(void) { printk("Hello World! %s...
Hi, i'm use latest ncs develop bluetooth extend advertising, and i'm try use west build -t menuconfig to config scan filter config
such as BT_CTLR_DUP_FILTER_LEN or BT_CTLR_DUP_FILTER_ADV_SET_MAX...
I want to define config values in an optional overlay that is enabled after writing to a custom service/characteristic using NCS. Based on this https://devzone.nordicsemi...