Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
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...
HI,
Version: SDK15.3,ble_app_template,custom board with nrf52832
I'm trying to change my device name by writing data from bluetooth
when getting 0xdd 0x06 ........,it...
Hi What is the minimum clock frequency that the TWIS module will work with? Obviously the I2C spec minimum is about 100kHz however the device I am communicating with is using...
Hi,
Is it possible to use the modem firmware mfw_nrf9160_1.1.1 (delivered with nRF Connect SDK 1.2) with nRF Connect SDK 1.1?
We will move to nRF Connect SDK 1.2, but...
Hello, we are integrating a BLE board (nrf52832) into our system, and the ble_app_uart example project is perfect for us, so we are starting with that.
What we are seeing...
After reading some questions about the Thingy:91 here in the forum, I start asking myself, if the Thingy:91 without a nRF9160 DK is usable at all.
Any experience with that...
Hi, I'm working on a design with nRF52832 + chip antenna. I'd like to add a PI network to be able to tune the antenna before production.
I'm working with this antenna:...
OK, I have an app that succeeds in starting advertising and then arrives in the main event loop, following which I go to the NRF_BREAKPOINT_COND trap.
Since I do not have...
hi,
I am using Running Speed and Cadence Service structure, when i raise a write command (bt_gatt_write) from the client I was expecting a BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST...
OK, so I have figured out that I can put some of my advertising content into the scan response if there is no room in the advertising packet, but what do I do if there is...
I just bought the nordic thingy91 and managed to connect it to the cloud. but since then the device doesnt appear to come on at all? I thought the battery has died but when...
My application is using multiple features such as BLE UART, Proximity and TWI.
I've two twi sensors triggered when needed. and one of them generate an int to wake up the...
I discovered a bug in nrf_ble_scan_uuid_filter_add. The "Check for duplicated filter" code does not only a partial comparison on the p_uuid_filter with the p_uuid data object...
I have the nRF5340 PDK dev kit and am building the peripheral_lbs sample code using SES on a Windows 10 laptop. I'm able to build the code successfully, but then I run into...
I can't find any documentation about this and my project depends on it.
Would it be possible to read the power usage in volts or any other value through a bluetooth connection...