Hello,In normal condition, I use UART,pwm,spi an so on.Now I want to clear the configuration, and enter System ON mode.But I don't want to system reset.
How should I do...
Hi, everyone~
My goal is to collect data from 4 sensors simultaneously using iPhone.
Now, my testing code for sensor nodes is working fine. It was built based on the...
I am an android developer and I am using your nRF Master Control Panel (BLE) product as published on Google play. Below is the link to the app:
play.google.com/.../details...
I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
Hi All,
Am using NRF52 ,S132 soft device , I am trying to send two packet of twenty byte every 5s . in a timer interrupt handler I call ble_nus_string_send twice continuosly...
I have following set up for current measurement.
NRF52 DK PCA10040 v0.9.0
nRF5 SDK v11.0.0 : Power Profiling Application
S132 SoftDevice v2.0.0
nFR Master Control...
hi
does my nrf51422 v2 have uart over ble?
its version 2 and its supported sdk is 6 and it does not have ble_nus.c
does my nr51422 v2 support uart over ble?
Hello,
I've been playing with BLE applications with my custom board with nRF52832.
I have flashed "flash_s132_nrf52_2.0.0-7.alpha_softdevice" from ble_app_template project...
Hi
I'm having issues implementing ADC sampling to my ble project.
I'm using the nRF51-DK with SDK11 and S130. I used the example from github ( github.com/.../adc-example...
I want to update over BLE with using DFU tool. But do not start updating process.
DFU tool indicates "Enabling DFU Bootloader".
Bootloader stops at memcpy() of dfu_ble_peer_data_set...
Hi there,
I am now in FCC stage and finalizing a FCC code using the radio test sample code. I do have a delimma on what type of radio mode I have to use. Will you please...
Hi,
I am working on a school project, and I need to use a nRF51 dongle as a BLE master. However, when I try to use JLinkExe to connect to the dongle, it fails all the time...
Hi am using NRF52 board ...and am trying to send data(which is not a string) using ble_bus_string_send . I send data only once from a one second timer but the other side is...
Hi all!
I'm working on an nrf51822 (technically right now I'm using the PTR5518 as I'm still prototpying), and trying to set up a voltage divider on my pcb in order to...
Hi,I am debuging my programm base on SD-110-V6.0.0 ,sdk-V5.2.0. When I use the
static void characteristic_disc_req_send(const ble_ans_c_t * p_ans, const ble_gattc_handle_range_t...
Hi everyone,
I have a nrf51-dk. I am running Master Control Panel app on my win7 computer. However, I cannot see my nrf51-dk in discovered devices section. Log says, Loading...
I am working on an application for the nRF52 Preview board, using SDK 0.9.2. I need to acquire about five analog samples from a single channel at roughly 100 Hz, then wait...
I use SDK9.0,SD8.0,the device is 51822AC,the device can enter to Bootloader mode.
As it shows below.
Then I selected the .zip file to start DFU
But when it reached...
I'm trying to do all my development on linux, mostly so that I can use a continuous integration environment. I'm setting up a server to compile my firmware app on every pull...