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...
I have an NRF52832 DK [PCA10040, V1.1.0]. It used to do programming with it, but now it suddenly stop detecting as "JLink" in Windows, Linux and Mac. Now when I connect it...
Hi, I use the twi_master_using_app_twi_pca10040 (SDK 12.1) to test the TLC59116 LED module .
By changing the example project's code by referring the GitHub code, I have...
Hello the Nordic Team,
I come here after a lot of research and testing and do not understand what is going on in my program. (is it Embedded or iPhone nRF Toolbox side...
hi,
I follow the pwm routine, 51822 can work and output pwm, when I want to change the frequency of pwm encountered a problem, the program reset.
I use the method when i...
Hi,
I'm using Nrf51822 to implement a RTC(200ms tick)
I connect a external 16MHz crystal to the MCU.
I use the S110 softdevice with BLE function enabled, so it's in ble_stack_init...
Hey. Has anybody played with autocomplete for command line interface.
I like it alot and it is very helpfull. Now a autocomplete would be cool!
Here is what comes to mind...
How to setup a nRFDK52 as a central and nRF bluetooth kit as peripheral. Should I use nRF go studio? Do i need to load the soft device first before loading the app? What is...
I want to store two floats and one 8 character string in fstorage.
I solved it by using 4 uint32 types stored in flash, I got it working in the ble_app_template example...
Good morning,
this is Algocraft (www.algocraft.com), an high tech company whose core business is to develop, design and market a wide range of professional systems dedicated...
Hi everyone,
I'm using a custom wrapper ( github.com/.../arduino-BLEPeripheral) with softdevice S130 v2.0.1. I've extended the wrapper to allow simultaneous advertising...
I am trying to implement a simple example with custom profile by building upon
the tutorial given devzone.nordicsemi.com/.../
My profile is something like this:
Service...
Hello,
My application perform reset periodically. When It does a reset the bootloader need to initialize the softdevice with SD_MBR_COMMAND_INIT_SD before calling sd_softdevice_vector_table_base_set...
Good times,
So I finally put in the tweak to enable the GPIO 9&10 pins to be used for GPIO instead of the default NFC mode. Must remember that reset for it to take effect...
Hello,
I'm testing ble_app_hrs example by nRF52832 DK.
When i change NRF_BLE_GATT_MAX_MTU_SIZE up to 158, the example project run properly.
But, when i change MTU...
Hello, I am using nrf52832 custom board, with SDK 11.0.0 and s132_nrf52_2.0.0 and trying to dim led. It seems the only suggested solution is to use the pwm driver. I was wondering...