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...
I am trying to write tests for my code using CppUtest. I know the platform has memory leaks detection support. it seems that everyting is set up correctly to see the results...
Hello,
I am starting with the nRF Connect. I got a nRF52840 DK and I am following the 'nRF Connect for VS Code' YT series.
I got as far as part 5 (debugging), but I cannot...
Hi all,
SDK: NRF Connect v2.5.0 We've made a custom PCB with the NRF9160, and we have made a custom board configuration for it.
Our issue seems to appear when trying to...
Hello,
I have a mosquitto broker running on my pc. I want to connect and published to this broker through nrf9160.
The issue that I am facing is that prj.conf file only...
I want to use RTT log to output some data, but the data is output. 6 bytes in a line, but the first byte is an independent line, and the next 6 bytes are a line, staggered...
I would like to enable and configure the high power mode on the DC to DC converter in the nRF52840.
I am looking for the device tree source entries and the necessary entries...
Board: nrf7002 Project: matter_light_blub OS: Kubuntu 22 Toolchains: v2.6.1 SDK: v2.6.1
I am developing with the nrf7002, and my current setup involves using a Samsung A54...
Hello,
Is there examples of paring,bonding and whitelisting?
The pairing and bonding mode is static password.
It is best to have examples of the central and the peripheral...
Hi Nodic support team.
I am using esb_ptx and esb_prx for testing interface.
Can i change nrf_esb_payload_t.data in receiver of esb_prx?
It is always 8 bytes even though...
Hello everyone,
I followed the guide from this site to connect an Adafruit PN532 to an NRF52840
and tried running the adafruit_tag_reader example from the SDK.
However...
I implemented firmware update over LTE Cat-M and Ethernet last year by modifying the `fota_download` and the `download_client` examples into my own slightly modified version...
Hi,
I am using nRF52833-DK connected to my PC with usb cable for programming and debugging using the on board jtag.
In the beginning all worked ok, suddenly the jtag stopped...
Hi,
I have a custom board with nRF52833 and sky85303-21 FEM. To control the FEM, I have added the following code to my app.overlay file and enabled simple GPIO configs....
Hi everyone,
I'm encountering difficulties running my application on a custom nRF52840 board with a 48-pin package using Zephyr NCS version 2. 4. 4 in VS Code.
The problem...