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 was trying to reflash UICR for the first time on an nrf52840_dongle using nrfjprog. Here is what I tried:
$ nrfjprog --eraseuicr --program /tmp/new-uicr.hex ERROR: Two...
Hi,
I am trying to measure power consumption on a nrf52840-DK dev board running custom firmware.
I am using PPK-2 and nRF Connect Power Profiler app v3.1.2 for the power...
When RTT viewer is not connected, the buffer will eventually overflow and it causes device hanging and being reset by wdt eventually. When I connect to the RTT viewer before...
Dear Nordic engineers
I made some modifications to the keyboard examples in the SDK based on the NRF5 17.0.2 version. I changed to use a static password for pairing and...
Send a semaphore every 20ms through the timer. After receiving the semaphore in the thread, push the data to the message queue
Then, the message queue is obtained through...
Hi
I'm working on adding software flow control in coprocessor code,
1.CONFIG_UART_ASYNC_API and UARTE_INTERRUPT_DRIVEN ,What's the difference between the two macro definitions...
Hi everyone,
I have the following issue. I have migrated a code for a Bluetooth Mesh network gateway which I developed a few years ago with version 2.1.0 I guess to the...
Hi Nordic,
I am trying to implement a custom uart driver in my inter processor communication application. In the driver implementation I want to use uart with dma and I...
We are porting to the nrf52832 an application that needs to sample the SAADC continuously at 200Khz (alternating between two inputs) with dual buffering DMA of let's say 1k...
Hello Devzone Community,
I am developing an nRF9160 based firmware for a battery powered device, and am attempting to examine the firmware using `gdb` at the command line...
I'm developing two products that will communicate via ble_uart. Both products have battery, so I need to reduce consumption as much as possible. I'm currently using nrf52832...
Hello,
Im getting different behavior on my SoC depending on what power source I use. For example I tend to get alot of retranmissions from client to server if I have them...
Hi,
I have taken nrf_connect_sdk_v1.9.1 and build n=my application over it.
When I delete .git file from v1.9.1/zephyr/.git, then my west compilation don't occur.
...
I tried to open a program created by else one. The Output is shown below. I could not understand: Due to which warning abort ? There are many warnings.
Creating solution...
Hello Devzone Community,
My name is Ted, and I am continuing my effort to configure a Zephyr based, Nordic aws_iot sample app based firmware to run and support nRF9160 lowest...