Nordic \ nRF5_SDK_12 nrf52832 using 2.0 _f012efa \ examples \ peripheral \ pwm_driver, pwm_driver example
Want to set up two road PWM phase is different, for example, the...
I'm using nRF52832 and S132 based on nRF5 SDK v14. I get a error code 4 when I add DFU service refer to the experimental_ble_app_buttonless_dfu . The SDK has changed so much...
Hi,
I'm wondering if I can get current transmitting channel during a connection. So
Is there a way I can directly read current transmitting channel?
If not, is...
This question has to do with the observed "recursivity" of the calls to "app_sched_execute" in SDK13 as described in the previously asked question below:
devzone.nordicsemi...
hi.
How do i do ble_app beacon advertisement to one device(Android phone) whose bluetooth address is known ?? I want that beacons should only be seen in nrf_connect app of...
why use 50ms and 400ms connection interval for testing the maximum data throughput(2M,247byte payload)?
Because 50ms can only send a pdu , and 400ms can send up to 8 pdu...
Hi,
I am using Keil IDE to develop nRF51822 project.
in main(), the command line
APP_SCHED_INIT(APP_SCHED_MAX_EVT_SIZE, APP_SCHED_QUEUE_SIZE);
has Error : L6218E...
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...