I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
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...