Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
Hello.
I have a issue about missing NRF_DRV_SAADC_EVT_DONE event in saadc handler.
setup is 52832, SDK 15.3.0, S332. enable ANT, BLE
for battery, sensor, I use 2 adc...
When I run the BLE peripheral HRS example on the eval board and try to connect with a Samsung XCover3 using the "nRF Connect" app, I got the error 22 (0x16): GATT_CONN_TERMINATE_LOCAL_HOST...
Hi, we are considering using Gazell on the nRF52840 with nRF5 SDK v16. What would be the maximum packet length and the maximum data throughput that we could expect? What would...
Howdy,
I am using NRF5 SDK v15.0.0 on an nRF52810 custom PCB and am having a problem where the specified event handler is not being called upon completion of an SPIM transfer...
After unpacking I followed the first step at nordicsemi.com/thingy91, which is to update the firmware. I followed the linked instructions to update the modem and application...
Hi,
I have few questiones to initiate developing our project taking BLE Examples and BLE Services as reference.
Now,First thing we have to do in examples is turn bluetooth...
nRF Connect v3.2.0 - LTE Link Monitor is running on Ubuntu 16.04, and nrf9160 fw is v1.0.1. When connecting the board to my laptop, all Modem, UICC, LTE, PDN are Green. But...
hello
i am working with nrf52832
my code is based on the Ble blinky example from centeral. i added to the code with ble, uart, saadc and pwm and it was working great ...
Hi,
Using nRFConnect for desktop I've noticed that when writing an attribute I usually enter the hex values of a byte array (e.g. "12" = 0x12) but on other occasions the...
Hi Nordic Team,
- Can I UART/SPI/I2C on any pin of NRF52832 which is mentioned general-purpose I/O pin ?
- Can NRF52832 wakeup via any general-purpose pin?
- Is there...
Hello My ap plic ation is based on your bootloader (secure_bootloader_uart_mbr_pca10056) and your example "ble_thread_dyn_mtd_coap_cli".
When I send a special command...
Hello everyone!
I just got a Thingy: 91 and followed the startup guide, updated the firmware, and installed the modem...
I had trouble using iBasis eSIM because there...
My question is how to handle large amounts of data over the Gatt service
Our Current setup is 10 devices all on a Mesh Network. We use nRF5 SDK for Mesh and NRF mesh BLE...
Hello,
My project requires me to send acceleration data to phone. So, i have started with Custom BLE app.
Since i need to send 3 values, of x, y and z-axis. So i need...