Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
Hello,
I am trying to connect PS4 controller remote with NRF52840 so I can get command from remote and execute require action but not able to detect PS4 MAC in nRF52840...
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...