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...
I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hello ,
I ’ m trying use nrf-blue-image-transfer-demo with nRF52840-DK.
https://github.com/NordicPlayground/nrf52-ble-image-transfer-demo/tree/master/pca10056
I use...
Hi,
I have a problem with the mlme_start_req:
I have defined the following structure for mlme_start_req_t:
#define SUPERFRAME_ORDER 15u
#define BEACON_ORDER 15u
...
Hi.
I was wondering if there are any options in the pipeline for the nRF91 series. Any pin-compatible variations of the SoC, like a device without GPS or BLE or other...
I using the nRF mesh SDK v2.2.0
I do the below steps:
- Provisioning the light node by the interactive PyACI
- Configure the light node
- Can the node with PyACI using...
My simple BSD socket example does little more than send/recv a message to a server over LTE (it's adapted from Rallare's tcp sample). It works, however the recv() call does...
Hi,
I am developing firmware for a custom NRF52840 based board. I am using softdevice 6.0.0 with SDK 15.0 and the SES environment.
I am trying to use three application...
Hello, My name is Rafiul Islam, and I am a part of a Capstone Engineering team at Simon Fraser University (Vancouver, Canada). For our capstone project, we are expected to...
Hi,
I have the simplest of SAADC sampling scenarios whereby I'm sampling a voltage in a one-off manner, nrf_drv_saadc_init, nrf_drv_saadc_channel_init, nrf_drv_saadc_sample_convert...
Hello,
I am using NRF52832 and nRF5_SDK_15.2.0 for the our device.
I am using FreeRTOS also.
I have some issue about sleep mode with FreeRTOS.
I refer to some suggestion...
Hello,
I'm having a weird issue that I'm not sure how to debug. I have an app that I know works fine if programmed just with the softdevice. However, when I also program...
Hi,
I want to implement the tap sensing in my product. for that i have BMI160 accelerometer for tap detection interrupt.
during wake up time i need to read the accelerometer...
Hello,
I am interfacing some chips + sensors to wirelessly communicate to an nRF24L01 connected to an arduino nano which is pluged via USB to a computer.
This nRF24L01...
Hello,
I'm trying to work with ADC on nRF9160DK and I'm using 3V for VDD IO;
With below configuration
I'm getting full scale reading at 640mV
When I've switch to...
Hi,
Our product is based on peripheral device (nRF52840, SDK 1.5, SD s140) and in-house PC (windows) / mobile (android) applications.
We plan to implement bootloader ...