I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
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...