Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
After ping through link local address ,i am not getting any Router solicitation messages,neighbor solicitation messages and neighbor advertisement messages while i am capturing...
Hi I've got my nRF8001 breakout board ready I now need the SDK in order to start developing firmware code.
I don't have any registration key, how do I get hold of it? ...
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? ...