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...
Hello,
I want to transfer and particular size image from mobile phone to nrf51822 Board.
can anyone know the application which can transfer an jpeg image file from phone...
When I study the ANT example, ANT Advanced Burst, in SDK document, I see this:
The transmission rate, along with optional features such as frequency hopping, is negotiated...
dear nordic employee
when I send the data with 131 length by function sd_ble_gatts_hvx
some times it return NRF_SUCCESS,but some times It return 19error
I cannot...
Hi.
I'm in the process of migrating an application from the nRF51822 and SDK 12.2.0 to the nRF52832 and SDK 13.0.0. My code now compiles but doesn't link. Here's the make...
Hi,
I tried using ble_notification interrupt to 'warn' me before the start of radio activity so that I can get around the CPU blocking issue. But, for some reason, for 1...
I am working on blinky example and want to modify service/characteristic uuid. I do
that in ble_lbs.h as follows:
//#define LBS_UUID_SERVICE 0x1523
#define LBS_UUID_SERVICE...
I had the following setup, two app_timers triggering blocking SAADC reads in the callback functions
app_timer 1000ms triggering 1 Blocking SAADC read (For battery service...
Hello,
I use sdk 8.0.0 and s110. I read this blog
And I did not understand some terms;
Application processing(for example 2ms each adv interval)
Number of packets...
Hi,
I am using the nRF51 Dongle (PCA10031, V 1.1.0) and pc_ble_driver.py to create a custom script for testing purposes. But there seems to be a maximum limit for the measured...
I met a problem when delete bonding information on android central, i actually can't connect to the nrf52832 peripheral again, until i totally clear it's peer list and bond...
Hi all,
I am trying to control a speaker using the i2s output of the nrf52832 mapped into a TAS2505 from TI. I am able to play sounds in the speaker but my issue is that...
I am trying to use the eddystone example I found in the ble_prepheral/ble_app_eddystone/pca10040 folder in SDK14.2 with my nRF52832 development board but I get the following...
i found this link on nordic website to learn ARM with Nordic SOC.
www.nordicsemi.com/.../Nordic-ARM-Lab-in-a-Box-University-Program
Do you know where is the link for...
Hi,
I am able to program a SparkFun nRF52 breakout board via nrf52 Dev Kit using Segger Embedded Studio. However, I am not able to achieve the same results using nrfjprog...