I have mistakenly disabled Software Debugger (SWD) and wrote the configuration back to the board. Ever since board can not
(1) Connect and get the configuration data using...
In ticket Case ID 290251, Torsten Rasmussen provides the following advice to ensure that the toolchain corresponding to the SDK is used to build the SDK (this applies to nrfutil...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi everybody I'm using nRF Connect SDK 2.6.1. I have my own board based on nRF52840 SoC. I made an overlay file of nRF52840DK and changed its UART TX/RX settings according...
We are developing a mouse with shortcut keys on Nordic, we want to make it compatible both on Win and Mac, but the shortcut key assignments are different between the 2 system...
I am currently developing an HID over Bluetooth device and would like it to be able to determine which OS the host is running so then its beviour changes based on that info...
According to SIG specs the BLE Mesh max payload is = 384 ( 12 * 32)
nrf52 MAXLEN = 255 (but I can transfer 265 bytes in zephyr (259 bytes data + 2 bytes opcode + 4 bytes...
SDK version: nRF5_SDK_15.3.0
Platform: nRF52840 DK
SoftDevice: s140
--
Hi All,
I use blinky_freertos example to add nrf_serial lib to send/receive AT command by...
Hello! 1-st question - how can i set preprocessor defines using SES and NRF connect options? When i set define like: ARM_MATH_CM3 in proj.conf file, i get an error "malformed...
HI,
I am developing application based on healthcare. I am using nRF52832 with SDK15.3 in SES windows10.
I need to use bootloader DFU .
In my hardware i have only one...
I want to erase and write the flash while the BLE communication is going on.
In nRF52832 specifications it is mentioned that t he CPU is halted while the NVMC performs write...
Hello!
I want to use easyDMA. The SDK version I use is SDK15.0.I want to know how to config easyDMA.For example , If I only need to config TWI0_USE_EASY_DMA==1 ?
So far there are only a few devices that support Coded Phy. Is there any Bluetooth adapter that I connect (for example using OTG) to a smartphone (without built-in support...
SES will produce both hex and elf files when building. I can flash any old hex file with Target -> Download File -> Download Intel Hex File... But I can't actually have SES...
Hi,our product is ready for production and we are preparing commissioning software.
The 52840 is powered from a 3.7V LiPo via an external switching regulator that outputs...
Hi I managed to successfully implement a busy-wait using nrf_delay_ms(). However, I read that nrf_delay_ms() uses more power than app_timer's RTC. So I am trying to use app_timer...
Hi,
I am creating a central device with some similar services and code as the NUS example in the SDK. I posted with an issue here I was having earlier but I am writing this...