Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi Support Team,
I used SDK14.1 with nrf52840 on PCA10056. I have a controller which was based on pc-ble-driver running on the host, and a target which was based on ble_connectivity...
Hello!
I have a problem with MQTT Publisher example on my nrf52840 DK.
here is my steps:
1. I edit nrf52840 mqtt example code with
Edit my MQTT settings with:
...
I wonder nrf52832 booting sequence detail.
I knew the booting sequence is MBR -> softdevice->bootloader->application.(is it right?)
but i am not sure how to work MBR and...
I am developing based on "nRF5_SDK_15.0.0_a53641a" [Ble_app_uart], but I am not using LOG in my development environment. If LOG related items in "sdk_config.h" are invalid...
[Ble_app_uart] of the old version of [nRF5_SDK_14.2.0_17 b948 a] is operating correctly, not due to the low-speed clock.
In the old version, the operation of the crystal setting...
I'm trying to get the TWIM peripheral up and running on a custom board with an NRF52810 running SDK15 and S112.
My board is properly advertising, and publishing our custom...
After nightmares with Eclipse I managed to setup Segger within 5 minutes and flash, using the guide from here .
That guide show a lot of very specific stuff you have to...
I have the following ADC code: bitbucket.org/.../eakpq
I have been trying for the past few days to get this code to just perform a single ADC scan, on five channels, once...
Hi,
I use ble_ant_app_hrm example on 41822.
I set advertising time is 10 secs then I will get a timeout event from stack. When I get this timeout event, I will put the...
Hi
I am trying to use DFU feature using nRF5_SDK_14.2.0_17b948a. I used given preexisted example hex files for bootloader and app and successfully able to use DFU feature...
Develop environment:
BLE: nrf8001(non-connectable mode)
MCU: MSP430F5529
Problem:
I would like to use MCU's timer interrupt to wake up nrf8001 for broadcasting....
I perform some time critical task in my application and sometimes this task fails. Before executing the task I make sure that my device in not in BLE connection and ADV is...
Hi,
I'm looking for an example of how NRFX_UARTE works.
I would like to set up a serial port with EasyDMA to send and receive a thirty bytes.
Thanks in advance for your...
Hello, I am developing ble scanner in which I want to print data of adv reports over uart. Printing is executed in main and in on_ble_evt function I add items to circular...