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...
When I start the nRF51822 sniffer ble-sniffer_win_1.0.1_1111_Sniffer.exe I get the following message:
!!Your firmware is outdated!!
Please upgrade (press CTRL-R).
When...
Hi team,
I am using sdk 12.1.0 and ble_app_hrs_c example.I enabled #define NRF_LOG_USES_TIMESTAMP 0 to 1 and iam usng nrf51822 dongle.my program gets hanged.I need to print...
Hi all,
I use the example of examples/ble_central/ble_app_multilink_central/ to test the connect timeout event. When it scan the peripheral and try to connect it, power off...
Hi, I am wondering why, sometimes, I get an odd packet out of order on the receiver. It is very random, it can occur at anytime, though usually it takes a minute or two. Testing...
So, does anyone have practical advice for reducing the code size of peer_manager and related modules, so that the ble_app_template project fits on the nrf51822 128KB part...
I am having an Windows 10 64bit OS. I am using PCA10000 board as sniffer. When i try to use it, I am getting Try plugging out the hardware error. Even CTRL +r is not working...
Hi
I have this board: www.sparkfun.com/.../13990 connected to a PCA10040 Nordic board. I am able to write and debug the Sparkfun board (the blinky LED example). I am now...
Hello,
According to the nRF Sniffer Guide 1.2, the sniffer is supported on a number of platforms (nRF51822/nRF51422 Evaluation Kits and others). All of them (as far as...
Hello,
I have problem when trying to use non default pins for uart.
This is what i got:
UART:WARNING:Function: nrf_drv_uart_init, error code: NRF_SUCCESS.
UART:INFO...
Hi,
Do you have any ready made example or can you give me guidance about the program in which the location is calucated based on RSSI values of the beacons.
Basically...
Hi,
I wanted to know that if I have e.g. 10 beacons placed in the super market. Let say I am in the meat section and there are three beacons among which I am close to one...
hi,
i'm designing a custom board and i want to detect when the USB is plugged in. the nrf51822 chip working with 2.5V, for that i had the idea to make a voltage divider...
Whenever I hit pair to pair the nrf51 dongle with the DK, I keep receiving the error line: Authentication failed with status BLE_GAP_SEC_STATUS_PAIRING_NOT_SUPP
I read...
Hey,
I'm currently doing the relay example on the nordic info centre.
I'm trying to manipulate the example so that I can transform it into a range extender.
The goal...
Upon testing I am seeing some slowness in setting up the SPIS DMA buffers for the next transaction. I perform a SPIS transaction, and then call nrf_drv_spis_buffers_set()...