Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
I am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
Hi, I use
nRF51822 Rev.3, SDK 7.2, SDK 10.0, S110 8.0, and S120 2.1 most of the time.
I mostly quote most of the codes from the SDK's examples such as HID keyboard or...
Hi all,
We have a issues with the SPI communication and hope someone could help us.
Using SDK 8.0.0 and Soft Device S110 8.0.0
code process step:
enable ble...
Hi
I am investigating some weird issue where a device sometimes locks up: it is BLE connected to my iphone app, and then I bombard it with writes to a specific characteristic...
Hi everyone,
We are on the lookout for a bluetooth module from Nordic that is suitable for our product. The product is a handheld digital stethoscope that transfers acquired...
I am building my application up on the ant_scalable_encrypted_tx example. I want to use RTC too, for that I took an example code off of the rtc example.
The problem is...
Hello.
I use s130 2.0.0-7.alpha stack and thus app starts at 0x1B000
Questions:
How to change default app start address, for example to 0x25000 ?
How...
I'm using the nrf51822 EK board (pca10001). I'm able to connect fine from my laptop (using Bluez) if I use a random address on my laptop. However, if I use a public address...
I am new to Nordic Evaluation Kit.
I am working in Nordic nrf51822 (PCA10001) Evaluation board.
Following are my setup.
OS : Ubuntu 14.04 64 bit.
SDK : nRF5_SDK_11...
Hi all,
I need to know the RSSI Value (distance) between my nRF 51 DK and my connected device (iOS Device). I made these code changes:
switch (p_ble_evt->header.evt_id...
Hello!
I've been using RTT viewer to view some data in my nRF52832. Everything works fine but I am unable to clear the RTT viewer terminal screen.
As it is in the manual...
Hi,
I am trying to get the experimental NFC example "HR with pairing over NFC" to work.
I can read the tag correctly with an android phone : the NDEF message is correct...
Dear All:
My NRF24L01+ use Dynamic PayLoad,What register need configure NRF51822?
NRF24L01+ Configuration as follow:
SPI_RW_Reg(WRITE_REG + DYNPD, 0x01);//Enable...
Hi,
I've been using the ble_app_uart example as a template for our use case. It is a good starting point. We don't actually need UART functionality, and we've assigned...
Hi,
during programming, we receive error as in this question . The hex files do not overlap.
It seems to happen only when the board has already been programmed before...
Hi,
I have an application that requires watchdog to run continuously. And from application I have code that jumps to the bootloader without device resetting using bootloader_util_app_start...