Hello,
I have a question about the NRF SDK fundamental lesson 8 exercise 1. In the code below get_access and release_access are executed in different threads. The semaphore...
Hi, I am using nRF5340 for my unicast Audio server example where the nRF5340DK is the headset and my mobile device is the audio source. I have taken the unicast audio server...
I am using the nRF54L15 and SDK 2.9.1 in VSCode.
I need to know the microseconds since start throughout my code.
I created this function:
The problem is that CONFIG_SYS_CLOCK_TICKS_PER_SEC...
I am making an application using nrf52840 USB dongle.
I am using a python program with pyserial. This works great. My only problem is that I want to have a very reliable...
Hi,
We developed a custom board based on the nRF54L15 SoC. We realized many current consumption tests with regulator configured in DC/DC mode. These measurements are in...
I want to implement FOTA Update for a nrf5340 based board by using nrfConnect SDK v2.9.0 with zephyr and mcuboot. The board has a MX25R6435F external flash (same as the nrf5340dk...
Hi,
For my Master Thesis, I’m working on localization using nRF54L15 boards with BLE Channel Sounding. I’ve been using the official samples available online, specifically...
I measured my Nrf51822 current:
when my VCC is 3.0v ~ 3.3v
my current is 0.16 mA.
when my VCC is 2.6v ~ 2.8v
my current is 1.5 mA (why?)
when my VCC is lower than 2...
I have issue with nrf51 booting, i noticed that sometimes when i plug the power to (VDD and GND) the system dosent turn on at al.
1 - how does the system the whole system...
amigos de habla hispana estoy comenzando con este circuito.
mi duda es cual compilador utilizo para crear un simple led blink..
tienen algun tutorial en que me puedan a...
Hi.
I am using the nRF52 Preview Dev. Kit to send data over multiple channels by
setting the NRF_RADIO->FREQUENCY register to the desired frequency value.
To make it work...
Hi,
I am trying to measure the temperature using sht21 sensor with nrf51822. I am using TWI to do this. When I try to send a data to the sensor the application cannot do...
Using the nRF52832 and SoftDevice s132.
If the application code disables the SoftDevice, then the application CAN erase UICR memory in the nRF52832 device.
The question...
I control a module over UART using app_uart_fifo. This module is controlled from nRF host by commands to perform things. This generally works fine but however, sometimes when...
Hi,
I write a code for the max6657 temperture via modifying the SPI MASTER Example. The function for reading max6675 via SPI is shown as follow
uint16_t readCelsius(void...
Dear Nordic Team,
Thanks for supporting.
How to calculate the battery voltage level from Eddystone TLM. Its always transmit 240mV.
I am using CR2302 3V battery.
...
Hi all !
Can you tell me if it is possible to flash a single nrf51822 ship directly or if it requires at least the minimum oscillator X1 in order to be flashed?
The...
Hello. I want only 1 to 1 bluetooth matching about nrf51822.
I want only 1EA central with 1EA peripheral matching.
I set as below.
1EA - Bluetooth Central - UUID...
Yesterday, I asked a question (so far, no one has answered) about how an OS upgrade on my desktop computer might have broken my ability to flash and run BLE apps on the nRF52...
Hi there,
I have two nRF52 Preview DK boards, SDK 0.9.1 and 0.9.2, and SoftDevice S132 1.0.0-3 alpha. Several months back I got the Bluetooth heart rate demo from SDK 0...
Hi,
i am trying to wake up the nrf52832 from system off with a gpio interrupt.
When the signal on my gpio pin 28 goes from Hi to Lo, i trigger a callback function in...