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...
if flash nrf52832_xxaa.hex , board start to blinky
if flash s132_nrf52_5.0.0_softdevice.hex, board seems dead
what happed after flash these two hex files
does these...
Hi Folks,
I am playing with uart ble example described in this link ( devzone.nordicsemi.com/.../).
However, I would like to disable encryption on BLE link. I was trying...
Hi,
I have installed Software backend (micro-ecc) as given in:
infocenter.nordicsemi.com/index.jsp
Compiled example: experimental/ble_app_multirole_lesc --> compilation...
I want to make a BLE peripheral device that only allows connections from authorized mobile apps, and an app that only allows connections from authorized BLE devices. What...
Hi all,
I'm having problem porting some project from Keil to SES since our project use absolute memory location to put some variable that will be share between main application...
Hi,nordics
I failed to find primary service successfully .The sdk version is 10.00 and I reffered to the example is ble_app_uart_c_s120.The pripheral is a gamepad .I can...
Hello there,
I was wondering if there's a known issues page fro SDK 14.0.0 (not alpha).
Issue #1: crypto compile error:
I ran into an issue compiling nrf_crypto.c
...
Hi everyone,
Does anyone have the beginner tutorials about BLE migrated to SDK 14?
I am specially interested in those about services and characteristics:
devzone...
what command did "nRF Connect" do, after I click "YES" ???
Im stranded in this example : “ble_app_alert_notification”
I don't know how to use "nRF Connect"
when I...
Hey Dev Zone!
I'm attempting to flash FW onto the Thingy via the nrf52840 dev board (which includes JLink). I connected P19 header on nrf52840 to P9 on the Thingy. I downloaded...
I am trying to run below 10 uA with code below while GPIO and uart are on. Sleep mode is applied (below 10 uA), and only wakes up when button is pressed (can be higher amps...
I have a micro connected to the PCA10040. I can use flow control with 5=rts, 6=tx, 7=cts, 8=rx.
Are these pins necessary or advisable for hwfc?
thanks,
Richard
Hello,
I'm having problems getting a stable channel from an Android device (LG K8) and the nRF52 development board. It is hard to tell whether which side is causing the...
I think the answer is mostly no. My application is similar to the Gazell sample projects, it does not use Softdevice. What are the steps to make my application to be compatible...