I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Hello,
I'm trying to play voice using PWM in nRF51822.
I've already experienced this using other MCU before.
So. I'm trying.
Voice source data is 8bit / 8K / mono...
Hi,
I am working on nrf52832 , SDK15 and softdevice S132. I am modifying the ble_app_hrs example code in SDK
I was trying to implement a whitelist with the address of...
I am using ble_app_uart SDK_11 s130 on nRF51-dk. I would like to make the device running on ble_app_uart connectable but not discoverable. The Android app will have pre-knowledge...
I am using nRF52840 with sdk 15.0 version. I am able to read OR write data into flash using fds library. But now i want to write one or two bytes into flash and read this...
Development Kit - nrf52
SDK Version - 15.0.0
IDE - Segger Embedded Studio
Computer Platform - Windows 7 - 64 Bit
Setup : I am trying to interface an E Paper Display...
I am trying to detect when mtu has been successfully negotiated through the ble_evt_handler function, which is passed into NRF_SDH_BLE_OBSERVER as shown below:
// Register...
Hi - I'm trying to program the Thingy52 using my nRF52840 DK and Macbook Pro. I've got the Thingy connected to the DK via the 10-pin cable. The first time I ran nrfjprog on...
Hi there!
I have migrated ble_mpu_simple from sdk14.2 to sdk 15.2.
I use Keil uVision to test "nRF5_SDK_15.2.0_9412b96\examples\nRF5-mpu-examples-master\nrf5_ble_mpu_simple...
Hello,
Let me start off by saying that in our use case we are transferring large amounts of data (megabytes) through BLE. This works fine on iPhone 6s+, iPhone SE, iPhone...
Hi,
We're looking for a Bluetooth chipset / module for a Android Pad hardware.
Given that Android 8.0 BlueDroid stack requires Bluetooth chip support HCI commands, is...
Dear all we are using nrf52810(48pin).we did not find exact solution about how many i2c and spi available for that.in which pin we have to connect i2c device and SPI devices...
Good day!
How can I calculate the maximum throughput for BLE Mesh running on the nRF52832 and the S132 without packet loss in ideal conditions?
I have tested throughput...
I notice that for everything related to a BLE connection in the nRF code, there is a "connection handle". Usually, the handle is zero. When is the connection handle NOT zero...