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...
hi, i am having a doubt. now my nrf 52840 is acting as a peripheral. it is advertising some packets and my mobile is acting as a central and receiving the advertising packets...
Hi there,
First: I’m a newby, just did some things with Arduino to control some LEDs etc but not much more before.
What’s my plan: I actually ‘ld lik to control some...
I am new to BLE development and have started by installing SEGGER Embedded Studio
Release 3.30 and have a J-LINK edu usb device and a Core51822 board from Wavetek.
I understand...
I am using various sensors to build a wireless sensor network. There are libraries for sensors that are provided by developers such as from adafruit or sparkfun. I have been...
What is the easiest way to use Arduino libraries into nrf52 projects in Keil on C?
Arduino has a lot minus : bad ide, not support debug mode, not optimize code size. But...
I work with nRF52832, based on SDK 14.0.0, and I have done DFU operation successfully with nRF connect on iOS, but when I used Android phone, nRF connect couldn't start DFU...
ble_app_gls_pca10056_s140.hex
Hi,
I am new in this field and i am trying to do current measurement on the nrf52840 PDK using PPK, in sleep mode(sd_power_system_off) i...
Hi,
I have just bought an nRFGo Motherboard (nRF6310) to develop for the nRF24LE1 (nRF2722). I was able to run some example code on the chip like toggling a pin. Next I...
Hello,
I have an application based on SDK 11 and Softdevice v2.0.0. Also there is a legacy bootloader from SDK 11 for performing DFU.
I am wondering whether it is possible...
When I run the UART app nRF5_SDK_12.3.0_d7731ad\examples\peripheral\uart in debug mode, the disassembly window opens, and I seem to get stuck on the second instruction. Step...
I am using a nRF52 and I have to measure two voltages:
the first continuously
when a command is received, the second voltage have to be measured and then...
Hi,
I flashed my nRF52840-PDK with UART/Serial Port Emulation over BLE program. Everything seems to be ok and I can connect with board via Android application. Next I would...
Hi!
I try to send data using advertise PDU and I need use custom 128 UUID.
How to convert to right format service_128_uuid and replace 16-bit value to init.advdata.p_service_data_array...