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...
After several record updates one by one I get FDS_ERR_NO_SPACE_IN_QUEUES. However after each record update I wait for FDS_EVT_UPDATE event. I was sure that waiting for this...
I have %XRFTEST working on the 9160 in every band listed in the datasheet other than Band 14 and 17. Is there a reason these bands are not supported with the test mode?
...
I'm looking into integrating the SoftDevice controller (not full SoftDevice) from nrfxlib into NuttX RTOS. NuttX would already provide the host layer so I would only need...
Hi,
We are evaluating use of the NFC functions on our nRF52840 - based solution (currently we use BLE). I have been able to understand how NFC Tag payloads are setup within...
Hello,
Is calling --eraseall before calling --program the same as combining --program with --chiperase?
Does --recover erase all the areas that --eraseall and --chiperase...
Hi Dev team,
I am working around with the Thiny91 and wanted to have more information regarding the power consumption characteristics of the board.
I have a program running...
Hi,
Please clarify how RF performance degrades from 3.3V (PS) to 3.1V (3GPP), referred in nRF9160 Hardware Design Guidelines v.1.0:
3.1.2 Voltage range The operational...
Hi, I am getting error from socket() function. I cant find definition for AF_LTE family. I am using simple socket() as:
socket(AF_LTE, 0, NPROTO_AT);
It will compile but...
Hello everyone,
I'm having an issue of trying to connect via NRF Connect to my nrf52840 DK boards, but I am encountering the following error messages.
Core0: Error while...
Hi, I want to add an FTP client to my Zephyr projects. I am using an nRF52840-DK with a Quectell BG-96 modem. I want to upload and download large files using PPP protocol...
Hi,
We are developing an application on a nRF52840 using the nrf SDK (16.0) which should connect to a nRF52832 device , read characteristics of two different custom services...
Hi. We have developing a IoT board based on nRF9160 and faced some strange issue. We have realized the reset schematic of nRF9160 in this way
The nRESET pin is pulled...
Hello,
I am using a third party chriptographic engine that provides a dedicated hardware accelerator for AES-128 encryption based algorithms.
I am using this engine to...
Hi,
I am working on SDK 15.2, s132 on NRF52832-based board.
I would like to use the automated tests like here to connect to my devices and do some tests.
My device is...
Hi everyone,
we are using nRF52832 with SDK 15.0.0.
Our device uses one central and one peripheral simultaneously that are running independently. Recently, I've faced...