Hello Everyone,
I try to develop Nuvoton + NRF24L01 SPI communicate each other. And I don't understand why MISO bus has 0x0E after I send Write_Command 0x20?
void NRF24_AdressTX...
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...
I have recently updated my DFU code to use the source files in SDK 6.1 to be able to OTA upgrade the SoftDevice and Bootloader. I've been able to get the Application to reliably...
Hi,
I am a newbie and would like to build a solution that combines nrf51822 with Arduino. Is this possible.
I find that there are many nrf5001 + Arduino solutions, but...
Hi,
I try to use APP_ERROR_HANDLER(err_code) with a custom error code ( for example 25) in a custom function. Error code reported is correct, but error line and filename...
hello,
Have any example about how to use "CHANNEL_IN_WRONG_STATE" ?
I don't know how to use it. and also don't know when softdevice return this even.
///< Command...
I am having an issue with pin changes triggering interrupts using app_gpiote. I've set up app_gpiote to watch pin 30 and trigger an interrupt on low-to-high or high-to-low...
Folks,
I'd like to use the single UART peripheral in the nRF51822 in interleaved fashion to support two serial "ports", e.g., sets of GPIO pins dedicated to separate serial...
Folks,
In the latest SDK (6.1) for the nRF51822 I see two versions of SPI master code in the Source folder and examples: with and without "5W" appended to the filename...
Hello,
Been posting a few threads lately on my attempt to get the ble_app_hids_keyboard example to work on PCA10003.
I've gotten the files to compile using Eclipse on...
Hello,
i am measuring the current on my nrf51822 board. While sending messages over I2C i have a current about 4.4 mA.
This should be correct? The CPU, 1v2, hfclk and...
Hello,
i use the nRF51 SDK_v6.1.0.0 with s210_nrf51422_3.0.0_softdevice.hex and EM:Blocks as IDE.
i have included the SD210 into the project wizard and created the s210...
Hello,
i am currently trying to integrate a timer properly to my project.
I want to set a pin to high for a duration of 1msec.
I configured the timer like shown below...
Hello,
i am currently working at a project which includes radio transmission based on th hal_nrf library.
I am using parts of an example code, which worked fine for me...
Hello,
my application is using the event scheduler while the softdevice is not. Is it save to call softdevice functions (like sd_ble_gap_scan_stop(), dm_device_delete_all...
Hi,
We deloped some concept(it looks not very good - sorry) for unique device which can be a slave and master.
to use this demo need following
Download to PCA10004...