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 having an issue with running the initial blinky example that came with the nRF51 PCA10028 SDK in the Eclipse IDE . I will include screenshots of the issue. I believe...
I use nRF51-DK and nRF51-Dongle for a BLE sniffer.
Always the sniffer fails and marked with an error "Encrypted packet decrypted incorrectly (bad MIC)".
It can not be...
Hi,
I'm using long write in one characteristic but if I try to configure this characteritic with write authorization (attr_md.wr_auth = 1) it doesn't work. I need to send...
Hi, I disassembled an Acer Mouse and saw a chip named "NRF A 3152c 1517UH". Can anyone identify the chip or provide me with the data sheet for it.
Regards,
Steve
Hello!
I want to connect the MCP9808 with the nrf52832. Therefor I use i2C.
My example on the nrf52832 is the:
<nRF5_SDK_v11_0_0 folder>\examples\ble_peripheral\experimental_ble_app_eddystone...
We're quite interested in producing an nRF52 design based on the solar beacon (great design, and clean software). I appreciate the relative simplicity and manageable BOM cost...
Hello,
I am developing a system that samples 3 independent data using SSADC. since the timing was important in my system, I decided to use PPI to trigger the SSADC.
However...
When using app_timer through scheduler, a break and go will overflow the event queue if a timer is a repeat timer. The effect is that it's not possible to debug.
To work...
Hello all
I am trying to implement hardware flow control for UART.
is there anything else to be done ? I have done the GPIO configurations like this
const app_uart_comm_params_t...
Hi,
I'm trying to migrate from SDK 6.1 to SDK 7.2 on custom board.
In SDK 6.1 everything works fine (SoftDevice v7.1.0), but with SDK 7.2 I get into HardFault Handler...
Hi My project need to transport HRM data by ANT+/BLE. base on ANT_s332_nrf52_0.9.1.alpha.hex and sdk nRF5_SDK_11.0.0_89a8197 platform. We have finished the function. Now we...
Hi all,
I know that there is a field "address type (public/random)" in white list.
When a scanner send scan request to an advertiser with public device address. this...
I have used the nRF5_SDK_11.0.0_89a8197\examples\ble_peripheral\ble_app_proximity\pca10028\s130\armgcc for my project before I had the final PCB. I have tested my code on...
Hello,
I was wondering why I am not getting a theoretical sampling rate as I set them to with a timer.
I am using PPI to trigger a SAADC sampling with the timer to set...
Hello!
Nordic UART Service (NUS) is a pretty handy way of implementing a serial data transfer service over BLE. The nRF Toolbox on Android makes it very easy to test it...
Hi,
While this is not related to Nordic Semiconductor products, I think we should incorporate Captcha system during user registration. We had some spam in the morning and...
I need to be able to actively set the value being incremented in the Timer2 register on the nrf52 (what I believe would be it's main register). It seems that this might be...
Hi,
is there any example how to reset the hole device? Are there any example codes for using something like system_off or system_on ?
Best regards Nils
using S130, SDK11,
when it connected the heart rate sensor A and eveything is OK.
but when it disconnected the sensor A and connected the sensor B
the connecting...