I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am testing secure DFU with hex files under D:\nRF5_SDK_16\examples\dfu\secure_dfu_test_images\ble\nrf52832 folder. After programming softdevice, bootloader, and application...
I'm using VS Code on a Windows 10 machine to develop a product that will use an over the air device firmware update. I have my system setup with static memory partitions....
Hi,
I'm implementing a FOTA update procedure for the nRF9160 using the download_client from the nRF Connect SDK 1.9.1 and modem firmware 1.3.1.
In general the image update...
I wat to deug my coe and I have this errors, have you an idea about how to fix them?
HardFault_Handler@0x0002ec3e (c:\Users\ghaaz\Desktop\nRF5_SDK_15.3.0_59ac345copy\modules...
I want to use this command nrfjprog --program .\nrf52840_xxaa.hex --sectorerase
and I had this error any idea about how to fix this?
Parsing image file.
WARNING: A programming...
Hi, I am getting this strange error when building these apps.
[817/827] Linking CXX executable zephyr\zephyr_pre0.elf FAILED: zephyr/zephyr_pre0.elf zephyr/zephyr_pre0...
Hi,
We are working with SDK v14.1 and are trying to debug some memory issues by enabling MEM_MANAGER_ENABLE_DIAGNOSTICS .
In memory_manager.c in function print_block_info...
Hello,
We are trying to write a proprietary protocol following the documentation for the RADIO peripheral using the NRF Connect SDK 2.0.
The TX side seems to be working...
Hi,
I have a problem in parent node.
When I use gc_neighbor[i].u.base.time_to_expire for caculator time to expire in child node by:
But when
or bigger, exp_time...
Hello
We are using 52832 product one central can communicate with any othre peripherals, It works fine. I can send write data and received data from peripheral, But I can...
I'm attempting to create an NFC type 4 message to allow certain information to be read using a phone or other NFC reader. I've studied a number of examples, but none that...
Hi,
I'm trying to get the http_client sample working on nrf9160dk_nrf9160ns. The code compiled successfully, but there was a runtime error. And the printed messages are...
Hi all,
I am using the gyro in MPU9250 and using the general sensor api to read the gyro values. How do I set the sampling rate of the MPU9250 ? or What is the default sampling...
Hello Team,
I am using ncs 1.9.0 and at_client sample.
Can I have your suggestion on why I am getting following error everytime I try to clean solution?
After...
Hello,
For custom board designs, as the Segger JLink is no longer supported, what is the recommended solution for doing code development, debug, erasing and programming...