Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
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 can run peripheral examples in SDK folder like GPIO, Timer, Scheduler ...
but when I want to Add somethings like GPIO to peripheral_UART_ble or timer or scheduler It didn...
Hi Nordic Community,
I am using the nRF51822 to receive a data stream from the SPIS module and transfer the data directly to a phone over BLE using the S130 softdevice...
This is a follow-up question to devzone.nordicsemi.com/.../
I am using SDK_11 s130 on nRF51-dk.
I discovered that on nRF-UART Android app, notifications are not enabled...
I managed to enable pairing without bonding on ble_app_uart by porting peer manager over from ble_app_gls. I am using SDK11 s130 on nRF51-dk.
I observed some strange behavior...
Hi Nordic's community,
I have an issue when writing uint32_t to a characteristic, i don't understand when i write uint16_t or uin8_t, it works ! but don't when i send an...
Hi,
I would like to add single bank signed DFU support to my project (running on nrf51822AC - 256kb version).
In SDK 10, there was an experimental bootloader with a nice...
Hi,
I want to transmit adv. data AES encrypted everytime. The Basic requirement is to do Encryption with Stream Cipher (Counter Mode) so i want to know when and where to...
Hi,
I am trying to get bonding to work in both iOS and Android versions.
As per the suggestion in : devzone.nordicsemi.com/.../ I used
attr_md.read_perm.sm=1;
attr_md...
I wanted to do pairing without bonding with ble_app_gls s130 SDK_11. I tried setting SEC_PARAM_BOND to 0. However, this caused the device to stop advertising. What is a better...
Hello ! Can I read with SPI registers without any problems from inside a ble_event_handler or a timer_handler or should I expect to have problems due to interrupt priorities...
In the SPIM section of the product spec for the nRF52832, the spec describes sending the STOP task (even if the peripheral is already stopped) and receiving the STOPPED event...
Hi,
If I have a custom board with the NRF51822 operating at VDD=2.4V, would it be possible to program the part using Segger JLINK Lite programmer that comes with the dev...
I am attempting to update the firmware on a DFU V1 device using javascript inside of a cordova app. Due to the time it takes to roundtrip the write response it is going to...
Hello again,
Edit:
I am now only getting these 4 errors after enabling the clock in the nrf_drv_config.h file
I may be able to track down the problem myself if someone...
Hi,
I'm trying to get NFC working on a PCA10040 dev board. Using the nfc/record_url hex file it works fine, so the hardware is obviously ok.
However, when I use the...