Hi
I have been searching the forums, but were not able to find an answer to my question.
I'm trying to sample 4 analog inputs on the nRF51-DK using the ADC hal. (SDK10...
Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
I created xml file for heartrate server using bluetooth developer studio and the plugin nRF8001_Arduino (plugin nordic semiconductor for arduino)
the generated xml file...
I read this older post ( devzone.nordicsemi.com/.../) and have a similar issue but with enough differences that I felt it was worth a new question.
I have an STM32 MCU...
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...