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...
Hello, I had working BLE application build on v2.6.2. After migration to SDK v2.9.0 BLE is not advertising anymore. I think it may be related to default controller that is...
Hello,
I am trying to play the AT45 DataFlash driver by directly copying the sample code from nRF connect SDK v2.9.1 (C:\ncs\v2.9.1\zephyr\samples\drivers\spi_flash_at45...
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...
Dear Sir or Madam,
I'm using a dev kit with the nRF52832 to realize a project in school. So my work contains two wearables and both include the nRF52832. Now I want to communicate...
Hello,
is it somehow possible to calculate the distance of a BLE enabled and advertising periodially cell phone to a turnstyle gate.
There are for example 10 turnstyle...
Hello,
I'm trying to update from Mesh SDK 1.0.0 to 1.0.1, I've followed http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v1.0.1/md_doc_getting_started_how_to_nordicSDK...
Hi all,
I would like someone give me a suggestion about timers.
in my current approvement I am using an RTC timer with 32k crystal to control my sleep times it is power...
Hi there,
I have an nRFready Smart Remote 3 in front of me to evaluate for development of an upcoming product. I've had a look around the forums and documentation, but...
I’m currently making some measurements with a power analyzer on both, our own hardware design with the nRF52840 (Samples B) and the nRF52840 Preview Dev Kit.
I took the...
Hello Community,
this is my first question, since I could not find any clue on the internet and here on the devzone.
Problem:
I need to read/write a value to a GATT...
Hi,
I compiled (using ARM GNU) and run the USB CDC ACM example found on SDK_14_0_0. I have windows 10.
Windows 10 do not reckognize it as a CDC device and instead I...
hi,
I am developing with nRF 52832 on my own board. the code worked fine until I added the UART_init() function. my source code outputs an error message.
i reinstalled...
Hello,
How reset device from code to take effect of enabling access port protection? NVIC_SystemReset() doesn't work. I can read flash using j-link.
Device: nRF52832
Hi all
We are experiencing high current draws that lead to 51822 chip failure under some circumstances. By looking at this thread
https://devzone.nordicsemi.com/f/nordic...
Hello there,
I am developing a coap based client-server application which has thread mesh network. Client is a sleepy node here.
Dev kit: nrf52840
Thread SDK: nRF5_SDK_for_Thread_v0...
Hello everybody,
I want to see integer number with use NRF_LOG_INFO . I try to this;
But RTT_Viewer show like this;
"You have 536881776 trial rights."
I have to...