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...
Hello,
I am using NRF5SDK V5.0.0. For a sample study, I need to use the bootloader. Can I boot over uart when we install mesh_bootloader_serial_armcc_nrf52832_xxAA.hex software...
Hi:
Currently I am testing to upgrade dual core application on nRF5340 DK, NCS version is V2.0.0.
The two core applications are written by myselves, not based on NCS routines...
Hi
using NRF5_SDK 17.0.2
I'm trying to better understand the DFU process, currently have a large number of questions. But mainly i would like to better understand the...
hello
I am watching this video to operate the nRF9160DK. The PIN number was written on the back of the nRF9160, so I skipped the video to 9:36 as instructed at 5:21, selected...
Hello,
My nRF9160 hard faults (i think?) when issuing a command to the modem, specifically this line:
which then calls ncs function:
This leads to I think is...
Hello, I'm trying to run the OpenThread CLI example on the nrf52840 chip of my NRF9160_DK. I've managed to flash the code on the nrf52 and able to see the Zephyr kernel boot...
I have tried various methods from different doccumentations and I couldn't do so. Can you provides some steps to create a west workspace.
Thanks in advance.
In my project, I am planning to use LTE modem and an external flash memory with a file system. I have problems to run code for the non-secure build type. A similar problem...
I've been tinkering for several says to get GNSS working on a Thingy91 with Zephyr.
I've tried the 'location' example and have struggled to register the device on nRFcloud...
Following the instructions to build the sample resulted in an error message ..
Here are the details ... probably something simple but not obvious to me ...
PS C:\ncs>...
Hello Everyone,
I was use Nordic App for Mesh in android to add Telink's chipset into mesh. But after few minutes, telink's device go out Mesh.
I don't know how to add...
Hi,
Iam using "pca10056_s140_ble" secure bootloader example for my project.
FYI. My project gets its new firmware from internet and stores it in BANK1 memory using GSM...
hi Support team,
customer get samples with 9160, but find out they are not able get pin code.
i searched the spec, and at command +CPIN, it is not able to read out the...
Hi,
I've installed ncs manually following this guide: Installing manually — nRF Connect SDK 2.0.99 documentation (nordicsemi.com) and then set the following environment...
Hi,
I have an application using MCUboot (Only for using with serial recovery. No SMP server running in app).
I enable CONFIG_BOOTLOADER_MCUBOOT and parent and child images...