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...
Development environment: ncs 2.6.0.
my application need BLE-DFU, so i added multi-image support to my project.
the pm_static.yml is the typical default system configuration...
Hello,
I am working on a SWD flasher for nRF52 chips. I try to perform basic commands like flashing a firmware or reading flash content. I wanted to use FICR informations...
I am using NCS V2.6.0 and using zephyr there is no examples to measure battery level using saadc we can measure the battery level right? I used LEDs to indicate battery level...
Hi, I'am working on a design with nRF7002 and I need add WiFi antenna NN03-320 from Ignion and when check the datasheet of the builder of the antenna I see that the pin 4...
Hi there,
Is there any drawback or limitation in the S140 SoftDevice (v7.3.0) if a connection (as master) stays open for a very long time (weeks)? I mean, there could be...
Hi,
I use our customer board that enable the i2s to the DAC to speaker. However, i only verify the play a wav file directly that seems work normally but our target is playing...
which sample is best for me to verify the central/peripheral communication using nRF52833 for nRF52 serial.
I have two nRF52833 DK board, I need the board2board communication...
use NRF52832 do a ble hid keyboard,
when do the keyboard function test need connect the keyboard to computer or laptop.
only when the connection it's done, then can run...
I used nRF52840 board with SDK 17_1_0 ,
For FCC Certificate We used Radio Test Example,
using start_channel 40 & start_tx_carrier we change the frequency and we are able...
I am using nrf52832, SDK17
When I am setting up a timer with no applicable interrupt handler it fails so
This is how initialize the timer
when I do define the handler...
Hello community,
I am trying to develop a custom bluetooth HCI_USB code for the BL5340PA BLE controller board. The Liard Connectivity's(now Ezurio) BL5340PA : https://www...
Hello,
i've been trying to do some exercices from the devAcademy on my nrf52840 DK but when i tried doing the "lesson_2_exercice_1" this is the result i get :
[00:00...
Dears,
We used with successs the Power Profiler Kit II to make current measurement using the NORDIC desktop monitoring software.
Does the Power Profiler Kit II is supported...
Hi
I tried to route the LFCLK (32kHz LFXO) on a GPIO similar to the method that has been described here:
When I run the code on the nRF52832 everything works fine, i...