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 Experts,
I use TIMER_1 and PPI to driver a 'H' style bridge for our motor. Unexpected system reset will happen if I trigger the 'H' bridge PWM with ble connected. It...
Hi,
I run the code of the radio_test example in a VisualGDB project. When I start it with a debugger connected, VisualGDB informs me that a ARM semihosting system call...
Hi, is their any brief explanation for nrf5-sdk-for-eddystone project firmware newly released by nordic. I go through the project but it is very hard to understand can any...
We have an use case that we may need to support up to ,say 500 sensor nodes and it may be added or removed dynamically. And we should collect all sensor data within 3 seconds...
Hi all:
Based the descriptions in data sheet, the GPIO9 and 10 are set to NFC antenna pins by default.
And I cannot control these 2 pin correctly by configuring the pins...
I want to use NRF51822 to advertise is door close/open. No need bidirectional data sending.
Only one way from NRF sensor to mobile phone app.
Actually I have only two different...
I am using NRF52 S132, and using UART service , but my phone is getting disconnected automatically after 1 or two minutes. I have seen this question asked in Forum but that...
Hi,
Has anyone test with Nexus 5X ?
I could not change connection interval 7.5ms, the interval is always 45ms.
Does anyone know how to change the connection interval...
SDK 9.0, examples/ble_peripheral/ble_app_hrs
Trying to use DFU with a bond device, I got aware, that after the update, some "static" data seems to get corrupted during...
In the Keil Pack nRF_Libraries V3.10 [SDK V10.0.0?] (Low-Power PWM Example)
Not a big Bug, but an inconvenience all the same.
low_power_pwm.c line 165
ret_code_t...
Hello,
I want to change the advertising timout during runtime. We have two use cases for our device:
Batterie mode --> advertising timeout = 2min
Power...
Hello,
Implementing a LED led driver was pretty simple and below code works well:
nrf_gpio_cfg_output(LED_PIN);
nrf_gpio_pin_clear(LED_PIN);
NRF_GPIOTE->POWER =...
Hi there,I am using the PWM library in github github.com/.../nrf51-pwm-library . After I do this in my project and I check the pin output with Oscilloscope but didn't see...
I have a product that was released a few months ago and is operating in-the-field. Recently we discovered a bug and need to fix it. We are unable to do a DFU because:
...