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...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
I just received my nRF52840 dongles and am trying to get nRF Connect going (macOS El Capitan).
Installed the J-Link package per instructions, and the nRF Connect 2.6.0 app...
Hello, I'm trying to port my code (working in production) from 52811 to 52832. I have several crashes on a piece of code at the start of my application that check the NRF_UICR...
I modified the asset tracker application as follows (to reduce power consumption):
1) Added lte_lc_psm_req(true); at the end of main-function. In prj_thingy91_nrf9160ns...
Hi!
We've got a product where we need to update the bootloader from within our main application. However while we can happily erase and write flash before 0xf7000 (obviously...
Hi Team, I am using nRF52832 to develop a device that sends Bluetooth signals to a smartphone. I am sending only small, 1-byte pieces of data, but it is critic to send them...
The NCS documentation refers to the Partition Manager from a few places to describe how to layout areas for MCUboot, etc. However, I don't see any documentation there for...
Hi,
Is it possible to use write without response when sending data from NUS Central app?
I'm using NCS SDK v1.50
I replaced in nus_client.c:
err = bt_gatt_write...
I am using nRF52832 on my custom board. The SoftDevice, secure bootloader and my custom BLE application are flashed on my flash.
After processing a single GPIOTE event,...
Hello, I am using nRF52832 to develop a device that sends Bluetooth signals to a smartphone. I am sending small pieces of data but it is critic to send them as quickly as...
Hello,
I have two boards. A nRF52840DK as central and a BMD-300-EVAL (contains a nRF52832 chip) as peripheral. I flashed ble_app_uart_c on the central and ble_app_uart on...
Hi.
I'm using nrf52 dk and planning to make PCB Custom.
I want to ask three questions about nrf52 dk.
1)
First, I downloaded nrf52 reference circuirty(Schematic...
Hello,
I watched some of your webinars from the embedded world with the nrf connect SDK and wanted to give it a try. The basic examples (blinking an LED, …) worked fine...
Hello,
I'm trying to read data from the Thingy:91 via the REST-API. I can list the devices and query the state of the device, but I'm not sure how to progress.
So far...
Hello,
I'm working on getting PSM mode in LTE-M working so I can go to very low current operation between transmits to the cloud. I have things working pretty well, but...
We are using over own server that host multiple apis for different functionalities.
I am able to make http post requests to all of them individually and everything works...