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...
Hello, I am currently developing on a custom board based on the nRF7002 + nRF5340. The SDK version is v2.8.0, and the development is based on the BLE Provisioning example...
Hello, I am working with a Bluetooth Mesh network where a master node (antenna) is in charge of setting up and managing the network of nodes. This master node also deploys...
The nrfx pwm supports a number of events for a callback: /** @brief PWM driver event type. */ typedef enum { NRFX_PWM_EVT_FINISHED, ///< Sequence playback finished. NRFX_PWM_EVT_END_SEQ0...
Hello,
I am currently using CADENCE for schematic design and have used Nordic's nRF9151 and nRF54L15 chips. However, the reference materials downloaded from Nordic's official...
Hello,
already found a description in the Tech Docs, how to bring the external memory into deep sleep on QSPI interface: https://docs.nordicsemi.com/bundle/ncs-latest/page...
Dear Nordic-Support,
I have registered handlers for the two voltage level thresholds with the nrf modem library using modem_battery_low_level_handler_set and modem_battery_pofwarn_handler_set...
Hello, I am following the instruction on dev academy - nrf connect sdk intermediate lesson 2 excercise 1, but I can't select data tab on memory explorer.
I can select only...
Hello support,
For our project we have an integration with Memfault for metrics, coredumps and log files.
We are currently developing in NRF 2.7.0 on a nrf9160 chip. ...
I have a custom hardware running on nrf52840 and using ncs 2.6.1. I have implemented a custom authentication flow with customer characteristic along with the BLE bonding....
I run the system_off example without the system actually going off, by removing all the calls to start the system_off worker. Instead of going to off, I let the system enter...
Hi ,
I am developing an application which uses nrf52833. I want to perform OTA using 4g module(from Quectel). As per my understanding and explorations, there can be two...
Hi,
when i try making a new connection with a new device using my for loop (reconnecting using the adresses that i stored in an array), i sometimes can get a warning which...
I have implemented DFU functionality in my Bluetooth mesh project and used device A as the distributor and device B as the node to be updated. I have already configured both...
I'm trying to use both uart0 and uart1 on nrf5340 (only App core) but I get this message: UART_RX_BUF_REQUEST event, but not the error. I have also tried to pass another buffer...