I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
Hi Everyone,
I face a problem regarding uploading Application Hex file, I use nRF Toolbox v 1.15.0 mobile app to upload the firmware, Bootloader is successfully uploaded...
Helo, i'm working on firmware for a device, which should be able to scan for other devices, advertise data and be connectable. Scanning and advertising works. Problems come...
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...