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...
Hi,
I ported some SDK code into my device (SDK 10 adapted for S110v7x) where I can successfully Bond my device and use the Services I need (ANCS on my case). I have simplified...
Hello,
I have a project that I want to transfer it from nrf51 to nrf52 (the changes are from nrf51822 to nrf52832). I followed the migration guide. And now it debugs so...
Hi all.
I have phone with nrf Tollbox and central device with DFU, SD130 2.0.0, SDK11.
I would like flash application to central by OTA when I enter password in nrfToolbox...
Hi Nordic,
EDIT: I am using nrf51422, with S210 v5.0.0. Everything that is below is referring to ANT protocol
I want to know if the thing that I am planning to do is...
I download the example of multilink central (S130) into nrf51822 .The central transmit 20 bytes to peripheral interval 50ms sometimes will reset.Anybody know the bluetooth...
Hi guys,
I have the NRF52-DK and want to power only the NRF52. So basically, I want to power it over VDD_nRF.
When I power my DK with a battery and then measure my current...
Hello!
Is it possible to read data sent from ble_app_hrs (peripheral ) to ble_app_uart_c (Central) on PC's serial monitor? If possible, how can i achieve this and which...
Hi,
I programmed nRF52 DK with BLE_APP_UART_SAADC_TIMER_DRIVEN with AIN6 pin as input and is working correctly. But when I programmed the same code in BMD300 the adc count...
I'm running an nrf52832, using SDK 11.0 and the S332 soft device. I've had instances where it seemed my flash data, stored with FDS, was corrupt after a firmware upgrade....
Hi Nordic,
I am having problems knowing what exactly happens in the following situation:
I have a connection established between a master and a slave, and the master...
Hi,
I have started your tutorials and just complement this one. devzone.nordicsemi.com/.../
Now when I tried to download other programs on the development kit, I get...
Hi,
I have wierd experience about using float32_t.
This is my test:
When i use operations on float64_t i got:
0.0001s MAIN:INFO:init_finished
0.0001s MAIN:INFO:loop...
I have a program which uses two timers to flash an LED, alternating between flashing once every 5s for 15s, then once every 0.25s for 15s.
If I run this on the nRF52-DK...
Hello,
I am new to nrf51822 BLE. I am using MDBT40 (nrf51822 series). Complete project is powered by 12V, 2500 Mah lithium ion Battery pack. I want to monitor battery level...
Hi,
I know how to OTA a ble device, but how do this on a ble master?
Is there any nrf tool can OTA a ble master ?
dev environment:
SoftDevices:S130 v2.0.1
sdk: nRF5_SDK_12...