I installed NRF connect I successfully built project when I flash I get success, but actually I can see project is not flashed what and how can I debug that ?
Hi,
I am using the nRF52840 with nRF-SDK version 16.0.
At random intervals, I encounter the following error:
"[00:02:51.009,460] <error> app: ERROR 1813 [Unknown error...
I was following instructions from this and this post, but I'm not yet able to build with the following combination: CMakePresets.json + west + sysbuild.
I'm using this west...
Hi everyone,
We found that the LIS2MDL_INT interrupt from the compass on P1.06 affects communication between the app core and the network core.
About 3 seconds after...
Hello,
I've an issue that I can't find clear instructions for the nRF5340 serial recovery for the network core.
Being able to update both cores from the bootloader level...
Hi,
I am trying to use mcuboot to load a version that is stored in my external flash, and I cannot get it to boot. My project is being built using sysbuild and my target...
Dear Onomondo Support Team,
I am currently experiencing an issue with my Onomondo SIM card — it is unable to register on the network when used with the nRF9151 DK board...
Hi,
I wonder if anyone knows any free C++ compilers for nRF52. I tried the mbed but it is not fully supported for nRF52.
The regular GNU GCC: arm-none-eabi-gcc works perfectly...
We are working on a project using the nrf52832 (SoftDevice s332 v0.9.1alpha, nRF5 SDK 11.0.0) in which we build a library as a hex file and and load it into a known flash...
Hi Guys,
I am using Bluez 5.39 on Ubuntu 14-04 acts a the peripheral by running "example-gatt-server" which creates 3 services and serveral characteristics within it. ...
In a project, I know the Bluetooth address from the machine, also know the phone's address. I want to let Bluetooth devices from the computer and mobile phone side of Bluetooth...
When I use the example of ble_app_uart(SDK : nRF5_SDK_11.0.0_89a8197) to measure data througput ,I find that i cannot get the complete packet of 20 bytes.
The operation is...
ble_ant_app_hrm.rar Hi!!
I want to design dual mode(BLE UART +ANT) but unfortunately I can not built it well.
Can anyone tell me what kind of function or parameter? I based...
Hello,
I am using the nRF51 dongle to try to observe the packets sent between two soft devices. I have inserted the dongle into one of my PC's USB drives and am holding...
I'm running s120 v1.2 & SDK 9
My application will connect to, up to 8, known peripherals. If the connection is dropped or not established, my central app will try to continue...
By trial and error, I notice that I can only write 20 bytes to a characteristic, no matter how big I make ble_gatts_attr_t.max_len. A little googling reveals that this is...
Hi,:
I run my application program by nRF51822, about S110 V6.0 and SDK 5.2.
When the program run servial cycle functioin , it is work normail.But sometime, nRF51822 sysytem...
Dear
The BLE Multi-link example (ble_app_multilink_central and ble_app_multilink_peripheral)
shows how one central device can connect to multiple peripheral devices. ...
Hello Guys,
I'm about to start my first BLE iOS project and I was wondering if there are any compatibility issues or anything that I should be aware between nRF51822 and...
im running on mac with eclipse and tried to use debugger prints, but the don't show up in the console.
Same goes for printf and uart.
Is there a flag in the makefile preventing...