Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
In the nrf51 series reference manual section 12.1.9 it states that there is hardware protection that prevents write instructions from being executed and that there is more...
Hello, I have established the connection between two pca10001 boards, one as central and one as peripheral using multilink_central and multilink_peripheral. I have serial...
Hi,my friend,
Now,I use nrf905.Situation is as follows:
I use the NRF PCB circuit of data manual.Nrf905 work, often loss of data.
1.The Product host is to use the stick...
Hi,
I want to use the Blend Micro with more security. I want use a passkey for the Bluetooth connection. For example through the iOS Device.
Is it possible? Static passkey...
How do I receive multiple signals simultaneously at a single receiver (433MHz) with multiple transmitters ?
I am working on a polling system. This one is similar to the audience...
Hello,
I established a connection between my central and peripheral module. Now i want to write characteristic value on peripheral. I tried with sd_ble_gattc_write function...
I explain my hardware, An MCU + NRF51822, Communication is done via the UART TX RX between them, baud rate is 9600.
MCU through UART transmit data to NRF51822, then NRF51822...
My goal is to control a RC toy drone (4-ch 2.4GHz) from a PC. I've seen some hacks (for example dzlsevilgeniuslair.blogspot.com.br/.../more-toy-quadcopter-hacking.html) using...
Hi sir
In the Developed zone, I found how to read RSSI value as below. According to nRF51822 RM, RSSISAMPLE would be 0~ 127.
Actual RSSI is – (RSSISAMPLE) dBm. But, I found...
Hi
We are using the UART demo to communicate with the nrfUART app.There's a condition some
time when it connect,it will disconnect immediately,anybody know what's the issues...
I'd like to get familiar with implementing a blood pressure and heart rate monitoring Bluetooth device. Which development/evaluation kit is the best to get started with? ...
Hi,
I'm using the "ble_uart_project_template" I would like to put the "host" processor into a deep sleep mode to save power while the nRF8001 is still active.
Is there...
Hi,
Can anybody help me, thanks in advance.
What is wrong with NVIC_EnableIRQ(UART0_IRQn) - the execution halts when calling this macro ?
I'm working with Keil. ...
Hi Team,
Is it possible to implement the iOS application to track the iBeacon Component after closing the application(Background processing).
Please provide any example...
Hi,
I am working with Arduino/Ble Shield to implementing a keyboard device with some consumer control keys support,
My implementation will be based on hid_keyboard_template...
Hi Nordic folks,
I’m stumped by an an error in sd_softdevice_enable() that outputs this from my error handler:
[ERROR] app_error_handler (src\core_functions.c:183...
It clearly states in the nRF51822 Beacon Firmware Documentation that you need to use the Master Control Panel in order to connect upload new firmware.
Now that said, there...
Hello,
I'm using Win 8.1 BT LE stack to communicate with the NORDIC. I am using soft device s110. I use notifications to send data to windows which assembles a message...
Hi,
I'm writing a little piece of software using direct access to the radio registers in NRF51822. Is NRF51822 capable of calculating BLE checksum in hardware? As far as...
PROBLEM: the event handlers are never called after app_timer_start called
I have a design without the LFCLK XTAL. I initialize the stack with:
static void ble_stack_init...
HI ALL
i have successfully creat my own service referring to the example ble_app_lbs and reference nAN-36.
but when i tried to creat my own characteristic in my service...