Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
In my test, with the same configuration, ANTWARE II always searches much faster than nRF51422 software.
For example. I have Master channel and Slave channel set up at 4Hz...
The test code:
#include "nrf51.h"
int main(void) {
NRF_CLOCK->LFCLKSRC = 0UL; // Internal 32kHz RC
// Start the 32 kHz clock, and wait for the start up to complete...
Hi,
I have downloaded "mastercontrolpanel.3.7.1.8567.x86.msi" and try to install on windows xp of my intel core2 laptap. But it failed with prompt like "not a valid windows...
This question devzone.nordicsemi.com/.../ reports the fact that the driver cannot be used twice without manually pin reseting teh BLE dongle.
But there is another problem...
Hi Team,
I am using nRF51 DK as packet sniffer to sniff packets between Mobile and other device.
Why it captures only advertising related packets?
After successful connection...
Hi there,
If I try to store a global variable in flash I can't store it. But when I declare this variable in the main function I can store it in flash. Can someone tell...
Hello all,
I saw their was a new update for the nRF518-SDK and I was wondering how I should update this in Keil. Is this just a simple replace folder? Replacing:
...
I inherited an ANT/BLE nRF51422 project a couple of weeks ago.
It used SDK v6.1.0 and S310 SoftDevice v1.0.0
At the time, I'm sure that the SoftDevice download said...
I'm attempting to troubleshoot problems between dev teams. One team is having some issues & I notice that their binary is slightly larger when built from exactly the same...
I am trying to use the laird BL620 module not for the smartBasic, but to run my own firmware.
I have just set it up, connected to my old segger JLink debugger.
In Keil I...
Press the Connect button on the Smart ponaep NRF Uart V2.0 recognizes the page reongil signal
Disconnect state, allow to boil for your smartphone to wait about 20 minutes...
I am pretty new to the nRF51822 in the firmware side. I have been doing hardware design for many years but need a little help getting started with firmware.
Does anyone...
When the bootloader in SDK 8.0.0 checks whether the application is valid, it only computes the CRC for the application if the CRC in the bootloader settings for that bank...
Hi,
I try to make characteristic broadcasting through advertisement data packets.
Added these codes below, but no yet work. Is there any example for this work ?
char_md...