Hello everyone, I'm severely struggling to perform a simple task. I must be missing a very simple answer and, I hope with your help that I resolve the issue.
I am trying...
if the issue can be worked ,how to do that with android source code? the 2 ble pure devices (not android phone) connect with a ble android phone.
please check below, the...
Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
Hello,
i'm working with my own board with the SD V6.0 and nrf51822 chip id QFAAG0. Already works fine.
Now i switch to the new SD V8.0. The SD V8.0 is programming with...
Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
In an nRF51-based application I'm working on, I am using the SPIS peripheral and a generated clock signal to send a large buffer out over serial using DMA. I want to use the...
I am using nrf sniffer for trouble shooting. But it always exit unexpectedly. Wireshark was still open but the DOS window got closed.
I am attaching the log.txt.
log...
hi
in tutoriall service beginer there is
static void advertising_init(void)
{
uint32_t err_code;
ble_advdata_t advdata;
// Build advertising data struct to pass...
wireshark 2.0.3 which is what got installed when I downloaded it is not supported according to the nFsniffer program.
So what, and how do you set this up?
I am using a function to read the die temperature data from nRF51822 as follows:
static uint32_t temperature_data_get(void)
{
int32_t temp;
uint32_t err_code;
...
Hi all,
my Setup :
nrf51822 QFAC Build Code A1,Waveshare Core51822 Board
keil microvision
nrf device family Pack 8.6
without Softdevice erased with openocd...
Was testing DFU Failures scenarios on SDK 10 to make sure that the software elegantly handles when an Image fails to transfer/swap/load/disconnect..etc. I find that when an...
Using adafruit sniffer. Windows 7 32 bit professional, windows 7 64 bit professional.
After installing the FTD drivers I see com5 installed.
when I start the sniffer it...
On my own board based on 51822, I developped an HTS-like application with SD8.0.0.
Now, I would like integrate the DFU bootloader.
I follow the "Running the BLE bootloader...
Hello
I`m using the NORDIC nrf_drv_twi driver implementation from the PACK environment (version equivalent to SDK 8.1.0). Together with the S120 softdevice.
If there is...
I need to daisy chain a couple spi devices. I would like to disable the daisy chain in software in order to reconfigure some of the devices on the fly. Any help would be appreciated...
Hi,
In Keil's package manager there's an option to copy a project which produces a folder only with the necessary files in it (with links to rest of libraries @ Keil installed...
Hi all,
I am using ble open mesh with pca10028 boards ble mesh is working fine.
I am developing a application that has to blink led in mesh( without any delay between...
To conserve battery power, my Beacon application powers an attached sensor off GPIO pin 24. That way, when the sensor isn't needed I simply call nrf_drv_gpiote_out_clear(24...
Is there any ready-made example that would show how to configure nRF52 to make analog-to-digital conversions automatically on the background, without CPU intervention between...