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 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 just followed the steps for migrating to peer_manager - as lines out in the tutorial.
However i will never ever get a callback to pm_evt_handler.
I am trying...
Hi,
I am facing some issues on the Android part of the BLE.
Firstly it takes around 20 seconds for the android phone in scanning mode to find the nordic board. This...
I encountered the following error while adding device manager to ble_uart_app in SDK_11 s130 using the hardware nrf51-DK. I'm using Keil compiler.
._build\nrf51422_xxac_s130...
While using the device manager, I encountered this line;
#define SEC_PARAM_MITM 1 /**< Man In The Middle protection not required. */
Since security is important, is...
Hello!
I'm trying to test several types of ANT communication like broadcast, background scanning, etc.
And When I check ANT broadcast rx example, I realized that some...
Hi Support Team,
i want to know the voltage range of AVDD(internal DC/DC output) of NRF51822 when DC/DC enabled, please help to check.
i don't find this information in PS...
I use nrf51822xxac, sdk 9.0.0, sd130. When I connect to some beacon as a central I no longer receive BLE_GAP_EVT_ADV_REPORT and I am not able to receive advertising packets...
Hello,
We do not want our beacon on at all times. I suppose our need below has been asked before.
Is there a sample snippit of code, or a document on ble_app_beacon...
hi:
i want to create timer in my code, i create timer and start the timer ,but the timer do not work,i found timer number can not exceed four,detailed information in the...
I found a bug in the FreeRTOS port provided by Nordic for the nRF52832 in SDK v11.0.0. This bug only applies if configASSERT_DEFINED is equal to 1, as the affected code is...
Hi,
We are assessing the pros and cons to port our software to work on S130. We are currently using S110 (Peripheral) and S120 (Central) on nRF51822 rev.3.
Based on the...
I am running ble_app_uart sample code on nRF-dk using SoftDevice n130. It is working fine.
Currently, when nRF UART app connects to ble_app_uart, user does not need to...
I have hard time in start a twi in nrf52832 with SDK11.0, I can't initial twi ,whatever i do ,when i build is still an error ,here is my code:
static const nrf_drv_twi_t...
Hello. Nowadays I'm trying to upload the softdevice for the RTOS based on the freertos.
As you know, determinism is very important for the realtime.
I want to know the...
Hai guys,
I am using nrf51dk, S130, and Keil to develop a simple project. My aim is to send the sensor data from the nrf51422 to the mobile app.
when no mobile is available...