Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hi,
We are in the process of adding an external GPS antenna to our board and following the guides in the documentation feels a bit risky since names for circuit board...
I tried to redefine weak app_error_fault_handler by custom one (nRF5 SDK for Thread and Zigbee v2.0.0, Segger Embedded Studio), according to https://infocenter.nordicsemi...
Hello, I am currently in the micro selection process for a project looking to go to production that requires the capturing of an image and the sending of that image over Bluetooth...
Small bug report: MAX and MIN are defined in param.h. nordic_common.h redefines these macros which creates warnings if param.h is also included. nordic_common.h should check...
Hi , everyone
i want nRF52840 to acts as central and peripheral simultaneously . how can i achieve this ? i have seen in website nRF52840 can concurrent upto 20 link (multilink...
Hi,
how to connect multiple peripheral to single central using app , i wan to send the data from central to multiple peripheral and peripheral will also want to send the...
Hi, I'm currently developping my first app in java.
This app requires a direct connection with my BL652, which doesn' t accept any kind of pairing option. That being said...
I'm migrating a project from SDK 14.2.0 to SDK 15.3.0. I use gcc. I have three advertising modes and the first of them is working fine. For the second one, the same
ble_advertising_init_t...
Hello,everyone
I want to add dfu service in UART example ,but when I tried to allocate the RAM,Debug terminal shows nothing,Then I set the breakpoint in nrf_sdh_ble.c and...
I am using Nordic SDK 15.3 and nRF52840 to interface to a NAND flash TC58CVG2S0HRAIG. I'm new with the SDK and I have little experience with the SPI / SPIM functions. I started...
Hi guys,
I use SDK14.2 (i can switch to SDK15.0 if it makes any differences) and would want to integrate FreeRTOS to my existing project. I have tried the FreeRTOS example...