This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
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...
Here's the original error:
compiling app_util_platform.c...
C:\Keil_v5\Nordic_SDK\nRF5_SDK_12.1.0_0d23e2a\components\libraries\util\app_util_platform.c(17): error: #20...
am trying to use SPI with nRF 52832.
So I implemented spi_master.c which was used in nRF 51822.
However, it does not move hard.
The length set by SCLK does not come out...
Hi,
So I'm fairly new to programming the nrf51822 and using the Nordic platform.
I'm currently using the nrf51822 Waveshare DK. I have setup JLink5.1.2, nrf5_MDK_8_5_0...
Hello,
I am using SD 130 on nRF5 with SDK V12.1.0.
I want to write to a characteristic using the android debug app (nrf connect).
This is my code for the characteristic...
Greetings,
As mentioned in this blog post, GCC compiler -flto flag isn't mysteriously present since SDK 9.
devzone.nordicsemi.com/.../
Any specific reason for this...
Hello,
I use a SparkFun programmer to flash a nRF52832, once I flash my board (with the program below), I type in my terminal : "JLinkExe -device nRF52 -speed 4000 -if SWD...
I have many peripherals, dealing with each of them individually will be very ineffective. The peripheral has no buttons, but it has a display.
Questions :
For security...
Hi,
In my application of interfacing SD card with nrf52, I am using SAADC to sample the input signal at 1000 samples per seconds. These samples I am combining in 84 packets...
I have set up ble_app_uart along with gpiote and spi. When I first trigger the GPIOTE event the MCU is supposed to go to sleep after, but it seems to keep running in the main...
Hi Everybody!
I'm trying to integrate a buttonless dfu into my application but I'm not able to get even the provided example in SDK 12.2.0 "experimental_ble_app_buttonless_dfu...
Hi,
When calling app_sched_event_put inside the same hanler i am exit to main for(;;)
The main loop
for (;;)
{
nrf_drv_wdt_channel_feed(m_channel_id);
app_sched_execute...
Hi,
What is the valid configuration for SAADC with oversampling for nrf52 sdl12.2
I try
SAADC config
SAADC_CONFIG_OVERSAMPLE 4
nrf_saadc_channel_config_t channel_config...
Dear Nordic Team,
Thanks for supporting.
I have a nRF51822 Board (PCA10028) and Also i have arduino code for reabear from ( github.com/.../nRF51822-Arduino )this link...
Hi, all great guys,
We are using NRF51822 as the MCU,and met a very strange problem about the current consumption in our application. Normally,the lowest standby current...
Hi.
I'm new to Nordic BLE devices. Using the nrf51-DK.
I have a peripheral device (non-Nordic) which I want to connect to from a Nordic central (S130) using the public address...