I am using two nRF5340 Audio DKs one as a gateway and the other as a headset. I tested the nrf5340_audio example and managed to get the speaker output working through the...
Hello, Has anyone implemented Deep sleep in nrf52833, v2.9.0?
What all I tried :
1. tired to use "pm_state_force(0u,&(struct pm_state_info){PM_STATE_SUSPEND_TO_IDLE, 0...
Hello, I am trying to use the DPS368XTSA1 sensor with the nRF52833 via SPI. First, I’m attempting to read the sensor’s ID during initialization, but it’s not being read properly...
I want to implement deep sleep (wake up using RTC at a particular time interval), and determine the current consumption in nrf52833 dk. So I used the sample code first. When...
I’ve designed and fabricated two custom boards around the nRF52840 SoC.
I use an nRF52840 DK as an SWD debugger to communicate with each board.
Using nrfjprog...
Hi,
I have a custom board for the nRF54L15. I have already implemented LEDs and a button, which work fine. But I cannot get the PWM peripheral working, and I do not understand...
We are in the process of finalizing the RF transceiver chip for custom protocol development.
Please suggest the suitable chip and any reference implementations available...
Is anyone using the third-party BLE module from Taiyo Yuden? If so, where did you find the recommended footprint?
Taiyo Yuden's website only gives very limited information...
In the SDK 8.0 are only examples for nRF51422.
Is it possible to compile this for nRF51822 and is the softdevice 8.0.0 for both controllers?
Best regards,
Roman.
Hello,
i am new to nRF Bluetooth.
My Setup ist:
One Atmel atmega640 and one nrf51822 communication via UART (at the moment).
I am sending data from atmega640 to...
Hi,
I'm writing a bootloader for nrf51822 to be able to update the nRF51's firmware through SPI (data transferred via an STM32 retrieving the file through USB).
My idea...
Hello,
I am trying to write data to flash with the pstorage api. I managed successful to write data to flash with the pstorage_test_store_and_update() function from the...
Hi
Recently we bought NRF51 DK board. Initially when i connect the nrf51 DK board to PC via USB it mounts JLINK driver and on IF/BOOT button it mounts BOOTLOADER drive...
For my application I need to identify the peripheral source advertising packets are coming from. How is this best done with BLE and SDK 7.1? I would prefer not to set a a...
Hello
I have a nrf51822 mbed kit PCA 10024 V1.0.0. When I connect the kit to the PC (Windows 7 64 bits) the Mkit enumerates as an MSD named MBED:
I updated the firmware...
Hi,
I'm testing new nRF51822 Beacon v1.1.0 dedicated for smart beacon kit (pca20006). I'm using Master Control Panel Android app version 2.0.3 and Nexus 5 with the latest...
No text. It's a really short question.
So this is a simple example:
NRF_ADC->CONFIG = (ADC_CONFIG_RES_8bit << ADC_CONFIG_RES_Pos) |
(ADC_CONFIG_INPSEL_SupplyOneThirdPrescaling...
Hello, I've just purchased an nRF51 DK and installed the SDK. I have Keil uVision 5 installed from a previous project, with a "Freescale Only" license key. This seems to be...
When i google for power consumption 433mhz 2,4ghz and similar most results tell me that 433MHz consumes less power... but when I look at specifications of explicit chips/modules...
I am trying to do a simple UART test with nRF51822 without BLE functionality. The code is a simplified version of the UART example in nRF51 SDK, and can be found here . It...
Hi,
I just wanted to try out the DFU on the Android app to see if I can successfully update the application on the beacon. For that, I only uploaded the precompiled nrf51822_beacon_app...