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,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Dear Everyone.
Hi, I develop nrf51822 with DK PCA10028. I have been optimizing the power consumption to some extent. But now I am very confused.
I use S110 softdevice...
Hello Everyone
We have a project using the Feather 32u4 BLE chip to communicate with an IONIC Application on Android.
And the huge problem is that i'm really really...
Hi,
I am interfacing HX711- 24 bit ADC for Weigh Scale to calculate weight which has
DOUT and PD_SCLK for Digital Output and Digital Input. I have the working Arduino code...
With Eddystone example in SDK12.0.0 I am trying to configure with nRF Beacon for Eddystone application but every time I change the URL " www.nordicsemi.com/" to something...
I use SPI connection according to the table .
I want to press the button 4 on tx (P.06) to transfer "hello", to write down the answer of rx(P.08) in the file on sd card in...
Hi
I'm using nrf51 to notify some data to an andriod device. I set the connection interval of my nrf51 program to 7.5ms. And I need to send 100 packets per second (20 bytes...
Hi Admin.
How can i calculate distance using RSSI. is there any existing method available? i tried statically(like 35-40=1m 40-45=2m) but i dont know actual method to get...
Hi all,
I am trying to add the iOSDFULibrary library to an existing Objective-c project via Cocoapods (Xcode 8.2.1 - target iOS 10).
I have followed the steps reported...
Hi
I've just done a few tests with the FDS system of the SDK12.2. My observation is, that the FDS doesn't properly use all assigned flash pages to reach a maximal lifetime...
Hi,
I am quite new to nRF51 development so please excuse me for my mistakes or not using right words if any. I have some code that fully works on the official nRF51 DK...
Iam using softdivice 110 and sdk 10.0.0, when i connect UART RX pin to TX of STN1110 the processor doesn't start until I remove connection between RX of nRF51822 and TX of...
Is this antenna pattern and design for our custom board is fine? we are using the nrf51822 with matching circuit.
Please put your valuable suggestion from your experience...
Hello,
I am using nrf5 sdk 12, and I have read the documentation in ble_gap.h for NRF_ERROR_INVALID_STATE and I have seen a few questions on this forum, and what I understand...