Hi all,
I'm working with my custom nRF9151 board and i'm testing https request with option that use native TLS for my download client.
I got connect err = 22, so i come...
Hello,
i am currently trying to build a minimal firmware for the nRF5340 on the Thingy:91x. Unfortunately my build failles to link zephyr/zephyr_pre0.elf:
My suspicion...
On the nRF54L15, how can I update the maximum TX time to 17040 µs when using Coded PHY?
I'm currently testing with the Throughput sample in nRF Connect SDK v2.9.1. During...
Hi,
I'm currently working with the Thingy:91X and would like to measure the total current consumption of the entire board using the PPK2. I understand that the PCA64165...
I'm not sure if this is the right place for this question.
I'm using the Settings subsystem for the BLE name.
When BLE is initialized inside matter, settings_load is only...
While using the nRF9151 DK , after inserting the onomondo sim and connecting, the Cellular Monitor SIM sections appears the Wireless Logic ICCID number instead of onomondo...
Hi,
I own a Redbearlab BLE Nano with a nrf51822.
I want to use it to drive some WS2812 rgb LED (neopixels), using precised timings for bit-banging.
Before driving...
Hello everyone,
I am having difficulties on changing the advertising name of my device (nRF52832).
Here is the piece of code that I am using to do it:
ble_gap_conn_sec_mode_t...
hello.
How can the hidden setting of BLE be realized?
For example, (as log of nRF Connect) as follows:
ptlog1.txt
thanks.
I will attach a screenshot of NRF connect...
what does the mean of the statements the red line marked on above picture ? In my product ,i want to combine the softdevice,application and bootloader into one hex,and burn...
Hi all,
I am testing this example and I have some question is possible using theR same NFC to turn off the nRF52? I cant see where the NFC event is handle
Can some one...
Hello,
Has anyone been able to succesfully use the HID Keyboard Demo (ble_sdk_app_hids_keyboard_main from Nordic nRF51822 SDK ver 6_1_0 along with GCC compiler for s110...
I have an application working using PPI to start a SPI master transaction from a GPIOTE event. Unfortunately, I currently have very high current consumption which I am led...
hi all,
i try to use to timer to have a single press and a long press.
this my code.
const nrf_drv_timer_t TIMER_BUTTON = NRF_DRV_TIMER_INSTANCE(0);
const nrf_drv_timer_t...
I don't know where it is used..
example, when I use sd_ble_gatts_hvx(conn_handle, &p_hvx_params), conn_handle was BLE_GATT_HANDLE_INVALID(0x0000) result of debugging. ...
I use nRF5_SDK_12.2.0_f012efa to develop BLE application in IAR workbench. Now I want to test the example: ble_app_template_pca10040_s132-nrf52832_xxaa. The project can pass...
First off, I have worked through Vidar's excellent tutorial located at " devzone.nordicsemi.com/.../" and have successfully built and run the blank blinky example so my installation...
Hello,
I am trying to change the MAC address of my device nRF52, by using NRF_FICR->DEVICEADDR[0], NRF_FICR->DEVICEADDR[1], I am able to see the device address.
But...
Hi I am using SDK 12.0.0.0 in nRF52832 in this code when I am using __enable_irq(); function for enable the interrupt then controller is getting reset can anyone help me regarding...
Hi,
I was trying to plot incoming ADC variables using Keil Logic Analyzer function inside the IDE.
So far no success; I am able to use it when using STM32 board.
...