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...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
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...
Hello,
I used translation software.
I am measuring current consumption.
I supply it from an external power source.
I connected the SB 12.
After that, I supplied...
Hello,
I'm having trouble to work on the nrf52832 DK with the accelerometer.
First, I tried to wire the accelerometer as I was wiring it on a Arduino Uno but I couldn...
Hi everyone, maybe I'm wrong but I think that the Garmin oregon 600 uses a ANT+/BLE chip made by NordiSemi, it's possible to know exactly which one it is?
Thank you a lot...
Hello,
i'm trying to DFU from 13.1 to 14.1..
What i have tested is flash(SD + B) + dfu(APP) on both versions. Now i'm trying to DFU all from sdk13.1 to 14.1.
Is it...
I know that latest nRF5 SDK and nRF mesh SDK support SES, it's really a good news for developer. I'm just curious that, can I use SES to flash SoftDevice on macOS? If so,...
Hi;
I am using NRF52 DK(pca10040) board nowadays with sdk 14.0. I read a blog post about power consumption in nordic webpage.( link )
In this blog post, there is a webpage...
I´m currently developing ble peripheral application for the nRF52832 with SDK v13.0.0. I need to have a secure connection between the nrf and android or ios mobile device...
Hi There,
i am new to nrf51822 and new to program this kind of controller.I searched over the website, I couldn't find a good introductory documentation for programming the...
hello there,
i am using nrf51422 but dont know how to write a program for uart. i want to send AT commands to Quectel M95 using uart .
good help appriciated!!
cheers...
Hi. I'm using nRF51822.
My solution needs power on and off continuously.
I think that is not so good at chip.
Do you have any data for how many times it can bear for PWR...
Hi, I'm using nrf52810.
Size of flash memory of nrf52810 is 192kb according to the datasheet.
But size of hex of S112, nrf52810 softdevice, is 281kb.
Why size of S112...
Thanks for reading my question.
I use SDK14 , PCA10040, S132 and modified a little bit of uarte driver, but that should not affect what I said below.
I set the DMA buffer...
I read about Segger studio (on their website) that it reduces the code size. I try to check it out
Here's my opposite result
I've compiled the same app (e.g uart_example...
Hi all , when I run and debug my code , I frequently encounter error :
I think it's related RAM configuration on KeilC .
Please show me what is error ? And how to solve...
Hi there,
So I'm going through that complicated step of setting up the IDE for the first time to get started programming and I'm having issues doing it with the SES and...