I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
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...
I checked out the nrf github repo and tried to build the nrf_dm sample for the nRF 52840 dev kit which is what I have
In VSCode I chose "Add an existing application" and...
Hi,
As the title, I can see Mesh Proxy service in nRF connect app, after provisioined device by nrf Mesh app. But when I send data to Mesh Proxy Data In, It disconnect immediately...
I followed the document and downloaded nRF Connect for Desktop in Ubuntu 18.04.5.
Then I changed the permission of nrfconnect-3.11.1-x86_64.appimage to "allow executing...
Hi,
We have an issue that is puzzling us.
The symtoms are the following.
If we flash v1 of our application (using Segger Link) to our target, it works correctly, no...
Hello,
I am experiencing a power issue after the first ADC sample is triggered. Sampling 2 ADC channels using PPI and TIMER as the triggering mechanism. Here is a capture...
nRF SDK 17.1.0 sd140 7.2.0
I'm working on adding OTA DFU to ble_app_uart. I had my own custom service that was working and then added on the DFU files like ble_dfu.c and...
Hi,
This question was asked before here a year ago, but I couldn't really find a definitive answer in the thread
Is there any reason why I would not be able, technically...
SDK V17.1, nRF52840 SOC, s140_nrf52_7.2.0_softdevice.hex
I am attempting to configure a spi device from a ble gap disconnect event handler. Before the disconnect event communication...
Hello,
I have tried to find examples where I can use nRF52820 chips for Thread applications and I can't. Program memory is too small for any application as far as I've searched...
Dear,
- nRF connect SDK 1.9.1
- nRF5340 DK
Here is my code and config. I can assign some pin as gpio such as 0.04. Maybe 0.03 or 0.13 have other function mux, but I...
I was trying to build my own devkit based on nrf9160 and I wanted to which hardware to use to upload code to the nrf9160 chipset.
I tried getting the chips used on nrf9160...
Hi,
I am having a trouble to flash Nordic Thingy 91 on My PC.
I have followed the instruction as bellow.
https://www.nordicsemi.com/Products/Development-software...
Hello, I have trouble developing BLE devices with Nordic NRF5280 and SDK 15.3.
I use pm_local_database_has_changed() on the product to notify the bound device of a BLE service...
Hello,
I am working on BLE MESH using nRF52840. I am trying to put nRF52840 into deep sleep mode. For this I am referring to lpn example in BLE Mesh which makes use of Friend...
Hi,
I came across example ble_sdk_app_alert_notification in the examples\ble_peripherals folder.
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter...