Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
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...
Hi
I am about to make an application where a device is sending a sync pulse (60Hz) out to a number of Host's.
when I test with a device and a host, I get approx. 1.22ms...
I am having trouble finding a commercially available BLE 5 dongle that I can be confident will support Linux BlueZ as well as the LE 2M PHY. I would like to know if I can...