Hello,
i'm working with my own board with the SD V6.0 and nrf51822 chip id QFAAG0. Already works fine.
Now i switch to the new SD V8.0. The SD V8.0 is programming with...
Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,
We have a device in production based on nrf52840 which uses UARTE to TX/RX data to/from a washing machine and in paralel communicates with a Phone App via BLE.
SD...
Hi,
I am using nRF5340 Audio DK. I have 3 kits currently and I have programmed one as a headset and the other two as gateways.
I would like to use the whitelist so that...
I think it'd be nice if there was a connect button like this.
but my device appear one button.
I think the multi-link function should be possible to solve this problem...
Is there a working example with using gpio_dt_spec for accessing gpios?
I used the code provided from https://docs.zephyrproject.org/latest/reference/peripherals/gpio.html#c...
Hello, by usingnrf52832 DK and testing some examples i found out that the example peripheral UART was not going like I wanted to do. He is going to sleep mode after 3 minutes...
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v1.0.1%2Fmd_doc_getting_started_how_to_models.html
Linkte verilen yönergeleri takip ederek...
Hi all, I discovered that if I get BLE_GAP_SEC_STATUS_AUTH_REQ while pairing, the device is basically useless until a new reset. I would be extremely grateful for some help...
Hi All,
I have a project which uses the zephyr shell, but I can reproduce the issue with zephyr/samples/subsys/shell/shell_module or any other sample making use of the UART...
uint32_t address = XIP_ADDRESS + addr ;
uint8_t * p_data = ( uint8_t * ) address ;
for ( int i = 0 ; i < len ; i ++ )
{
data [ i ] = p_data [ i ] ;
} The Pin of QSPI...
Hello,
I recently installed the VSCode Extension for nRF Connect and I am experiencing, what seems to me, strange behaviour.
Here's the steps:
I create a project from...
Hi
I modify the ble_app_uart_c example to support connecting multiple nus peripherals.Calling the new_cccd_configure(p_ble_nus_c, true) return error after nus_c discovers...
Hi,
I am using nRF Connect 3.9.1 and power profiler 3.2.1. I have noticed that if I have a measurement on-going and go away for a while (4mins tested while writing this...
Hi,
I am using an nRF52840 with SDK 17.0.2 and S140 7.2.0. I am running a scheduler based on app_scheduler.
I am trying to make my FDS implementation blocking as it...