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 All
I am trying to verify UART on one of our custom boards having nrf51822.
We have only one uart which we are using to forward the data received over BLE.
I am...
I use the demo : ble_app_proximity
to connect with android app
In android use this :
mBluetoothGatt = device.connectGatt(mContext, true, mGattCallback);
to set the reconnect...
Hi,
I'm checking out the new nrf51_sdk_v6_0_0_43681 for S110-SD-v7
Is there a revision-history available for the src files within the new SDK package?
For example...
I am trying to make a product with NRF8002B. I finally have the product prototyped. The user will connect to the device, beep, light up, and track. It will always stay on...
Hi all,
I have been stuck trying to debug the example project for a couple of days now and could not find the answer through searching. Here are my problems.
Background...
Hi All
I have a bunch of nrf51x22 (4,8) and I'd like them to read their own firmware data and send this to others that are in DFU mode using the over the air (OTA) method...
Dear Nordic Developer Zone,
I'm using nrf51822 EK testing the GPIO sense function. The code I'm using is based on what a nordic employee has posted elsewhere in this dev...
hello,
i was trying to compile the softdevice s130 example code given with softdevice download from nordic.
I am using the ARM-MDK lite 4.74 version. It is showing error...
My design goal is to conserve as much battery power as possible on a device that typically gathers data 30 to 40 minutes per day. To that end, our thought was to make the...
hi~
6.2.1
Updated Setup_JLinkARM_V490e to Setup_JLink_V492
Updated nrfjprog to version 5.2.0 (see own release notes for changes)
where is release note ??
i can...
Dear all:
I want to constantly transmit messages from a nRF51422 to an other nRF51422 with specific ID by ANT protocol. Then, I want to receive the messages from one to...
Hi,
I want to build a Tx that can reconfigure a channel(like change the device's number) after finding out a long time failed to send message.I use the way below:
sd_ant_channel_close...
hiii...
i hv made a custom profile with concurrent broadcast feature tested in master control panel and some other phone app... working properly.. but wen i tried in iphone...
Hi,
I try to open ANT+ channel and make sure the status is searching or tracking,
but if I use pstorage to update flash in the same time,
It will response timeout...