Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hi,
I'm trying using AES ECB encryption of peripheral drivers on development board with nRF52832 and PCA10040.
I inserted the following code before main loop of ble_app_uart...
i have a particular automotive tuning application where i have to deal with ignition and fuel injection timing (old stuff in the new e-mobility time)
here are some loose...
I'm a beginner to programming nRF devices in C, trying to graduate from Arduino (i.e. kindergarten).
I've installed Segger Embedded Studio and can compile and run SDK examples...
Hi, I have implemented a firmware that allows to bonding and connecting whit android and iOs; I have added the HID service and characteristics, if I press a button I can send...
I have 3 nordic boards each having different serial no so i need to develop a a structure with the information of the serial no and some revision number etc
and i need to...
hi everyone,i have a problem when i want to esase one block of flash memery,if i do it before ble_stack_init,it can work,but if i do it after ble_stack_init,my program will...
Hi,
We have made a custom PCB using the NRF52832 chip. While it was working fine for a couple of days, it suddenly stopped working and went to a hard fault. We are not...
hi:
i have a problem when i want to write data to flash.by the way,my program is running with no-system.
i found the program is always restared when i enabled erasing,
...
I was testing ble_app_uart with my nRF51 DK and gcc compiler on Mac OX. Everything went fine. But after blinking for about 1 minute, the light that was supposed to be blinking...
Hi,
I found my debug session keeps reset due to this error (code jump into app_error_fault_handler) when I stepped through my code. This happens at random places. I'm not...
I'm trying to get the nRF52 on the PCA10040 dev board communicating through UART without the use of the programmer built into the dev board. So I'm connecting the UART pins...
Using the ble_app_uart example, if I pass more than get a maximum of 60 characters for each call to ble_nus_string_send I get a return code of NRF_SUCCESS, but the nRF UART...
Hello, we use an MDBT40 Module from Raytek with an nrf51822 chip.
We take this module for building a ble remote control.
The remote control is central and the receiver is...