Hello,
I am a beginner when working with nRF. I am trying to run the l4_e3 solution code, but it doesn't seem to work. I can connect via BLE, but nothing is being shown...
I am currently in the process of filling out the 18031 RED Cybersecurity certification documentation. I am currently analyzing the security vulnerabilities list of NCS v1...
Hi,
We’ve designed a project using the nRF5340 + nRF7002 combination, with Wi-Fi connectivity enabled.
As part of our preparations for FCC certification, we’re currently...
working with a nrf52833, soft device 140.
I am trying to setup a whitelist with a known addresses before I start scanning. I am calling the following code before my main...
HI,
I am using the NCS V2.9.0 ,nrf Desktop sample;
I want to mouse can pair 3 hosts, and i can select one of them connect and work;
I set CONFIG_BT_MAX_PAIRED=3 and...
I have a custom nRF52832 board with outputs on P0.07 P0.08 P0.09 P0.10 and I want to write to them. 7&8 are working ok but 9&10 are not.
Let me emphasise THE BOARD IS WORKING...
I have your full eval board as well, I also have multiple NB_IoT sims from Vodafone but have not tried them yet. How do I get your Thingy:91 unit with your sim running please...
Hello,
I want to implement a data logger that will save events in an external flash (even if i think i will start with the FDS). My purpose is to identify some behavior...
Hello,
I am looking to start an independent project this month. One of the tasks will be to use BLE to relay information from a custom PCB board with the nRF52810 chip...
nRF51822
S130
SDK11.0
The power consumption immediately going up high to 1MAH once I enable TWI using this code:
NRF_TWI0->ENABLE = TWI_ENABLE_ENABLE_Enabled << TWI_ENABLE_ENABLE_Pos;...
Hello,
When I added the below lines I get some error:
NRF_BLE_GQ_DEF(m_ble_gatt_queue, /**< BLE GATT Queue instance. */ NRF_SDH_BLE_CENTRAL_LINK_COUNT, NRF_BLE_GQ_QUEUE_SIZE...
Hello,
I have been looking through Nordic's documentation for the nRF9160 and trying to find voltage ranges for several pins but am having no luck. Can someone please answer...
iOS is using queued writes to send data to my nRF52832 application. For some reason, on the third queued write reply (in nrf_ble_qwr.c) sd_ble_gatts_rw_authorize_reply returns...
I'd like to build a prototype using the nrf9160DK that samples audio from a microphone and plays it back. Given that the dev board has Arduino compatible headers, I'm assuming...
Hello,
we are trying to add log functionality to our application (nRF52 SDK 15.3 SD6.1.1) and we have few questions:
1. can two uart and flash backends coexists in...
I'm trying to do step-through debugging with the nRF9160 DK using Segger Embedded Studio and it's jumping all over the place. I assume this is due to optimization but perhaps...
When bluetooth only is enabled, the program has no problems. After adding USB, the program crashes。 How am I supposed to initialize it, is it a matter of order
<info> app...
Hi,
I'm currently trying to use advertising extensions with my nrf52832. However once I use the
BLE_GAP_ADV_TYPE_EXTENDED_CONNECTABLE_NONSCANNABLE_UNDIRECTED
type...
Our device uses an nRF52840 and we are using SDK v15.3.0 and soft device v140.
In order to optimize power consumption, I want to make a delay function using the RTC (with...
Hi,
We are designing a device based on nRF52840 that implements the Zigbee ZBOSS stack. We are interested to get ZB NVRAM configuration (network id, bindings, reports, etc...