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 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 use a Peer Manager in my project (nrf52832, SDK13.1).
Peer manager use FDS, but i also want to use FDS for storing user data.
As i know , FDS module use 1 virtural page...
Hi all,
I have here NRF51-DK, I am a bit familiar with the kit for a while.
Now I want to make a system using NRF518422 chip.
I manage to find a module - "Taiyo Yuden EYAGJNZXX...
I'm starting to read all the resources and examples included in the SDK. However, there doesn't seem to be a lot of emphasis on explaining how the programming architecture...
Hello,
I have the following observation regarding the potential problem with DFU bootloader
implementation :
I have noticed that the Bootloader DFU implementation (nRF5_SDK_13...
Hello!
I would like to program the nRF52 using the JLink Commander and protect it afterwards. Which register do I need to manipulate?
Thanks and kind regards,
Mi...
I download the nRF Toolbox app and its in swift.
My current app is in objective-C and I want to implement dfu in my app.
Is there any framework that can be used in my...
Hello,
I recently migrated to nrf52 and countering some problems
with NRF_ESB concurrently with BLE.
I started with This example which was a part of the Running micro...
The chip is nrf52832.
The SDK version that I am using is nRF5_SDK_13.1.0_7ca7556,the example that i used is ble_app_uart.
When i debug about low power,i encounter problems...
Hello,
I'm using NRF51-DK (PCA10028) and I want to be sure if I'm using the external 32KHz oscillator (X2).
I'm using SDK12.3.0. I'm running the beacon example.
In...
Hi,
Is there any tutorial already for the version 14.0.0 of the SDK (nRF52, more specifically I am using nRF52832)? I would like to know how to configure Advertising, and...
Hi
I have development kit nrf51 PCA 10028 and try to run uart example example with loopback (RX connected to TX, RTS connected to CTS). Unfortunately, after sending, I...
I'm using the bootloader_secure_ble example from SDK 13 on an nRF52832. I'm using the GCC toolchain. Here is an extract of the linker file from the example:
MEMORY
{
...
I'm running nRFgo Studio on Windows 10.
Have tried to re-install (nrfgostudio_win-32_1.21.0_installer.msi) without success..
Any idea what to do?
Thanks!
I'm using nrf52 with S132. I was trying ble_app_uart example and it is not printing any log messages into the COM. Do I need to do anything extra to make it work?
Hi there,
I am currently wondering if the following is possible?
As stated by the Cortex M4 reference manual states that a system can have 200+ seperate handlers within...