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,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Here: developer.nordicsemi.com/.../a00050.html
"The Bootloader/DFU with SoftDevice update example shows how a SoftDevice, bootloader, and pplication (sic) can be updated...
Hi,
I am trying to bring up custom board with 51822 CFAC-A0.
And I am continuously getting the following error as soon as the code does advertising_start().
I am using...
This comment for this line of code in twi_sw_master.c is misleading:
#define TWI_DELAY() nrf_delay_us(4) /*!< Time to wait when pin states are changed. For fast-mode the...
Hello all
I'm new to Nordic products and the Keil compiler and in order to fast-track my development I have two computers, home and work, running Keil MDK-ARM (lite) with...
As said on the topic "GAP Address types", the random static address can be changed when system boots up. I can't find any content about how to make it. Could anyone offer...
Hello,
I have a problem with getting i2c to work. What I did is enabled the 2-wire block, and tried to send various data as a master(by setting the registers), but I cant...
Hi Nordics.
I want to change SDK version of my project from SDK 6 to SDK 8.1
(actually I am trying to restart my project with new SDK 8.1)
My project base on the ancs...
Hello all,
I am using the examples/peripheral/uart project, which by default is set up as follows:
Language = C
Dialect = C99
Language conformance = Standard with...
Hello,
I am developing on top of S110, for nrf51822_xxaa, building with GCC.
And as my code is growing, even after mapping inspection, gcc optimizations, stripping, heap...
The nRF Toolbox seems not to work after update. Is this a problem of the app or do I have to change something in the settings on my device?
My Device: Samsung Galaxy Note...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
developer.nordicsemi.com/.../a00051.html
says, "Master Control Panel, Version 3.7.1 and earlier does not support DFU Init packet handling. This SDK contains an updated...