Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
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...