Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
I created xml file for heartrate server using bluetooth developer studio and the plugin nRF8001_Arduino (plugin nordic semiconductor for arduino)
the generated xml file...
I read this older post ( devzone.nordicsemi.com/.../) and have a similar issue but with enough differences that I felt it was worth a new question.
I have an STM32 MCU...
I am having an issue with running the initial blinky example that came with the nRF51 PCA10028 SDK in the Eclipse IDE . I will include screenshots of the issue. I believe...
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...