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 have been using the DFU for quite a while. I adapted the boot loader to my hardware and compiled it using Keil.
All my other code is written in another environment...
Dear Nordic Developers!
When I call the sd_power_system_off() function to put the MCU to system OFF, after that I can still see the advertiser device in MasterControlPanel...
Hi!
First of all, I'm using the nrf52 PCA 10040 DK, with SDK11.0.0, and my Soft Device is 132 2.0.2.
I'm developing an app for comunicating with a sensor via SPI (send...
Hi,
Am starting custom service to support custom profile and it works without any issues.
But when I add DFU service also to start after custom service DFU service fails...
Hi All,
I have a question about use of super/ultra-capacitor in a circuit using a module BLE (nrf51822 inside) instead of accu Li-Pol / Li-ion ?
it is possible to use...
I am looking to use the nRF51822 in my product and have been given a nRF51822 development kit however i have been looking for access to the Firmware and Hardware files and...
I have an nRF52 DK and have compiled (with gcc) and flashed an example that contains the line
NRF_LOG_PRINTF("SPI example\r\n");
I get the appropriate LED flashing...
Hi,
I'm trying to discovery the content of a vendor specific GATT service.
So far I'm receiving the BLE_DB_DISCOVERY_COMPLETE event and I'm able to see that I got 4 entries...
Hello,
I have a BLE Nano (nRF51822) and I want to develop an app which will find all BLE devices around (MAC addresses and RSSI) and send it by UART/SPI . I've used nRF...
Hi.
I'm using nRF51822AC, S130.
I made source code for RF test as below.
NRF_RADIO->SHORTS = 0;
NRF_RADIO->EVENTS_DISABLED = 0;
NRF_RADIO->TEST = 0;
NRF_RADIO->TASKS_DISABLE...
I tried MQTT subscriber example code, it compiles and loads successfully but it doesn't show the LED lights accordingly as I press the buttons, meaning that MQTT state is...
I am using S130, and I try to write an very simple program, when I push button_1 then it read ADC and print it our by UART.
So, write a "nrf_drv_adc_buffer_convert" code...
I connect to nrf51 DK board and PC using USB. I used RTT Viewer to see RTT log output.
But when I try to compile and download from keil to the board, I got several WARNING...