Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
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...