Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
Hi,
I followed this guide to use puncover but failed:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/develop/optimizations/tools.html
I am using...
The Nordic Thingy:91 comes with Bluetooth, and for now most of my deployment will be in areas where I'll be able to connect to it via BLE. I can receive data from my Nordic...
Hi guys,
So here is our application:
we have an external 1GB NAND flash on the board with a nRF52840 SoC. We save sensor inputs to the 1GB flash and when we connect...
I want to either create or open a MCP2515 CAN based application using https://github.com/zephyrproject-rtos/zephyr/tree/main/boards/shields link.
I am new to this platform...
Hello
We are planning to build a product without physical pins and currently evaluating different recovery options. For that we want to use OTA via BLE/SMP in a dedicated...
Hi,
I'm using SDK17.02 HID example on nRF52810.
When slow advertising have timeout, the current is about 6uA. BTW, I closed sleep_mode_enter() function.
But when I stop...
I have found that NRF SDK proposes mbedtls and cifra backends for AES based security. The question is whether is possible to reuse nRF52 HW AES for CCM, GCM, ECB modes supported...
I have nRF52840 module with not enough IOs than what I need and I am looking if possible to hook both: external flash memory and LCD display on the same QSPI peripheral
...
Hi,
As far as I can see, the only difference between these two SoCs are that the 840 has more RAM and flash memory, and supports QSPI (833 does not). Are there any other...
Hi,
We have nRF52833 based solution wherein we have scanner (central role) and multiple sensors (peripheral role) connect to exchange data.
We have added DFU functionality...
Dear Nordic Support Team,
we are planning to use the nRF9160 DK outside of our development department. E. g. we would like to provide the board, along with a certain user...