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...
I want to play songs wirelessly on speaker ,suppose speaker is connected to one soc and and another soc is connected to storage which contains songs how do transfer that from...
I want to use fstorage to write data to a file. The File with three records: 0x1111="Tablet1", 0x2222="data: abcdef", 0x3333="26". How to implement it? Can anyone guide me...
I want to use inner flash to work as event log storage.
So in pstorage_platform.h I set PSTORAGE_NUM_OF_PAGES as 60. So I can use 60 pages.
#define USER_BLOCK_SIZE 64...
The documentation simply says: 1 for variable length and 0 for fixed length.
What exactly does changing this do? Do I save space by setting it to fixed? Why does BDS set...
I don't understand why i have a current consumption of 0.535mA in system off.
In my soft i use PWM, SPI a Button,, I put all things off before i go to system off but still...
hi all:
I download the nRF OpenMesh from the GitHub.
There are 4 example in this folder:
(1)Bandwidth_test
(2)BLE_Gateway
(3)ping_pong
(4)Template project
I prepare...
Hi,
Starting from the LED Button Service found in SDK_12.2.0/examples/ble_peripheral/experimental_ble_app_blinky I'd like to add two characteristics on this service. I...
Hello!
Based on you example I try to develop a simple HelloWorld example that follows chapter 11 of the specification. It says that to form a network a energy scan should...
Hello,
I have been investing a couple days now in order to get the DFU procedure working properly, but it seems I am stuck...
This the setup that I am currently using...
Hello,
I seem to be having some errors with my current project. I am using SoftDevice S310 Version 3.0 and SDK 9.0. When i try to communicate with one of my I2C sensors...
Hello,
When using hal_w2_read() and hal_w2_write(), should the 7 bit address of the slave be passed in or the 8 bit read/write address?
It seems to me that passing in...
I downloaded the nrf52 SAADC Low power project from the GitHub
github.com/.../saadc_low_power
I'm trying to migrate it over to version 12 of the SDK and I think I'm having...
Hi. I'm using nRF52832, SDK13, S132V4.0.2.
I'm trying to test DFU.
I have 2 questions.
Q1. How can I make image for merged files?
I can see it works very well when I...