Using v2.8.0-rc2 as v2.7.0 doesn't support the SCRATCH partition.
I am not able to enable BOOT_ECDSA_TINYCRYPT (required for Image Encryption).
I suspect this is because...
Hello,
I have a question regarding a recent issue.
I'm currently developing with the nRF52840 IC or EVM, and I'm facing a problem. Whenever I write firmware to the flash...
Hello, the nRF5340's SAADC has a temperature dependent offset according to the product specification. The offset can be measured (I suppose it is automatically applied within...
I want NRFX_SPIM_EXTENDED_ENABLED to be 0. but for some reason it is set to 1. from my current understanding I conclude that the if case here check weather each node with...
Previously, I successfully completed and performed OTA flashing, and I haven't made any changes to the DFU-related programs since then. However, recently, I have been unable...
Hi,
I am using nrf52840 to run as an hci controller over UART for nrf91. I was able to implement FOTA over BLE for nrf91, but I would also like to add an option to add FOTA...
Hi everybody I'm using nRF Connect SDK 2.6.1. Before I could seen Partitions section in Memory Report tool, but now it's disappeared. I also checked it by ninja command: ...
Im trying to recreate the example from:
https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/hardware-design/posts/measuring-psm-idle-current-on-the-nrf91-dk
But...
I'm trying to get the ble_app_multilink_central example from sdk15.3 working in a nrf52 usb dongle but am having trouble with unexpected behaviour after programming the dongle...
Hi,
I am developing zigbee solutions for sensor monitoring.
situation a)
ZC(1)------------ZR(2)--------------ZED(3)
situation b)
ZC(1)------------ZR(2)
| ...
Board: PCA10040
Chip: NRF52832
SD132
SDK 15.2.0
SDK Mesh 3.1
I have added the light switch server example into my own app. I tried to run the quick demo, with...
I am using UART with interupt on a project where I communicate over RS-232 with an external circuit. This circuit keep TX low until it has received a reset command from the...
Hi,
I'm beginner here.
Could you guide me how to check that my nrf9160 custom board is working?
Should I program it with any firmware before programming with my application...
Hi,
I have merged nrfx_spi and ble_app_uart examples. I am working with SDK15.3 on a nRF52832 based ISP1507. I seem to be able to transmit the data stored in the tx buffer...
hi ,
i am trying to make a project based on detection using ble 5 on raspberry pi 3.
plz help me with selecting correct and most appropriate ble 5 dongle for good range...
Hello, Dear Support. I try to build BLE Mesh from several nRF52840 Development Kits. I use example [serial] from SDK for Mesh v3.1.0. After building solution in SeS and starting...
Hello:
I am able to compile, load/flash successfully for my BLE + FreeRTOS application to my nRF52840 DK board. However, I am not able to start or pause execution of the...
Hello.
I am trying to migrate from sdk 11 to sdk 12 and I am having difficulty in adapting the device_manager.h functions that I am using in my code to the peer_manager...
Hi
I would like to be able to (force) stop characteristic notifications at some point in time.
Imagine a smartphone connects to peripheral and enables characteristic notification...