hi.
How do i do ble_app beacon advertisement to one device(Android phone) whose bluetooth address is known ?? I want that beacons should only be seen in nrf_connect app of...
why use 50ms and 400ms connection interval for testing the maximum data throughput(2M,247byte payload)?
Because 50ms can only send a pdu , and 400ms can send up to 8 pdu...
Hi,
I am using Keil IDE to develop nRF51822 project.
in main(), the command line
APP_SCHED_INIT(APP_SCHED_MAX_EVT_SIZE, APP_SCHED_QUEUE_SIZE);
has Error : L6218E...
Hello,
I'm new to the Nordic SDK and I would like to ask you for help with implementation of PORT events for revision < 3 in "low power" mode instead of "high power" mode...
Hi Nordic,
I've built a ble app with a custom protocol, but am struggling with storing bonds, when running under freeRtos.
What I see:
central app crashes (hardfault...
Hello All,
I am new to this forum, I have been using nRF51822 for a while, and its a great little BLE chip. I am usinga BLE keyboard to send a key to iphone and I captured...
I WANT COMMUNICATION BETWEEN A NRF51422 AND NRF528321 BOARDS, IN WHICH IN NRF51422 BOARD I WILL MEASURE PWM COUNT(IT IS PHERIPHERAL) AND SEND IT TO NRF528321 BOARD WHICH IS...
Hi,
I'm trying to use the pc-ble-driver "nrf-ble-driver-4.1.1-win_x86_32" to communicate with our nRF52-based embedded product. The fact that the PC and embedded implementations...
Hi,
I am using NRF52832 with secure bootloader to OTA my application in the field using Dual Bank updates and everything is working fine. In my application, I am using FDS...
Hi,
I need to use external eeprom memory AT24C256. I have not found any example for nrf52, so I started with migration existing arduino code to Nordic´s. Here is the Arduino...
Hey,
I am working on NRF51822, S130 softdevice integrating security, I have used the GLS as a reference for security implementation.
I have a use case in which I am...
I have both ble_app_uart_c and ble_app_uart they are automatically connected to each other if they are on. my question is ble_app_uart_c supports one to many or not? if it...
I am developing using pc-ble-driver-js and nrf52840 dongle.
We know that nrf's development tools (nrf connect ...) are being developed using an electron framework,
and...
We are using SDK 15.2.0 and softdevice s132 v6.10. we want to use the concurrent feature for broadcaster and observer. we wanted to just confirm that this feature is reliable...
Hi, I don't understand enough about electrical, but i found that a little piece of component in my nRF52840 dongle was gone.
It was something in this position:
It was...
Hello,
I'm trying to measure execution time of a piece of code in nRF52832. I was searching and found that I need to get the start time and finish time by using
beginval...
Hi,
I am using nrf52840 Preview - DK, with SDK v15.3.0 and Softdevice API 6.1.1
As we need to set NRF_LOG by setting the NRF_LOG_ENABLE and NRF_LOG_BACKEND_URAT_ENABLE...
Hi,
currently, i'm developing nRF52832 chip and I trying to use two GATT services.
I want to know about that "Can I use my custom services with Nordic Uart Service"...
I am basically wondering what the difference between these two examples in the SDK are?
Also, I see in both cases after the spi_transfer is called there is the following...
Hi Support team,
When I installed the nrf Connect SDK v1.2.0 with the Toolchain manager, I found that the files in the directory indicated were incomplete.
As shown in...
Hi. I am working on adding DFU to our application. I want to use buttonless dfu service for entering bootloader. I think the only thing one need to do is write a correct widely...