Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
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...