Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
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...
Hi!
I have some problem to reconnect an already bonded device containing a chip nRF8001 rev D with my iOS app. Rev C works fine with the first connection and the reconnection...
HI,
I want use some GPIO to detect "pin_high_to_low" or " pin_low_to_high".
and I think the "app_gpiote.c" might be helpful.
but I have been confused by function " sense_level_toggle...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
I want to load a Blinky project to the AK board, and the dongle is used as a jlink, but I forget to move the jumper to the 'out', and the program is loaded to the dongle....
Hi,
I change the example ant_broadcast to acknowledge mode, but it seems that without a peripheral side,the LED0 will still twinkle.I don't know how to change the project...
Hi,
I'm porting a nrf51822 evaluation board 10001 tested application to a custom board. Part of the application is using UART interrupts to raise a flag and start data...
I am experiencing an error in the final linking stage of my build.
_build/blinky_gcc_xxaa_s120_xxaa.bin: file not recognized: File format not recognized
collect2.exe...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
My application seems to be running out of memory, now I received NRF_ERROR_NO_MEM from sd_ble_gap_ppcsp_set. I don't understand why this has started since I don't think i...
Im using custom board with nRF8001. I'm using Hello World example from GitHub.
The nrf chip revision is C not D. When I connect the board to Arduino Leonardo the device start...
Hi
I ran the example " ble_app_hrs ". the consumption is 1.5mA, when I hold SWCLK and nRESET low,the consumption is fall to 0.9mA. how I could reduce the consumpion??
I can input "hello" in win8.1 with button 0
==
before text in iphone5
I change
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(16, UNIT_1_25_MS)
#define MAX_CONN_INTERVAL...