Hi All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
I'm trying to use the ADC and internal reference to measure battery voltage on the nrf51422, while S210 is enabled.
From the example nrf51-ble-app-temp-master, I found...
I have Nokia Lumia 630 and it works well with nRF51822-EK but only with SDK nrf51822_v5.1.0.36092 and SoftDevice 6.0.0. Now I decided to try DFU OTA. I programmed bootloader...
I am using nRF52840DK for working on my application. I use nRF Connect SDK v1.9.1 to run example and build application. I use VS code to build the application. I am working...
HI
Saw the youtude video: https://www.youtube.com/watch?v=dpvNXQiLbh4
For BLE Audio Broadcast mode, could i check how many channels of audio can be broadcasted and selectable...
I'm developing firmware for a custom board developed with the nRF5340. We opted to use RTT as our logging/shell output as opposed to UART thanks to pcb size limitations. I...
Hi,
We are porting some of our old firmware from SDKs <= 17x to nRF Connect SDK.
We have not found a way to access several of the drivers, like pwm_nrfx.c and use functionality...
Hi,
I'm trying to build the nRF5340 Audio sample application for the nRF5340 Audio DK board and get this error message when creating the project:
Any thoughts?
Regards...
I'm trying to migrate from the nRF52832 to the nRF52833 using the same exact code, but the nRF52833 does not go into low power mode. The nRF52832 consumes 100uA with the nRF52833...
Hello, I have successfully connected two NRF5340s using central_uart and peripheral_uart and can send messages to each other. But I don't know how to test the data rate.
I have an implementation that is using a PWM output to drive a LED. It has been observed that when the LED is on in a constant drive state, fixed PWM output train, the LED...
I would like to communicate at a speed of 1ms or 2ms if possible, as I need to make a gaming mouse with as little latency as possible. To achieve this, I plan to use the nRF52840...
Hi Team,
could you please help us how to remove service change characteristic?
Also please share us how to SET PHY as a constant "BLE_GAP_PHY_1MBPS" ?
please suggest...
The following code got NRF_ERROR_INVALID_STATE. What is meaning of NRF_ERROR_INVALID_STATE? And when will NRF_ERROR_INVALID_STATE generated?
err_code = nrf_drv_gpiote_init...
Dears,
The customer wants to know that the Thingy53 evaluation board can calculate the 3-axis acceleration,angular velocity,magnetic field, these 9sets of data into "quaternion...
I want to remap SPI0 pins from default (P26, P27, P28) to another ones (P08, P09, P10) on PCA10040 under nRF Connect SDK. But I stuck into a problem: SPI module seems to work...
Hi,
I just go a question about when to use the nrf_moden_lib_shutdown(). Is it necessary to use in this code case? Since I've used lte_lc_power_off().
Regards,
Elia...
Hi
1. I tested function NRF_LOG_INFO and found that NRF_LOG_INFO automatically prints the \r\n character
2. How can I remove the \r\n character
Thank you for all...