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...
Is there any difference in RAM overhead with the new app_timer module on SDK 10?
I'm my application on SDK 6.1, I have 25 app_timers which run without any issue.
APP_TIMER_MAX_TIMERS...
I am setting up production testing of our product to do RF testing per app note AN34. We are using the nRF51822 on our product. I'm using Nordic's development kit and their...
Hello,
I am planning to use the nRF51 device in DTM and was looking for help on how can use it to control via USB/UART connection to PC using FTDI chip. All I want to do...
Hi Nordic,
I am having a problem with linking against either of the gazell gcc libs (gzll_gcc.a or gzll_sd_resources_gcc.a).
I'm using Yotta (MBED) and have taken the...
Hello,
we have an android/iOS app on a phone that is connected to my button (nRF51) and to a Bluetooth headset. The app is a kind of walkie talkie that transmit mono audio...
Hi, I'm working on a project where I'm trying to make an nRF51822 play a basic sound (such as a beep). Is there a recommended DAC that should be used with this particular...
hi, i am using nrf51822 version 2, SDK 6.1.0, softdevice version 7.3.0.
because the nrf 51822 is version 2, i have no choice but to use SDK 6.1.0 not 11.0.0(latest version...
hi,
i am using ble_uart example for send 3 byte (midi format) of data over uart.
i am receiving data which is appended with past data and sends as a chunk of data around...
Hello, i'm making small android application for my own test purposes. I want to understand full structure of advertisement packet which i receive with my phone. I can't find...
Hi.
I'm using nRF51822 with softdevice 8.
I started working with the uart example. and it works fine.
However, I can't get the BLE to reconnect automatically once the device...
Hello, i'm working with nrf8001 right now. I know that nrf8001 can work like Peripheral(slave) device. This is working ok. Im wondering if it is possible for nrf8001 to work...
Hello I'm trying to utilise the multiceiver mode with nRF24L01 and Arduino, the idea is that an nRF will be able to send a message and six other receivers will be able to...
When I use nRF UART of android phone A and B to scan the bluetooth device, the scan result is below:
first picture is the result of phone A, second is phone B:
first one...
Hi,
I want to use nrf51 development board as a bluetooth alarm clock using internal RTC . How can I generate timestamps to determine current date and time. Can the timer...