I have a Raytac MDBT50Q-CX and cannot seem to flash it correctly. The flash succeeds, but the device is no longer recognized by Windows or (raspberry pi) Linux.
My goal...
Hallo.
I am working with Thingy.91x and after learning almost all lessons with Nordic Dev Academy, LTE fundamentals, i have encountered an issue.
Right now I can't use...
I am having problems flashing my custom board with a nrf5340 chip. Sometimes it works, sometimes it does not, but more often than not it doesn't work and I cannot figure out...
Hi,
When I use NCS V2.5.0 (board:nRF 52840),I want to set the Non-Connectable and Scannable Extended Advertising.My code as follows.I use the APP nRF Connect for moblie...
Hi Nordic team.
I'm finding a way to update the factory data over-the-air. Specifically, I want to update the Matter Certification information (PAI, DAC, ...) over-the-air...
Hi,
In Core Specification v5.4, there is support for Non-Connectable and Non-Scannable Extended Advertising (ADV_EXT_IND) without AUX packets. However, when using Nordic...
When both ethernet and WiFi are supported on one MCU (with both sharing the same L2 implementation, only one network device being active at a time), does it matter if both...
So with the errata in mind the RC oscillator has a accuracy of +/-500 ppm, while the XTAL on the nRF52 DK has a accuracy of +/-20 ppm. During the longest waiting period of...
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...