Hi,
What should i do after i load mesh app in " github.com/.../nRF51-ble-bcast-mesh" adress?i have two board
When i download the app,why doesnt advertising exist.i cant...
hello
i am using the Nrf52dk with Visualgdb.
i try to run the example project (tcp/IP -> client).
i am using the Nrf5 IoT sdk v0.9
Project complied successfully but i...
I'm using an nRF52 (SDK11.0.0, s132) and am able to generate a hex and axf via Keil/uVision. It uploads and works just fine using a Segger J-Link. I want to try some lower...
Hi, I'm a newbie to Nordic and need to use multiple nRF24LE1s to get ADC values and transmit them to a single nRF24L01 connected to an Arduino. I need sample Keil compiler...
HI:
i hava a sender and it send a frame every 15ms ,not use any protocol,and reciver code like as follow:
while (1) {
Rf_StartRx(ReciverSC.RfBufPointer...
Any idea what the max SPI slave clock frequency is on the nRF51822? The product specification (page 46, v2.0) says the max SCK frequency is 2MHz, but I was wondering if any...
Hello together,
I am searching for the source code of the MasterControl Panel for Android.
Is there a reason, that the code is not available, because the source code of...
Hello,
I'd like to know, if there is any difference between nRF51822 EK and DK, except device number. Two devices from EK will be enough for me.
www.nordicsemi.com/....
Hi,
We are interested in integrating BT MP3 player in our product and Im wondering if we can use Nordic SoC to stream audio via bluetooth to the Headset? So create an A2DP...
Hello, I am trying to develop a low power application by using nrf51822 EK board.
In " Reference manual v2.0, 11.1.3 System ON mode ",
it says there is a mechanisms can...
I am using app_gpiote_user_register() and ads_interrupt_enable() to define a ping change interrupt. When the code runs, I can see on my logic analyzer that the GPIO pin assigned...
I have a nrf51822 project with S110 (v6.0.0) softdevice. I am using latest sdk (v5.1.0). I compile the project successfully with gcc and it does run too. But I struggle with...
I'm trying to reconcile two things I read about the softdevice. The GAP roles that are supported include broadcaster and peripheral. Also, there is support for a GATT client...
Hello
I am trying to build the nAN-36 application.
The main.c file include at least two files that I do not find:
#include "ble_eval_board_pins.h"
#include "ble_stack_handler...
We're trying to implement initial programming of the chip using SWD. We can connect to the chip and successfully enter debug mode but from that point on (as per section 11...
Hi,
I'm gong to design a pcb for nRF81522 (for both packages: QFN 48 pin and 64 pin WLCSP). I coudn't find the footprint in any documents. I appreciate if anyone can send...
Hi all,
Trying to read out the nRF8001 serial number using the nRF8001 SDK 1.7 and I cant seem to work out where I should be making the call to lib_aci_get_address?
After...
I'm a wireless novice, but have electronics experience.
I'm looking to add bluetooth low energy communication from a battery powered MIDI controller to a Macbook Air (or...
Ole,
I am trying to update the serial number value in an already initialized standard Device ID profile.
[i]dis_init.serial_num_str.length = (uint16_t)strlen(newserial);...