Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
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...
Greetings,
I'd like to develop a wireless sensor network based on your products, but have a few concerns based on my lack of knowledge of how Bluetooth LE works.
I've...
We are running FreeRTOS on the PCA10028 development board. We have bumped into an issue where the code asserts if we turn on the FreeRTOS configASSERT functionality. It is...
Hello,
I am using nrf starter kit and nRF51822 DK modules atached. I'm using external usb-com uart modules (based on FT232 chips) for communication with PC (Win7) and hyper...
Hello everyone
i am trying to configure the buzzer int he development board inordert o create the buzzer beep sound i have configured the GPIO pin 14 fir the buzzer so...
The ble-sdk-arduino UART examples (and others?) have a rather convoluted scheme to delay the ChangeTimingRequest until after an ACI_EVT_PIPE_STATUS event indicates that the...
Hey guys,
With the BLE stack initialized, I’m not able to get the power down to where I’d expect with nRF51822, running SD S110 8.0 and SDK 9-2.
I’ve tried three, very...
Hi,
I'm new with a) the Nordic Softdevice environment and b) using the nRF52. So there are a few questions...
As a starting point I've used the template project (.....
Hello everyone ,
i am trying to increase the sound of the buzzer so can anyone suggest me do i ahve to increase the supply voltage or do i have to modify the dutycycle...
I have now used days trying to create a working clone of "dfu_dual_bank_ble_s110_pca100028" so that the source would compile and result would work correctly, independently...
I have 5 LEDs - ideally I would like to control the brightness of each one independently (i.e. 5 PWM channels). I'm using SDK 9.0 and SD 310. I have been looking at the PWM...
Hi,
I got the ble_app_beacon_s110_pca10028 from Keil_v5 Pack Installer to compile. I followed the step to use nrfutil.exe to generate a zip file. But when I did the DFU...
I can't afford nRFgo Starter kit as of now; so my question is if there any other way to program my application (firmware) in nRF8001? I am looking from following options:...
Hi,
File "nrf_drv_config.h" defines both TIMER1_CONFIG_BIT_WIDTH and TIMER2_CONFIG_BIT_WIDTH as "TIMER_BITMODE_BITMODE_16Bit", can these timers be configured as 24 bit...
HI,ALL,
I want to take use of hardware flow control, but when i set or clear the RTS signal, it failed.
something about the attempt as following:
the purpose:enable the...