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...
Hi,I use demo project in
nRF5_SDK_12.1.0_0d23e2a\examples\peripheral\saadc\pca10040\blank\arm5_no_packs\saadc_pca10040.uvprojx.
I made the following changes:
1.add...
Hi all,
what is the most correct way to delete the bonding information when the client and peripheral are connect.
Delete_peers
Wait the QUEUE_EVENT_PEER_DELETE_SUCCESSED...
Hi,
I have an nRF52832 sending data to a central device. At the central side I am testing two tablets (separately). One is a Samsung Galaxy Tab A 2016 10" and another one...
FDS error in FDS_VIRTUAL_PAGE_SIZE 1024 ?? (NRF51)
github.com/.../nRF52-fds-example
If I use FDS_VIRTUAL_PAGES 3 , FDS_VIRTUAL_PAGE_SIZE 1024 , then there comes FDS_ERR_BUSY...
HI,
I want to snifer BLE data using nRF51 dongle and ble-sniffer_win_1.0.1.exe,but when I plugin the dongle on my pc,then running ble-sniffer_win_1.0.1.exe ,it can't scan...
For my application I use a RTC. For now without SD and based on SDK 11.0. Later I will implement it in an application with BLE. My device is a Raytac module with a nRF52832...
I see some interesting phenomena on the power profiler (with nRF52840) that would need some help to explain. I am using the ble_app_uart code from ble_peripheral folder in...
I press the debug command for my program
Then I press the run the command
Here is the function of the run command
Continues executing the program until
...
Hello everyone,
We're currently in the process of porting our code from the NRF51 to the NRF52 (both without any softdevices). Everything compiles and seems to be working...
Hi all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
After performing the first ADC operation (4 channel scan, sample rate controlled from TIMER1), the power consumption stays at almost 4 mA for the nRF52832.
Why?
Initialization...
Hello, as oppose to S110, the function sd_ble_enable for S140 now includes one more parameter p_app_ram_base, which points to a value that stores the app base ram address...
In this tutorial
github.com/.../custom_ble_service_example
There are two additional files added to the template project
ble_cus.c
ble_cus.h
I understand that...
My peripheral uses a generic sensor service which I use for various sensors. Most of the sensors only have one integer as value and can be abstracted the same, hence I made...