Hi,
I added MCUboot and SMP BT Service to the OpenThread CLI routine to implement the device firmware upgrade function.
I found that after DFU is completed, the Thread...
I used a mesh example (the example name is "mesh") for testing, and enabled low-power nodes using CONFIG_BT_MESH_LOW_POWER =y, and disabled the automatic start of low-power...
Hi guys
Does anyone know what sort of modifications are required to set up the existing MQTT-SN example ( https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/samples...
Hello everyone,
We're currently working on a project where we're looking to add LTE-M functionality to our existing hardware — or rather, to a slightly upgraded version...
Hi,
I'm currently building a product that uses PSA crypto API to generate, and save some keys in secure storage. I also need to have a WiFi functionality (nRF7002), but...
Hi Nordic Team,
I’m currently working on a project using the nRF54L series, and we are using a 32 MHz external crystal oscillator based on the reference design. On our PCB...
Hi, I'm working with the nRF9151DK and Zephyr RTOS (v3.7.99 / NCS 2.9.1) . I’ve configured UART1 to send and receive data via GPIO pins:
TX: pin 8 (P0.08)
RX:...
I am trying to modify the asset_tracker application to work without PSM mode since we cannot get PSM mode granted from the local network here.
My plan is to switch the modem...
Hi,
I'm trying to set up a proof-of-concept asset tracker to be run for a few months, over large distances (cross-country), powered by battery, with no user inputs. I have...
Hello,
I have 2 pieces of Sparkfun nrf52840 mini boards. On the first board, I uploaded the code from '\nRF5_SDK_15.0.0_a53641a\examples\ble_central\ble_app_multilink_central...
Is there a way to bypass the device reset happening when BLE times out if the device is in debug mode (or RTT terminal)? I'm referring to the reset talked about in this thread...
I want to tranceive data to ADXL362 through SPI and refer to this program.
https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples/nrf9160/spi
However...
I have a time-critical code section in a call-back routine which is too slow to work when run as a "debug" build, but works fine when run as a "release" build.
This is a...
I'm writting firmware for a Peripheral Server and wish to display the smart device friendly name that will connect to my nRF52832. Is it possible without addind service/characteristic...
I am Planning to Implement Card sniffing with NFC Front Chip !
Can I Utilize Comparator for card presence detection system senses the card by measuring the decay time of...
Hi
The slave select (ss) pin during the spi communication is always low even when i make it high to release the spi bus. It looks to me that I'm not actually controlling...
Hi All,
I got 66uA current consumption in sleep mode and trying to reduce it further to few uA. I have disabled the serial interface and still wondering if there is anyother...