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...
I want to send a data of length 1024 bytes over the ble UART , but the maximum length of data is 20 bytes at a time. Is it possible to increase the data length per instance...
Hello!
I try to use "ble_default_bootloader_app.hex" with my app to allow OTA option for my device. (nrf51822 and SDK 7.2.0) With NRFToolbox I can connect to the device ...
Hi all,
How can it be that sd_ble_gatts_sys_attr_set function returns BLE_ERROR_GATTS_SYS_ATTR_MISSING?
With the first and second connect it returns success but the...
I saw that each CCCD or sys_attr should be persisted per connection, does it mean it should be saved on flash to be restored during next connection for same device ?
and...
If iOS of BLE master sends 4 packets of the same write characteristics with MD bit in the same connection event, how does SoftDevice of BLE slave work?
The ble_event_handler...
Is there a summary of potential pitfalls, i.e. issues which are asked repeatedly by users in these forums regarding HW/Schematic/PCB design for NRF BLE chipsets. Making mistakes...
I just published my port of a new FreeRTOS operating system version for the nRF51x22 and the nRF51 SDK 8.x.x to github.com/.../freertos_nrf51 , the README is copied below...
I am trying to implement some write to flash, and started by integrating the relevant functions from the example code I found in this thread .
I added a dummy write function...
Hello,
I'm building an aplication with multiple nRF51822 beacon modules. I'm using dual mode S130 softdevice. Sometimes, when beacon recieves a lot of messages, and forwards...
I'm trying to erase the page 32 of a nRF24LU1+ via SPI (using a Bus Pirate).
What I did so far:
Display the first 16 bytes of content of page 32: 0x03 0x40 0x00 0x10...
I have a switch connected on the nRF51DK Board. The switch is connected on PIN25 and PIN 28. I try to read the state of the switch.
My setup:
-nRF51DK
-SDK8.1
...
Hi
I am making some low-power wireless sensors powered by coin cells, which will sleep for long intervals between readings/transmits. I am using the micro ESB libraries...
Whenever I try to burn program to external nRF24LE1 with ISP interfacing from nRFgo Starter kit using nRF Studio, I am notified that chip on board couldn't be detected. I...