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...
The device advertises.
The phone scans.
The device use white listing and only allow one peer, the phone.
What's the difference between erasing bonds and disabling white...
Hi there,
I'm intending to use the nrfxlib modem library and its BSD socket implementation on the nRF9160. My goal is to use non-blocking APIs and use `nrf_poll` in response...
Hi,
I followed the DFU to SDK example post on https://www.u-blox.com/en/docs/UBX-19050198 to add Buttonless DFU to an application (I modified \ble_peripheral\ble_app_hrs...
Hi,
I'm using nRF Connect SDK v1.7.0 to develop a firmware for a custom board with a nRF52832 MCU. I'm using VSCode to build and flash my device using the nRF Extension...
Hi All,
My dev environment is as follow:
nRF52832(Central) + S132 + SES + SDK 17.0.2
Normally my Multilink Central code is flashing and working properly without...
I'd like to know of an example(s) for interfacing nRF52840DK board as a Master SPI to an Arduino badge (from Honeywell). I have the badge working with an Arduino Uno (Rev...
Hi,
If I want to use the NRF52833 as TX, and NRF24LE1 as receiver. How I can I match out the address?
If NRf24le1,
RX_addr = {0x00, 0x 11, 0x 22, 0x 33, 0x 44}
then...
Hello,
I'm working with NCS 1.7.1 and the nrf52840 dev kit to implement a BLE peripheral with FOTA, stats and configuration features. I've added MCUMGR to the project so...
Hi Sir,
As we know the inductor connected to the DCCH pin is a DCDC function for high voltage mode.
But what side effect we can see if we connected the inductor at the...
Hi,
I'm using NRF52840 to connect to an Android mobile phone.
The application scans for advertisement and when the NRF device starts advertising - connection is established...
Hi,
I'm evaluating the performance of the Zigbee protocol implementation on the nRF connect SDK using nRF52840dk:s. nRF connect SDK 1.7.0, ZBOSS I'm not sure where to find...
Hi everyone,
We are using the secure bootloader in our board, and we are adapting that bootloader for our requirements. Moreover, we use the DFU updates for our Main application...
Hi,
I've noticed an issue with the modem locking up on the nRF9160DK. I'm not sure what causes it, but it always gets err 116 - ETIMEDOUT when initialising the modem and...
Hi,
I am trying to determine if PSA supports AES-256 encryption and decryption. From the documentation, it appears that it does. However, the aes-cbc example in the nRF...