Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
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...
Hello I am currently using the NRF52 DK2 PCA10040 with S132 soft device (nRF52 SDK v0.9.2) . I have setup my code to sample 4 analog pins periodically. I configured double...
Hi everyone,
Well, our device is based on NRF 51822 CFAC MCU. It’s an ibeacon based device which advertises and receives data frequently, and writes data into flash memory...