I'm developing with an nRF52832, NCS v2.6.1 and Zephyr 3.5.99
I've been forcing my MCU into System Off when I don't need it to do anything, then triggering it out of that...
In our custom board, (nrf5340-nrf7002), We are observing a Wi-Fi connection time of around 4–5 seconds, even when reconnecting to the same router. As our product is battery...
I'm currently working on implementing OpenThread on our custom board based on the nRF5340 along with the nRF7002. While building the project, I'm encountering the following...
Hello!
We have a project where we are using the nRF52840 with the ADS7052 (an ADC) on the SPI bus. We are using Zephyr 4.1.0, but I guess its same same with nRF Connect...
We are in the process of integrating the Nordic nRF Mesh SDK version 3.3.3 into our Java-based application.
The devices we are working with are pre-configured BLE mesh devices...
Hello,
I am currently working on integrating the ENC28J60 Ethernet module using SEGGER Embedded Studio and nRF5 SDK version 15.0. As part of this project, I would like...
I started to test with NCS 3.0.0. The first surprising topic I found was, that the nRF Connect for Desktop - Toolchain Manager (v1.6.0) doesn't support NCS 3.0.0 other by...
When using BLE_GATTS_VLOC_USER I would tend to make the variable pointed to by ble_gatts_attr_t.p_value volatile to reflect the situation that the value can be changed by...
Hello,
I am new to nrf5 mesh. I have setup my system based on Nordic's documentation and was evaluating Serial Example with Interactive Py script.
My setup consists of...
Hi:
I have a project which nrf51822 exchange some data with TI cc2541.There is a serious issue that the nrf51822 is occasionally reset by the watchdog when it communiates...
Hello all
I am trying to get out some debug messages from my custom Firmware (and board) but the log looks like this:
<info> µ“°8$Mø@ñ¨ó¹)F¨: NRF_LOG initialized
...
Hi,
can you please to provide a more information regard power up sequence?
for example:
we would like to use DC2DC (instead LDO) with CR2032 battery.
the PCB have...
Hi all,
I am trying to send a command to the sensor so that the sensor will response with sending something back for acknowledgement, via UART.
Let say, I want to send...
Does anyone have experience about range, robustness, link stability etc. for Bluetooth 4.0/5.0 (using nRF52832) compared to the old Bluetooth 3.0 standard? For some applications...
Hello guys, I am the newbie with this development board. I want to know that how I can write a simple led program or can upload any example into nrf52840 using window operating...
I'm trying to print received data on my com port but when I set the "NRF_LOG_ENABLED" as 1 the error below shows up.
What does it mean?? How would I know what files to...
Hi There,
I'm just getting started with ARM and the NRF52832. I've done a lot of work with 8-bit micros and I'm interested in learning 32-bit and in porting some old AVR...
I would like to use printf using ITM for debugging my application using a BL652 module (nRf52832).
I have followed the instructions in the Keil paper APNT_308. Printf is...
hi,
i am doing a project where i have to merge nrf mesh light switch server with mesh dfu example. i am using nrf mesh sdk v1.0.0 and nrf52832 mcu.
i have merged two programs...
I want to disable logging (which is working OK). In my app.config.h I have set the following:
#undef NRF_LOG_ENABLED
#define NRF_LOG_BACKEND_SERIAL_USES_UART 0
#define...
Desired behavior:
After a long press of the button, my desired behavior is to erase bonds and advertise and let another central pair and bond to the device.
After a normal...