I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
I am developing a script that runs on the nRF51822/ BLE nano to connect to other devices using blue tooth low energy. To do this currently I am looking at the heart rate example...
I am testing the ble_app_uart and nRF UART app. When I transmit the message from mobile phone to the module. The module can always receive the data and display on the terminal...
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...