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 Nordic Developer Zone,
I also encounter a problem with enabling indications in my Android project. I want to enable Indications so I can gather informations store in...
Is anyone able to access the documentation for the Advertising Module?
Try this:
Go to the InfoCenter at:
infocenter.nordicsemi.com/index.jsp
Select the following...
Has anyone tried to plug an R3 shield to the nrf52 DK?
I was about to try, but it looks like the pins don't line up correctly - but then I have no experience with R3 shields...
Hello everyone,
I'm using the nRF52832, i would like to shutdown the timers, so i can enter the low power mode. In the datasheet tasks_shutdown for the timer modules is...
I have an application which receives commands from a co-processor via UART. Some commands are BLE-related such as, e.g. start-scan, stop-scan, connect, etc.
As the UART...
In nrf_drv_adc.c , there are loads of these ASSERT() macro calls:
ASSERT(mp_state == NRF_DRV_STATE_INITIALIZED);
But there is no variable mp_state. This will fail...
Hi! I have asked a question in this topic ( devzone.nordicsemi.com/.../) and now I can send one packet of 20bytes. What I cannot do is sending two packets at the same time...
I have nRF51 Dongle.
I can set it in BOOTLOADER mode and update firmware like:
developer.mbed.org/.../
I see the dongle in Device Manager/Disk drivers like "MBED microcontroller...
Hi all,
i have a little issue.
If i remove the bond information with app Master control panel, my slave cannot connect again with my phone. [Pairing Reject from Nordic_CTS...
I am moving from S110 and SDK 6 point something to S130 and SDK 10. I have my basic BLE code going but am unable to get the SPI back-in-action. I am using gcc and the s130...
I use NRF51822qfaa,s110 v8.0, now I use master TWI to drive the TWI bus chip.
the TWI bus chip Slave Address is 0x48.please see the below program .
question:
1.The...
this is the main program!
#include <stdbool.h>
#include <stdint.h>
#include "nrf_delay.h"
#include "nrf_gpio.h"
#include "boards.h"
const uint8_t leds_list[LEDS_NUMBER...
Hello,
I migrated from SDK 9 to 11 (S132) and i cannot receive anymore custom advertising (from another nRF52)
I receive another devices advertising events so reception...
I'm looking to use this dk for a small project.
Has anyone made or seen a box for the devkit easliy available (.STL) for 3d printing?
And for added coverage, can I just...
The documentation for EVTEN in the manual, showing the RTC Tasks and Events system (Figure 45) led me to believe that if EVTEN for an event is disabled the EVENT will never...