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...
I'm testing out twi_master_using_app_twi example code on the nRF51-DK.
It appears to wite on the twi bus as expected but the nRF51 resets after executing
// Initialize...
Hi
I am trying to write an application that works in both central and peripheral role simultaneously. This means that my application needs to initiate and accept pairing...
Hi,
I have made my custom board using nrf51422 sample chips (Which came nrf 51422DK ), but my working / sample program which works on DK gets crashed on custom Board.
...
Hi, everyone
I add the dfu service codes to the ancs sample program, the dfu service codes comes from the heart rate sample, and download the bootloader codes to the device...
We are using latest nRF MCP playstore app. Since when we updated to Android 6.0 in Moto G(3rd Gen), we are experiencing connectivity issue with our BLE device. We have enabled...
Hi,
I have a problem with pstorage_store() function.
The function pstorage_store() doesn't seem to write the correct data when called multiple times without calling the...
Hello.
I have downloaded and installed Nordic STK and nfrfprogtools.
Now i am trying to through devzone.nordicsemi.com/.../ tutorial.
I successfully loaded s130 softdevice...
Hi,
Is there any method that I can use to get the LE Packet or the Baseband packet ( With Access Address) passed onto the application? (Using S110 or S130)
Thanks
I started by compiling BLT uart app successfully on MDK5 but found out that it is giving errors on the startup files in the Device Pack.
I tried to refresh and update Device...
Hello Everyone,
I am trying to measure the (3v)battery voltage by having proximity example as reference but intially it is showing 100percent later it is going to 13(percent...
Hi,
SDK: v11.0.0.2-alpha
DK: PCA10040 (NRF52)
I am trying to build a peripheral application that communicates with an external device via UART (h/w flow disabled)....
Hello!
I have PCA10006 with revision QFAA nRF51422
I am testing the buck converter's ability to make the system consume less power when transmitting.
Example is ant...
hello there! i am working on project in which my one nordic BLE(A) want to send command to second nordic BLE(C) which is not in my range. now there is third nordic BLE(B)...