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...
In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
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...
MCU : NordicSemi nRF51822-QFAA (Using custom board)
SDK Version : 7.2
Softdevice : S110 7.1
Using IAR for ARM 7.1
Hi, I was migrating my codes (SDK 6.1 to 7.2...
I am using the ble_app_template, together with one timer called every second. The timeout handler of the timer just prints a short string on the serial port using simple_uart...
Hell.
I will use flash from pstoreage.c . but seem to only use for bondmange. I find an define:
#define PSTORAGE_MAX_APPLICATIONS 2
This is just for "mp_flash_bond_info...
I'm struggling in implemented interrupt driven twi.
I found it always returned a overrun error after a successful RXD.
I saw an implementation by nordic employee in...
I try to move the code " github.com/.../nrf51-ble-app-lbs" to nRF52.
I meet this problem:
._build\nrf52832_xxaa_s132.axf: Error: L6218E: Undefined symbol app_gpiote_init...
I need to write an application that is mostly in sleep (not OFF) mode, waking once a second or so, and occasionally discovering that it has to do things. Without the softdevice...
I'm am trying to figure out what is causing the hardfault in my code. That question is here:
devzone.nordicsemi.com/.../
However, this question is more about understanding...
Several places in the SDK (every version I've looked at) mention a function nrf_wait_for_app_event(), but it doesn't seem to actually exist in the SDK anywhere. Does it really...
Hi,
every one i am try to create a file in sd/sdhc card but it is not creating with fatfs file system i used chans library.But it is reading a existing file which is of type...
I'm using Eclipse Mars with gnuarmeclipse plugins to evaluate the new nrf52 preview board. After much fighting, I've got the blinky example project building but now I can...
I am using the EmbSys Registers Eclipse plug-in to view the nRF51822 register values. The majority of the registers allow read only. Why isn't the access set up so that more...
While attempting to test multiple iPhone models on the ANCS example, I'm finding that even after I forget the nRF DK from the iPhone's Bluetooth menu, I have to reset the...