Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
Hello
i am using the Nrf52 with pca 10036 board. i am working on fruitymesh to work on visualgdb.
i am getting problem here
"#pragma pack(push)
"#pragma pack(4)
...
Hello, i need to count 1 or 2 minutes. Someone can recommend me if to do that is easier to use app_timer or RTC?
Which is the value that i have to put in the prescaler...
Hi,
I have bootloader ,Application with buttonless dfu (with FreeRTOS) and S132 v3.0,
Flashed SD3.0 and then bootloader with debug support. After updating application zip...
Hi all
I use the nRF52832 and the SoftDevice S132 V2.0.1. When I perform a soft reset (NVIC_SystemReset) while the SoftDevice is running, the fault handler is triggered...
Sorry i'm survey in forum ,and try for a week , the problem still there , please help me !!
I'm try to compile APP1 in IROM1( Start:0x1B000 Size:0x4650) ,APP2 in IROM2...
In Nordic's example GCC projects, the Makefile of the SD examples have -DSOFTDEVICE_PRESENT defined. However I noted that even though it is defined here, in nrf_drv_common...
I have a 1 second app_timer running which increments a 1 second variable used as unix time. We have a 32Khz Xtal, etc, which should result in good accuracy.
I have noticed...
The QFN package has an exposed gnd pad. Are thermal vias required in this gnd pad? The reference design has a 4x4 thermal via array. I believe this is only there because Altium...
Hello,
I'm using a BMD200 module (with a nRF51 chip inside) and the custom_board.h provided by Rigado along with their EVK. I'm also using a BMD200 on a board I developed...
Hi There,
Under what condition(s) would a master skip a Connection Event (i.e. not transmit to the slave)?
We are currently testing using v12.1 SDK. I have configured...
After connect I try to find a service using MasterEmulator method DiscoverPipes() . I'm using event masterEmulator.LogMessage += OnLogMessage; to print logs. First it write...
I'm trying to implement an application where one board updates another board with Nordic's DFU service. I'm using the NUS client example as a basis to develop the BLE central...
Hello,
I am working with the nRF52 Development Kit and the Enhanced Shock Burst Protocol. I am trying to send Data from one Development Board to the other with static Payload...
I want to encrypt advertisements using aes-ccm peripheral present on the nrf51 board. I am not using softdevice, instead I am generating my own packets and transmitting them...
Hi,
I want to check if the FW is properly loaded into the chip and the chip is locked. Reading APPROTECT hangs the chip even if SD is not enabled. I assume APPROTECT is...