Hello,
Is modem fw `mfw_nrf9151-ntn_1.0.1` production-ready? Is it safe to have our manufacturer flash that instead of the `mfw_nrf91x1_2.0.4`. We are using the ncs-serial...
Hi,
I am using some nrf24l01s in a proof of concept (just because I have them, I know they are old). I am developing a TDM protocol for two-way radios, which requires 8000...
Hello,
I have added DFU capabilities to my NRF54L15 project using:
CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU =y
and
SB_CONFIG_PARTITION_MANAGER =y
SB_CONFIG_BOOTLOADER_MCUBOOT...
Hello, Is the T1 Thingy LIGHT readings in raw lux or brightness % ? We would like confirmation. Here is an example of our device Light readings for one of our devices:
Please...
I'm trying to understand the npm1300-CAAA V1.1 example for configuration 1. The layout looks like this:
You can easily see that several pins are connected on the right...
Hello Support Team,
I am currently working with the Matter contact sensor sample ( ncs\v3.4.0\nrf\samples\matter\contact_sensor ) on the nRF54L15 Development Kit (DK). ...
Hi,
I'm using the Thingy:91 X PCA20065 rev 2.0.0 as a reference for a new nRF9151 design and I have two questions about the QM13345 configuration.
1. LUT
The Thingy...
I am working on Ble tutorial of serivces, In step1 they mentioned to declare m_our_service of type ble_os_t. how can I declare that ?I am not sure to consider m_our_service...
Hello
I have been trying to use this repository: https://github.com/NordicPlayground/nrf51-ADC-examples and upon building, i get several errors due to certain header files...
Hi,
I have a Serialization connection working between a Nordic nRF52 CPU (slave) and an NXP CPU (master), using SPI.
The NXP is starting/stopping a BLE Scan on the Nordic...
Hi, I have some questions about the memory map, ram usuage and linker config for the secure bootloader when used with the S332 (4.05 sd_req 0x94) softdevice. I have tried...
USB Virtual COM
Until now, the development has been done by sending the commands via a USB virtual COM. The received buffer of int is processed and sent to the function...
I have an nrf52832 connected to a UART-USB driver with RTS/CTS. CLI manages the UART connection. Using SDK 14.0.
When HWFC is enabled, if a serial connection is NOT established...
Hi, p0.06 is always high lever when the following codes are executed:
nrf_gpio_cfg_output(6); nrf_gpio_pin_clear(6);
Why?
Softdevice is used in the project.
I have searched through the examples and the documentation (BTW the online document links are broken - the offline documentation is nice however).
From what I can tell...
Hello Everyone.
I am doing a project where I need to do a Bluetooth communication of data. I have two nRF51 DK so the idea is to connect a particular pressure sensor to...
I am trying to create a state machine that will be able to turn the Bluetooth radio on/off and possibly change the mode of the BLE service for power testing. I hope to run...
I have created an instance of time using the standard time function in C. I have also linked it to a counter on a timer so I can track how long the device has been active...
At CES this year (2018) there was a booth showing essentially a roughly 1/4 size Thingy:52. It wasn't actually at the Nordic booth so I'm not sure if it was actually a Nordic...
I think there's a problem with the beacon advertisement sent by Thingy52. I'm seeing the problem in my own PC code and also air sniffer. The advertising data packet looks...
I am using nrf_fstorage_read command to read data from flash. I have defined my start address as 0x68000 and end address as 0x72000.
I erase the memory through nRFgo studio...
Hello,
I've searched around the forum and followed all the advice given in other threads but am still not having any luck.
I've tried running the nRF sniffer on both a...