Hi,
i use anRF51822 with soft device 7.
I run the UART app on my iPhone 4s with ios7 and on the nrf51822 board the ble_app_uart with keil uVision5.
Both devices connected...
Hello,
I upgraded nRFgo Studio software to version 1.17.0. Installation goes OK but the application crashes every time I try to launch it after installation process.. Then...
Hi,
i tried to send data from ios 7 via tx_characteristics(like in UART example) but received error:
didWriteValueForCharacteristic 2A38 error = Error Domain=CBErrorDomain...
I have been trying for a few days now to get my environment setup for development with the nRF51822. Since there is no official configuration for the Mac w/ Eclipse I have...
Apologies if this has been asked before but did search for 'format' in faq and got nothing.
I have been answering to questions.
In my answer I place hard empty lines....
Hi
i use nrf51822 s110 "hrs" example to transmit the data to ios.
I need to add an option to send back some data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hi
i use the hrs example to transmit the data to ios.
but i need to add an option to send back data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
while compiling my project it is showing a error in app_timer.c which is on line 62 STATIC_ASSERT(sizeof(timer_node_t) == APP_TIMER_NODE_SIZE);
The error is that it is divided...
Hi,
I'm working on the example ble_app_hrs with s110 on the pca10001 board and I would like to know how do I add custom service and characteristics. Do I need to modify...
Nevermind: my problem seems to have been: you need a battery at 3V powering a BLE Nano to program it from a nrf52DK.
Original question: I have connected a nrf52DK dev kit...
Hi all,
I am new to write firmware of ble device(Bluz). I wanted to change the default firmware of ble device. For that, I wish to write own firmware. Please guide me,...
Hi
I'm trying to catch the GPIOTE_IRQn interrupt, while the device is in system off.
Not enabling the SD130 V2 the interrrupt is caught once, and then not anymore...
...
Hello,
I'm currently trying to pair my board with my phone and I've faced some issues.
After downloading my device(NRF52 PAC10040 board) with experimental_ble_app_blinky...
Hi all Nordic developers,
I am currently working on nrf51 to scan all the nearby beacon and then i wish to send the data to the esp8266. I already able to scan all the...
When I try to copy a zip file from my email to NRFToolbox for DFU, the NRFToolbox app comes up and then immediately crashes.
Steps to reproduce:
Download latest NRFToolbox...
Hello, as it is clearly understood (by everyone developing using NordSemi's SOCs), this struct "ble_evt_t"
Hello, as it is clearly understood (by everyone developing using...
Hi,
I've read in your press release for SDK 12 that increasing the MTU beyond 23 bytes is now possible on the nRF52. I thought I'd test this increase out on my nRF52 with...
Hi All,
I have a basic question, i want to know what are the right value to use with the nrf51422 chip for the resistors with ADC.
I want to use the maximum value permitted...
Hi, I have problem with using example codes. I want to add GPIO control to ble_app_uart example. Adding gpio_config() function taken from app_timer_tutorial blocks program...