Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Suppose there are 10 BLE peripherals in a room and one BLE Central,then is there any way i can get the list of available peripherals[name or id.. etc]?
I am using NRF5182...
I am using SDK_11 s130 on nrf51-dk. When err_code is any value other than NRF_SUCCESS, APP_ERROR_CHECK(err_code) will cause nRF51-dk board to reset. How can one get APP_ERROR_CHECK...
Hello All,
I have problem with ble_app_uart which are not support DFU services.
When I am implement both services device will not advertise. and when ble_nus uninitialized...
[symptom]
I want to update my application/bootloader/softdevice by DFU.
Steps are shown below.
bootloder/softdevice update
if 1 step is done, application update...
Hi all
The nRF51822 product specification V3.2, chapter 8.8, specifies the times t_CSD and t_CC of the SPI slave peripheral for the low power mode and for the constant...
I've experienced some struggles programming for Taiyo Yuden's EYAGJNZXX board. According to the user manual provided its chip is nrf51822 (which supposedly works with s210...
Hello.
I have a question.
I use nrf52 & Keil.
I want to get data from sensors and send it with BLE.
Now, I found sample codes.
It uses UART and sends with BLE.
...
HI,
I want to send an "Echo" command to the nRF8001 using an ATMEGA328. Can some one suggest code for it ? How should the command be coded in a packet ?
Regards
Hey,
currently I use nrf_gpio_pins_set() and and nrf_gpio_pins_clear() from nrf_gpio.h to set and clear specific GPIO ports, respectively. If I want to change the current...
Alright, I have searched high and low and been unable to find a simple answer to this question. It must be possible for the nrf51 to launch Siri on an iPhone, I have seen...
Hi!
I'm doing an Arduino .txt file sending project using the nRF24L01+. But i'm quite a noob in this so i'd like a bit of advice.
I'm using an Arduino Uno, and I made...
Hello,
while reading some nrf5 examples, I've stumbled over a pattern in the examples, where the result code of a function is stored in variable (most of the time named err_code...
Hello Everyone,
I am porting rf receiver example code which are available in another platform.
I have used this rf module : www.amazon.in/.../B00NRQ3BIM
I am attach...
I am using app_timer to measure the time taken to execute a function. I am using ble_app_template code. As mentioned in the documentation, app_timer needs to initialize the...
I am developing an advertise only code.
There is PERIPHERAL_LINK_COUNT macro in ble_app_template that is used by the softdevice to reserve RAM for peripheral link...
I am using:
DK52
SDK 11
Softdevice S132 2.0.0
I have initialized my service as follows:
#define BLE_UUID_BASE_UUID {0x05, 0x00, 0x00, 0x00, 0x00, 0x00...
I migrate a project from keil to IAR, at the moment of bulding im facing this error:
arm_startup_nrf51.s
Error in command line: Invalid argument to option '-D'
Error...
We did initial work on the NRF51DK (PCA_10028).
We are using SDK 12 and ARM-GCC.
We were able to compile and run successfully the experimental_ble_app_blinky and connect...
I'm attempting to make a sense of app_gpiote.c (in SDK 11) to see if it's suitable for my application and I can't find a match between the documentation, the sample code and...