Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
Hi,
I'd like to learn about the app compatibility for the new OTA DFU that ships with the new SDK 6.0.0 and S110 7.0.0. I am using a nRF51822 board and I've observed that...
I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
We designed an nrf51822 BLE application using the mbed kit and on-line tools.
Our target pcb has a 1.8V onboard supply. To minimise consumption i want to disable the...
I have an android client that functions as a central and have an app on my MAC (peripheral) that this central connects to and sends data.
At this point, I need to wait...
hi.
we are planning to use 3 chips of 51822 to implement a data collecting system. one chip uses s120 and the other two use s110. chips using s110 collect data and deliver...
Hi,
I have a piezo buzzer connected to pin 14 on a Nordic nRF51822. Here's some code I use to drive it, based on the Nordic PWM library here: github.com/.../nrf51-pwm-library...
Hi,
We have an issue with app_uart_fifo which occasionally locks up during data transfer from NRF51 to an other uC.
System description:
We're using first revision...
I am working with the nrf51822 eval kit and custom boards based on the Laird BL600 module. I am using SDK v5.2.
I am trying to connect to external Flash (Microchip SST25VF016B...
I need to have configuration tables(more than one) on my BLE device. As far as I know nRF51822 doesn't have built-in eeprom so my options are limited to external serial one...
We are currently looking at developing a new BLE Tag based on the nRF51822. From the technical datasheet we decided that to save power we would use the internal DC2DC converter...
in ble_app_ancs application,when config RTC0 before Running SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false) function.then run in this function will cause error...
Hello everyone,
I'm currently trying to change the connection parameters to be quick(100ms 0 slave latency) on a button press and after a timer timeout I go back to the...
Hi,
I have some problem. My code was working and everything was fine, but I decided to improve my program. I made some changes, and now TX_DS interrupt on PRX side doesn...
Hi.
It appears that the common gcc makefile in the current SDK does not work for S120, or S310. Please see the patch that fixes the problem.
Tested with S120 and blinky...
We are looking to add some device info into the advertising package, or scan response package depending on space. When looking for a way to do this in a standardised way I...
Hi.
I'use nrf51822 beacon kit and android nrf beacon app.
I'm modify nrf51822 beacon example source code,
I hope
1.I eliminated the button
2.After I turn on the...