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...
Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
I'm developing the PCB schematic for a system using a nRF52 module that I found that suits my needs SKB369
At the same time I'm implementing a JTAG connector to flash my...
I was wondering: if the last sample of a buffer in the SAADC (using easyDMA and scan mode) is outside the limits, which interrupt would come first, the END or the LIMIT interrupt...
Hi, I am getting a BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST event since I increased the size of MAX MTU to 203 from 23. At first, I received INVALID PARAM error and then found out...
hello.
I am developing as nrf5-ble-multiple-role-example-master.
And I'm using nrf52832 chip.
When I send a message from the mobile app, I get a message on the...
hi,
I have developed light lightness model with the help of generic on/off and generic level model from the mesh SDK. And I have used these models by making changes in the...
Good afternoon,
I am trying to run the example "direct_test_mode" on a custom board based on a nrf52832.
I have succesfully run the example in two development kits ...
Hi,
I´m using nrf52840 with softdevice S132 and I wonder whether the ble_gattc_conn_cfg_t::write_cmd_tx_queue_size is a queue common for all connections or if it a queue...
I am currently testing DFU updates with nRF52. I have run into a situation where the upload of new image is interrupted for some reason. When I try to run the update again...
Target : NRF52832, SD S132 6.1.1. program on Eclipse.
Hello,
Intro :
I migrated to SDK 15.3 for my application and it works.
Then I migrated DFU to SDK15.3 too but...
Hello! I am developing a pcb based on nrf51822. I am trying to copy the layout of the PCA10028 at first. But I will not use the coaxial connector for an external antenna....
Hello!
I have next problem. When switching from backup power to main power, the controller loses data in RAM. If the backup voltage is below about 2.4V, then it is possible...
Hello,
I am trying to add bonding functionality with a passkey to HID device, and use for this ble_app_gls_pca10040_s132 example as basic project.
But it don`t want to...
normally the secCount in Eddystone TLM should be the t ime since power-on or reboot:
https://github.com/google/eddystone/blob/master/eddystone-tlm/tlm-plain.md
but the...
set the tx power of a tlm frame with the eddystone configuration service will result currently in an app error. call path is es_gatts_write_handle_unlocked_write -> es_slot_radio_tx_pwr_set...