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...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hey,
I am using twi_hw_master.c and twi_master.h libraries for twi and want to disable i2c to save power when not in use.
I use the following two lines to disable the i2c...
Hi,
i am using Eclipse 'Mars' and Segger V5.10c to debug some of the SDK examples. The Eclipse command line shows only binary garbage. How can I get the garbage readable...
Hi,I am using s130 softdevice and SDK9.0 .I add static passkey(123456)in my project base on ble_app_uart project and basic functions have been achieved.But I have a question...
Hello!
Is it fine to ready NRF_RADIO->FREQUENCY right after receipt of BLE_GAP_EVT_ADV_REPORT?
Does its value have a relationship with recent adv. report?
hello there when i am trying to open project C:\nRF51_SDK_8.1.0_b6ed55f\examples\ble_peripheral\ble_app_template - Copy\pca10028\s110\arm4. i am getting error like
Third...
Hi,
I have set connection interval as 1.8s.
But i have transmit data every 1 min.
I noticed that BLE transmits data every 1.8sec.
Can someone please tell me what is...
I have just exported a project from mbed, to the Keil uVision4 tool chain.
Create New Project "BLE_Thermometer" on mbed.
"BLE example for the Health-Thermometer...
I see in the information about the nRF51 talking about the support of 4.2. But it is not clear to me the extend of it. I am focus on the link layer and I would like to know...
Is it possible to implement 2 peripheral in one device (need to connect a peripheral device with two different centrals)? When should i expect for this feature?
I have a question about how much memory is required for app timers.
The comments for APP_TIMER_BUF_SIZE state that the buffer size must be one more than actually needed...
I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
Sorry,my English is poor. I
Now,I have four uart BLE device. Every device sends data in frequency 20Hz. And I also have a android phone. I hope that the phone could receive...
hi everyone.
i have an issue with app timer. i m using SDK 9 and softdevice v8.0. in my code i used ble_app_template project and changed something according to my goals ...