I can get certain MCUboot features working for the Lesson 8 test program. However, these features don't work when I try to port them over to a fully fledged project. I think...
Hi, I'm using nrf52810 ,nrf connect, zephyr, vscode extension. I’m having trouble using both UART0 and the NUS UART service. Here’s a snippet from my overlay file:
/ ...
In ticket Case ID 290251, Torsten Rasmussen provides the following advice to ensure that the toolchain corresponding to the SDK is used to build the SDK (this applies to nrfutil...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi All,
I have a problem to enable notification on my Android phone, i followed the tutorial on android web page (section bluetooth low energy) but my app crash, i have...
I understood how external board programming works with nrf52840 DK.
Debug IN (P18) is used for external debugger while Debug OUT (P19) supports external board programming...
Hi, I use the nRF 52832 on SDK 15.2.0, and develop base on ble_app_hids_mouse demo code, add a wechat service and a uart service.
After the system paired and binding, sometimes...
Hello,
Can I use the twi event handler with a schedule library? Is there any benefit to use like so?
I also looked into the twi transaction manager, is the non blocking...
Hello,
We have started to develop a software on SDK15 and have noticed later than it's now possible to deal with service changed indication to invalidate the device cache...
Hi, I am running ANCS example application ( nRF5_SDK_15.3.0_59ac345/examples/ble_peripheral/ble_app_ancs_c ) i changed allow_repairing = false to allow_repairing = true
...
When I go to compile the ble_app_interactive_s140_pca10056 example on segger for my nRF52840 DK, which is a .emProject, the .c files are not registering .h files. I compiled...
Hello,
I am using nRF52832 with SD v5.0.0 and SDK version 14.2 on a custom chip.
I have implemented FOTA with buttonless DFU on my application and is working fine.
However...
I'm working on a project & I'm trying to use the apple notification center service, it works with me & I can detect notification on my device, I wonder if I can ask about...
Hi
We follow the chart to design our notify flow to control the data in notify queue.
but we face a problem, the data in the queue always get more than 2 when the 9 or...
Hey,
I'm developing a gateway using NRF52832 & ESP12 (UART Communication). Write now what i do is I have a one model (in the client example) for each type of devices in...
hi
i am working on a project where i need to design a PCB which sits on top of this NRF52832 development kit, like a shield. so i wanted to know the dimensions of the board...
Hello! I am using the nrf52832 sdk15.2 development project now, I don't need to use the whitelist function, so I use 'init.config.ble_adv_whitelist_enabled = false' to turn...
I run SDK 15.3 "examples \ ble_peripheral \ ble_app_uart" in 52-DK . and send UART data to nrf Connect in my Phone, i found if i close the ble connect while TX Characteristic...