Hi,
The attached code is based on a sample code from NCS v2.9.1 and creates a LittleFS flash disk on external SPI NOR onboard nrf54L15DK. There is a mismatch in the code...
Somehow a program I have running on a nrf52840-DK board will enable protection. This kind of screws up the small application I am testing because it seems to lock out the...
Hi,
I am trying to program the custom nRF9160 board using SEGGER JLink/SWD programmer , For same of the boards when connected to custom board and trying to select the device...
Hello,
we are using a nRF5340 with NCS 2.9 and want to signalize a
UART_LINE_CTRL_BREAK
on USB CDC_ACM to the PC.
Is there a direct way to do this?
Many thanks in...
Is there a straightforward way to output the frequency of the 32.768kHz crystal oscillator to a GPIO pin? The motive for this request is to verify the crystal frequency without...
Hi all,
do different settings of SAADC RESOLUTION register affect Conversion Time t CONV ? I cannot find any dependency - the only value given for t CONV is 2 µs typ (7...
Hi
I am using nrf51-dk board along with the S130. I am getting the following message when I debug my code. The central link count is set to 0 while peripheral link count...
Hello,
I didn't find much information about how different settings for the MTU size behaves with older versions of BLE devices. I'm using the softdevice s132 4.0.2.
...
When trying out the ble_app_hrs_freertos example in nRF5 SDK 11.0.0-2.alpha_bc3f6a0 , I seem to only get 14-character long device name announcements.
This happens when...
To @Hung Bui. Hello sir. I am new to NRF51 microcontrolers and I am trying to use Pstorage in my written code. I have noticed this post of your's:
I am using nrf51422...
Why do I call this bluetooth send function (ble_nus_string_send )return values is 04 not 00(return sd_ble_gatts_hvx), why will appear this kind of circumstance?When I send...
I am using nRF Connect with nRF52 and need to use UART over BLE to send command to the device but I find that you can only use hexadecimal input and get hexadecimal output...
I have nRF52 and working with SDK11.
I can start BLE advertising and nRF Connect app will detect everything correctly.
I only have an issue: I want to advertise for...
Hi there,
I am getting some error in my SAADC measurements and I believe it's due to the R_INPUT forming a parallel resistance with my voltage divider at the input (the...
Hi,
I am measuring the current during sleep, after the sequence, __WFE();__SEV();__WFE();.
With NRF_LOG_ENABLED set to 1, the current is about 486 uA. With NRF_LOG_ENABLED...
Using: nrf51822, SDK 10.
My application needs to use TWI0 and SPIS1 at the same time. However if I enable TWI0 and then SPIS1, when I run nrf_drv_spis_init() I get NRF_ERROR_INVALID_STATE...
I am working with the SDK 13 ble_app_att_mtu_throughput example. With the SDK 12 example, it seems to require the SoftDevice to be loaded with the arm5_no_packs example. The...
Hello,
I'm designing a project with the nRF52832 where I will use an external SPI ADC.
For debug and backward compatibility purposes, I also plan to use the SAADC.
The...
in the ble multilink central example i'm not understanding where the functions in client_handling.c are exercised some don't seem to be used in main or client_handling (client_handling_dm_event_handler...