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...
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 running into a connection problem with connecting to the Secure bootloader example in SDK v13.1, whenever I try to connect I get Gatt 133 error. To my memory, the...
hi,
i doing a project where i have combined light switch server from nrf_mesh sdk 1.0.0 with nrf5 sdk 14.2.0 ble_uart_example to send.
my aim is to send on_off command...
We currently have an application that is running SDK 12.1 on the NRF52832. We have no issues doing a firmware update using the iOS SDK. What we are seeing is a long delay...
Hello, I am running bluetooth example.
I am using the nRF52832 board and SDK 14.0.
I modified the multilink example to make a slight modification and connect it to another...
I have a windows side application and an Android App, both of which are set to capture data from the Thingy Sound Service.
On the windows application, the data after being...
I need to be able to reserve some flash to permanently store manufacturing values that will never change. I did this on an nRF51 by reserving a 4KB block and setting the necessary...
Hi all ,
I have problem . I have 1 NRF52832 dev kit . It connect to STM32 devkit via UART . I want to tranfer firmware of STM32 from smartphone to NRF via BLE , and from...
Hi,
I added this in SystemInit() (just below the CONFIG_NFCT_PINS_AS_GPIOS section) within system_nrf.c so that I could easily turn on or off the APPROTECT read back protection...
I am using Thingy 52 and I need to use multiple sensors on the board. But the API reference is really poor and there is no examples on this. So I don't know how to configure...
I'm trying to debug a high current issue on a custom board based on the nRF52832. I'm currently loading a modified blinky app (entire main.c included below). On the nRF52DK...
hello,
I am using nrf52 DK and MPU 9255 .I am using source code given here here .of this link,I have taken 'nrf5-ble-data-ready-interrupts' example .code builts fine in...
Hi all,
I have a Thingy52 and a nRF52-DK.
I have successfully setup 2 different Eclipse projects to compile code for both hardware.
On the nRF52-DK, i was able to build...
I am developing Firmware for NRF51822, S110 in Eclipse. I Heard that there is two mode in Firmware. 1. Debug mode 2. Production(release) mode. Is there anything like that...
Hi,
Currently I am browsing the mesh sdk to get enough information for my own implementation,
However sometimes its quite difficult to see what a C/H file actually does...