I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
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...