Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
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...
Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
Hi There,
How can I create a combined soft device and bootloader image/zip using the nrfutil.exe?
Is it possible to have an image/zip with both the application, bootloader...
Hello everyone,
I'm having trouble with nrfutil (python version from github.com/.../pc-nrfutil) . Here is the command line I use:
$ nrfutil dfu genpkg --application...
Hello, I use nrf51822 for my project. I have to collect data via BLE nus from phone, and then some time I need use a GPIO to simulate 7816 protocol, in that time I need 1...
Hi All,
I need to design mesh network using nrf51822, i referred so many posts in forum, i am thinking Mesh network not yet implemented!!!!!!!!!!!!! (i am not sure). If...
NFC samples in latest SDK 11 are working well when using Keil IDE. But there is no correct functionality with IAR. Samples compile well, code can be flashed and runs. But...
Hi
I want to calculate the estimated current consumption referring to nordic documentation .. In fact i can't pick how much time each stage ( A, B, C, ...) dures.
Any...
Hi,
Please share nRF51822 observer mode power consumption profile plot to get complete power consumption during only receiving mode.
See below plot for advertising mode...
Hi.
I'm little baffled by the example. Out of box it doens't add the alert notification service to gatt service list in advertising init. Nor I cannot see it with nordic...
As i recently wanted to have a timer as a class member and a naive
class Foo {
APP_TIMER_DEF(my_timer);
};
did not work I started to look into the source code....
Hi,
I'm trying to configure the SPI by using the nrf_drv_spi. the problem that I'm facing is the configuration of the "spi_config.SPI_CPHA = SPI_CONFIG_CPHA_Leading" which...
Hi!
We are using ble_radio_notification for changing the advertisement data after every advertisement.
The problem is that it doesn't work, the device freezes when trying...