Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
I could not find a way, where I can get the nrfx_rtc_t const *p_instance for the nrfx_rtc_init function. There is no example where it is shown where to get this struct from...
Sometimes I get random JLinkARM DLL unknown error when I reset my device. I tried different PC, debugger, supply of chip. Nothing fixed this issue.
NRF52840 REV 3
nrfjprog...
Hi Nordic
Please explain the use of signals VDD_nRF_SENSE and VSENSE_SW_OUT in the circuit.
The board version I bought is PCA10095/0.11.0/2020.50.
Thank you.
Hi,
I just noticed that setting any of the CONFIG_BT_CTLR_TX_PWR has no effect on the range and RSSI while advertising. Does this config actually do something? I tested...
hello,
I have a DHT11 temperature and humidity sensor connected to Raspberry Pi 4 B. I want to transmit this data from this raspberry pi to another node using 802.15.4....
Hi,
In nRF5_SDK version 15.3.0_59ac345 with nRF52840, the function nrf_nvmc_write_bytes() writes to the same 32bit word too many times.
According to the datasheet:
...
I am starting the Academy SDK course and getting my tools installed. I have VSCode installed (I have used it on many other projects and the "nRF Connect for VSCode" is installed...
Hi ,
When I set CONFIG_TFM_PROFILE_TYPE_NOT_SET=y to disable TF-M minimal mode, KMU SLOT MKEK must be empty right? When the KMU is not empty, the app will enter the tfm_hal_system_halt...
Hi! I have a Thingy:91 v1.6.0 and doing some current measurement on the device. I've disconnected the LiPo cell, and feed the Thingy from an Otii connected to the P3 (Li-po...
Hello,
I have a motion sensor with me and it has 4 pins. VIN, GND, OUT1, OUT2. OUT 1 and OUT 2 gives output voltage of 3.3V or 0.3V depending on a motion. I want to read...
Hello,
Just want to check that is there any mechanism available to check or monitor the expiry date of TLS certificate used in the project? Is there any API available so...
Hi,
I'm extremely new to Nordic (and embedded development in general), but I'm writing some code that turns on various LED colors based on input from an Android app (BLE...
Hi,
I am using mesh sdk version 5.0.0. And I am using sensor server model example to build our application on top of it. I am trying to erase the provisioning information...
Hi,
I have a couple of questions regarding the nRF52811.
1. What's the boot time of the nRF52811 from the power on to call the main() function of the bootloader? ...