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 have a custom board with an I2C connected sensor ADXL345. I have to do GPI/O initialization to select the I2C. This works because I can read the ADXL with custom I2C commands...
Hi
I am using nrf52840 in my custom board. I have a gpio button which is assigned for as a factory reset button. So when i press the button the whole board needs toi be...
Hello,
we are looking to develop multiple BLE audio source which sends the mic data to the receiver and the receiver receive the audio data from multiple transmitters...
In my design, I aimed to isolate the USB interface. To achieve this, I used the Analog Devices USB isolation chip, ADUM3160BRWZ, to isolate the connection between the PC and...
When I need to switch between 1M and 2M
I create an object of the type bt_conn_le_phy_param and fill in the parameters appropriate to the radio mode I want, and then I call...
Hello,
I would like to know if the nRF9151 is suitable for building a product that will be able to monitor (read) multiple pulse signals originating in utility meters (electric...
We are using nRf5340 and nRf7002. In our application , we are connecting wifi and goes to ksleep for few minutes.
After wake up from the sleep. wifi is not reconnecting...
Hello all,
I ported an old nrf5 application from SDK 12.3 to SDK 17.1. It uses S112 7.3.0 and FreeRTOS. Unfortunately I am getting time variant softdevice hard faults at...
While testing nRF FOTA download library we noticed that it supports only one image update at a time (download image, then reboot).
Irrespective of the image (either application...
Hello, I just upgraded from SDK v2.5.0 to v2.7.0 and now I have a problem updating the bootloader.
In my project I have b0, the mcuboot (in s0 and s1) and the application...
Hello, I followed Getting started guide for the nRF54L15 PDK ( Getting started with the nRF54L15 PDK (nordicsemi.com) ) and bumped into a problem when i try to build "hello...
I am using the following example as a reference for setting the TX power in a peripheral Bluetooth connection: https://github.com/nrfconnect/sdk-zephyr/tree/v3.6.99-ncs2/samples...
Hi, we are doing testing with a Nordic dev kit and looking for ways to check the status of GNSS.
We are becoming familiar with the XGPS command and notifications: docs.nordicsemi...
How can I return from k_sleep (or any other "sleep" method) when an interrupt occurs?
I would like my device to sleep (low power) until a GPIO pin toggles, then wakeup to...