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.
Hi,
I have got my nRF52 DK. I could flash softdevice using nrfjprog.
But after reading s132 specification, i have following doubts.
How to flash application from the...
Hi all --
I have an application where I have a LDO generating 2.6V from a single lithium-ion cell. It has an EN input that I want to expose to the nRF52 with a little RC...
Hi,
I'm searching for the nRF52 Ref Manual. I've located the Product specification for the nRF52832, but can't seem to find anything for the Reference Manual.
I found...
To maintain compatibility with our current systems we would like to be force characteristics to be at certain handles, rather than having the soft device assign them sequentially...
I am upgrading from v12.0 to 12.2. I am using Linux, Eclipse, GNU ARM and Eclipse managed make.
I get compiler error ...nrfsdk12.2/components/drivers_nrf/hal/nrf_gpio.h...
Device: PTR5528
Board: custom.
I have just given coin battery directly to VDD. At P0.00, P0.02 i have two leds. On p0.03 and 05 i am having one interrupt and other is...
Hello everyone.
I am currently working on a device with some peripherals.
I have SPI slaves and other sensors that I am monitoring using GPIOTE driver.
I noticed a...
I am attempting to implement buttonless DFU with my application.
Using SDK v12.2.0 on a Rigado BMD-300 module (nRF52832)
Starting one step at a time, using nRFgo Studio...
I am running RTC in nrf51, after coming out of sleep mode RTC is getting reset.I want this RTC to keep running so that we can use it as wake up signal.
I am attempting to enable a second custom service with a vendor specific UUID with three characteristics (in addition to an existing custom service and the battery service...
Hello
I have created one custom profile using "ble_app_uart" project. Now I have an issue that I can't able to remove UART part of the code. If I remove the UART part of...
Dear Team,
when we compile in keil on one of the system we are getting hex file as 30 KB(Programme application which is correct one) & in another system we are getting...
There are three devices I am using (i)acts as Peripheral (ii)acts as Central and Peripheral and (iii) acts as central.
I connected device#1 to device#2, then device#2 to...
hi everyone!
I'm trying to use BDS with NRF52-DK with last SDK version.
I read manual here
to start develop my custom service in BDS.
i create my service and characteristics...