I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
I am using nRF52832 DK. I have connected our custom board using Debug out and loading code is successful for custom board. I loaded radio_test code.
Now I want to test the...
I use eclipse IDE as a builder. My toolchain is arm-none-eabi 5.2.0.
Compilation is for N52832 processor. I imported *.ld script files and startups from nRF sdk.
During...
Is there a plan to fix this errata limitation from errata limitations documented on softdevice?
If Radio Notifications are enabled, flash write and flash erase operations...
Hi all,
I'am using nfc url record from nRF5_SDK_11.0.0-2.alpha.
The example works fine on PCA10036 but not PCA10040.
No ITs are generated on µC.
I'am using Nexus 5X...
I am developing an code which requires use of multiple Timers.
I am using Sdk 11 here when i try to initialize timer there is no field for APP_TIMER_MAX_TIMERS in APP_TIMER_INIT...
Inorder to create a c++ wrapper in nordic SDK , i have to
change the Makefile so that it can compile both C++ and C.
in the example the makefile already has gcc added but...
I would like to have BLE using 51822 and audio using a separate BT classic chip on my device. Are there any products in the market that use separate BT chips for LE and classic...
Hello everyone,
I would like to ask that when my project will get the event(BSP_EVENT_SLEEP、BSP_EVENT_DISCONNECT and BSP_EVENT_WHITELIST_OFF)
With the example,in the...
Hi,
I am evaluating the NRF52 with PCA10040 board and nRF5x_SDK_11.0.0.alpha.
I want to create Wave Forme as below.
Out[0] pin transit low to high at compare 0, Out...
I noticed S110 is not listed as supported by nRF5 SDK11. However, no supported SoftDevice seems to offer the same functionality as the S110 (Peripheral only protocol stack...
Hi,
in SDK v9, i tried to compile the bootloader example, but:
/usr/lib/gcc/arm-none-eabi/5.3.0/../../../../arm-none-eabi/bin/ld: region `FLASH' overflowed by 6944 bytes...
Did anybody know how I could determine the connection interval for a established ble connection between an android (4.4) central and a (e.g. nRF51822) peripheral?
I've been having a little bit of an issue trying to parse UART data that I am receiving from an external device.
Where I'm having issues right now is comparing an incoming...
Every 10 packets send; it will have at least 1 packet with 1-2 bytes corrupted data.
The configuration as below:
data rate: 2Mbps
channel: 7
Prefix0: 0xE2
BASE0...