Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
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...
The function documentation for pm_conn_handle_get says BLE_ERROR_INVALID_CONN_HANDLE is set to the connection handle pointer if the peer is not connected, however it is BLE_CONN_HANDLE_INVALID...