Hi I'm working on a school project and I need to send data from an accelerometer to a phone I'm currently able to update "dummy" data from my nrf51822 to my phone after following...
Working on an ANT project.
Switched a project from S210 to S310 to add BLE feature.
For the ANT part, there is no source code modification at all.
Sweet.
This is not...
Has anyone experience of successful TICK_DV calibration for nRF9E5? What order of accuracy should be achievable?
In my application I maintain a software RTC clocked by...
Hello,
I manage to work with new S310 V2.
I use S310 for hrm only. Saying so also not for DFU service.
I have own proprietary method for transfering application images...
I am working on an application and need to get the exact time that the master node receive advertising from the slave node. I tried with PPI and it's ok to capture the Radio...
Hi, could you please tell me if my assumptions below correct?
Measuring a (ratiometric to VCC) analog signal and selecting VDD_1_2_PS as the reference selecting AIN_NO_PS...
Hello,
I been struggling with this issue for a couple of days and can't manage to find the reason behind it.
About the project:
We are developing a IoT device firmware...
Hello all,
i have a problem and I hope that someone can help me.
I can change the bluetooth address of the device with the following code:
and this is okay.
I have...
I work test program on ncs2.8.0.
I put a reference to the BOARD variable at the top of my project's CMakeLists.txt.
When "west build -b nrf52833dk_nrf52833", BOARD is...
Can 52840 dongle program as BLE adapter for development usage like the following URL? Just for development test, so I don't need to buy one.
https://www.amazon.com/ASUS...
I am trying to build the Peripheral UART sample in nRF Connect SDK v2.8.0 targeting the nRF52805 SoC using VSCode. The sample is too large for the nRF52805 flash (linker overflow...
Hi,
I'm having an issue just booting my nRF54L15-DK when building a basic app with TF-M and MCUboot configured, I am using sysbuild to build everything.I am using the...
hello,
I have nRF9151 and would like to connect UART1 (Rx PO.28 & Tx PO.29) to an external IOT device. it only supports the Tx/Rx port. There is HW control.
My goal...
Hello,
I am new to nRF53 series chips. My team and I are designing a custom IoT device based around an nRF5340 SoC and we are exploring options on how to program our devices...
Hello, I and my colleagues were not able to view today's nRF Connect SDK v2.8.0 webinar both work from home and at the office using different browsers on macOS, iOS and Windows...
Hi guys,
I'm working on a project that recently got a change request to enable BLE. I've designed a custom board with the NRF52832 that should meet the requirements.
In...
Hello,
i just wanted to compile a example project out of the box: ble_app_uart.
S132. SES. PCA10040
Surprice, did not work, why do you provide not working examples...
Trying to use a standard delay function to keep and output low for several seconds. It is P0.10 on the 52840 set to Active Low and I do see it transition to a low on the o...
Dear,
I am using both nRF52840 UART (UART0 and UARTE1) on the nRF52840 DK.
The default pin assignement is used, such as
UART0 pins are TX/RX 0.6 & 0.5 and
UARTE1...
Hi NRF team,
I am working on one project. I have used 2 PDM Microphones (MMICT5838-00-012). And I have used Zephyr RTOS for development.
I have used the LC3 encoding and...
Hi,
I'm working on a project using MCUboot, TFM, and a network core app. We use MCUboot with an external flash module for OTA firmware updates.
Recently, we tried upgrading...