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...
Dear Developer Zone,
I am new to ANT and am looking for someone to help me to setup an example 15 channel (14 devices) ANT network using the S332 soft-device to test communication...
Hello,
i am working with the Enhanced ShockBurst proprietary protocol and i am wondering where I can find the sources of this protocol, so that I can do some changes. ...
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...
Hi,
I am trying to use app_timer (had this working in isolation like I wanted) and esb (also had this working by itself) in the same binary. They both implement SWI0_IRQHandler...
Using nRF51822.
I use external DCDC to supply concurrent 3.1V for VDD(PIN1).
Then I have no way to check bettery level.
So I connect battery and AIN4(p0.03) separately...
Hi,
This seems to be an issue that pops up often. However, I wasn't able to find an answer here in the Nordic forum.
What I have:
a number of vendor services ...