By default the GRTC peripheral is not cleared when started via sys_clock_driver_init . This is because nrfx_grtc_init calls nrfy_grtc_prepare , however NRFX_GRTC_CONFIG_CLEAR_AT_INIT...
Hi I want to know if I can use the nRF52850-DK to flash the Xiao Sense Plus from seeed? I am following the following tutorial which says I need to use a J-Link but that's...
Hello, I am not sure if this is the most appropriate place to ask this question, but any comments are welcomed. I am developming a sensor platform that tries to use extended...
Hello, I had working BLE application build on v2.6.2. After migration to SDK v2.9.0 BLE is not advertising anymore. I think it may be related to default controller that is...
I am trying to use TTM (nRF Thread Topology Monitor package) with a newly bought nRF52840 Dongle (PCA10059) on Windows.
Following the instruction at https://docs.nordicsemi...
Hello,
I am trying to play the AT45 DataFlash driver by directly copying the sample code from nRF connect SDK v2.9.1 (C:\ncs\v2.9.1\zephyr\samples\drivers\spi_flash_at45...
I am using MasterEmulator.dll for connecting to pear device.
I am using nRF51 Dongle and pear device is nRF52 custom board.
The pear device is advertising at very low...
Hello,
we have custom boards with nRF52832 chips, which show different behaviors in low power system ON mode. The current consumption is pulsing at around 22Hz to ~34Hz...
HI.
I purchased the nRF24LU1 + chip and created a USB Dongle module.
I have come to know about PID and VID.
Can I use nordic's VID (0x1915) as it is?
Is USB Dongle...
Hi ,Nordics
when I use my host device (reffered to the example of ble_app_hrs_c)to pair and bond with a peripheral device(a gamepad) ,the pairing failed .I don't kown...
Hello....
Is there a way to configure the SPI peripheral(s) to run at a custom bit rate (frequency)?... For example: Run SPI at 3.4MHz.. or any other custom frequency that...
Hello all,
Do you advise to have 2 SPI interfaces - one for the sensors we're using (accelero/ gyro) and another one for the SD card? if so, when adding an SD card to our...
Hi team,
i am having a custom board i want to program soft device and application using external j link. i came across nordic website in this page http://infocenter.nordicsemi...
Hello All,
I am a beginner to NFC OOB, so can you suggest me some good learning materials regarding NFC OOB pairing as I wish to do so between my mobile phone and the...
Good Morning Team,
Hope your day is going well!
Could you please provide the IPC 1752 document and RoHS CoC (2015/863/EU) directive document for below part since it is...
hi hi ;
i'm trying to control gpio pin 20 with my smart phone and with event at gpio pin 5 (when the state of the pin 5 changes the gpio pin 20 toggeles ) but my problem...
Hi, can someone explain in simple terms how it works?
I don't really have a clear concept of what a replay attack is, but I suppose it has something to do with recording...
Hi,
I am facing the same issue for all of the node.js examples.
It says: Connected! Error: command disallowed (oxc)
Also is says: Service uuid XXXXXXX not found!
...
The nRF52 SDK ANT example "ant_scan_and_forward/" configures a device linit of (16-1)=15 in this line:
// Public Definitions #define MAX_DEVICES ((uint8_t) 16) /**< Maximum...
On nrf52832 and nRF5 Mesh1.0.0
When running idle state(not RX/TX), current comsumption is over 400uA.
And every 100ms, CPU is wake up.(small working.)
What happen...
Hello! I am using application that support ANT+ and BLE, so i am using s332 softdevice. now I want to add BLE bootloader feature. (send .bin via BLE). but in SDK v13.0.0-1...