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...
EDIT: I used a workaround to get my project working but my question
still remains. I just used the
template project to send data to my
app and manipulated the received...
Firstly, platform: Sparkfun 52832 breakout board, DFU using UART, flashing an application, using nrfutil.
The problem fundamentally is the nRF52832 is not sending an ack...
I forgot my current password of my Gmail account. I also don't add any recovery information in my Gmail account and this account is very important for mine. So if anyone has...
I'm setting the eclipse developement enviroment without makefile provided by Nordic.
But following messages apear at linking phase..
C:/Users/isp40/OneDrive/Keil_projects...
Hi there,
My scenario is the split keyboard which has 2 parts: left-hand part and right-hand part. Each part has a NRF52832. I am willing to implement the left-hand part...
If I used a nrf52840 bluetooth5 as a server, but customers have iPhones with Bluetooth 4.x on, will the range still be 2x or 4x, as stated by BT SIG?
Did Nordic test the...
Hi!
I am having trouble with DFU. When I try to send new application via NrfConnect, device goes to bootloader, but file transfer is not starting. Only when I reconnect...
I started a new software project on the nRF52832 a couple of weeks ago. I've been using Segger RTT for a lot of debugging with no problem throughout the beginning of the process...
I'm using s110 pheripheral mode in my application. I want it to be in sleep mode and do not advertise untill a central want to connect it. Is it possible, when a central start...
Hey guys!
I face a problem that I have not been able to solve since several days...
I would like to send only one advertising frame every 4 seconds. I do not want to...
I am spending the last 3 days trying to make sure somebody on this plant made it using a mac .
Write a simple program and flash it to the DK. (before we make our own pcb...
Hi,
I'm using nrf51dk board and nrf_log came out correctly on my RTT terminal with built in module. After that I use debug port (P20) to program to my custom module. I've...
Hi,
I have changed in my services so I have added 0x2A05 (service changed) characteristic in my 0x1801 service. But I am not able to read the service.
In didDiscoverServices...
Hi, i'm currently using two NRF52 (1 central and 1 peripheral) using the ble_app_blinky and the ble_app_multilink_central.
I would now like to connect my Android phone...