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...
currently, i am designing a wearable device using nrf52 as core soc. i just found that the nrf52 has two internal regulators, ldo and dcdc converter. in my case, the input...
I'm using a nRF51822 with 256KB flash and 16KB RAM, SoftDevice v5.2.1, uVision 4.71.2.0
I can compile and run the heart rate sensor, and it will become detected by mastercontrolpanel...
Hi,
I changed the chip from 16K RAM to 32K RAM. But seems the soft device report the below error when I use more then 16K address.
Error! Line: 0290, File: src\host_core...
Hello,
I'm interested to port a scatternet tree protocol but I'm not sure about that Gazell can support all.
My mandatory items are :
Each node can send or receive...
When trying to merge the Bootloader, Application, Softdevice 8.0 together I keep getting the error
"ERROR: The hex files cannot be merged since there are conflicts"
(happens...
I'm using keil nrf example ble_app_uart_s110_pca10028. I need to convert it for NRF51822_xaa.
I was able to create a new target and edit target settings for the NRF51822_xxaa...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
This post is not a question but a result of my analysis and so a answer to the above problem.
I tried both the Simple Uart Example from the Sdk 6.0.0 (Uart without interrupt...
Hello,
did someone made Altium footprint for J-Link Needle Adapter or managed to find it?
www.segger.com/.../J-Link_Needle_Adapter.pdf
I am planning to make PCB using...
Thanks to this post we can find USB port number of all segger devices connected.
But, as commented:
If I have both the dongle and the dev
kit (plugged to the PC...
Hi all
We use an external 32MHz crystal for the nRF51822 and set the register NRF_CLOCK->XTALFREQ to 0xFFFFFF00 according the reference manual V3.0, chapter 13.3. Afterwards...
I work solely under linux so need tool to generate init packet for DFU.
Is there existing tool/script for that under linux ?
(or plan for next sdk)
Thanks
Hello,
I want to send some data via the radio and then turn the radio to receive data. For the receiving, I need to setup a timeout. I would like to keep the timeout as small...
Hi, at the moment I'm learning about NFC and I don't know much about it. But I have question. Is it possible to use nrf52 NFC only for Bluetooth pairing purpose or can I use...
Hi,
I was trying to make nRF8001 peripheral device advertise the services and try to connect using an Android device that is having Nordic Master Control App.
I have...