What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
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...
Dear all,
With nrf9160, I start GPS function.
at#xgps = 1,1
If GPS positioning is successful, I will receive #XGPSP and $GPGGA information. Though I haven't specified...
I’m new to development with the nRF platform and have a general question on using a SoftDevice. A bit of background: in our application we only need BLE for OTA updates and...
I am using tca9548a to connect 8 IMU sensors with a nrf52832 micro controller. I would like to know how to initialize each channel of the i2c mux and how the control to each...
Hi,
I am working on nRF5 Thread 4.1.0 and I am trying to do Thread DFU
I am following https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.thread_zigbee...
Hi I'm developing an application using using PWM+ble_app_uart+libuartes. So I have 2 questions 1. I'm using PWM to ring the buzzer a simple melody. What is the example I should...
Hi,
I have used one of the sample and was playing around a write characteristic. I changed the MTU size to 65 bytes and then tried to send same data from the app to the...
Hi,
I am looking for the solution to the following problem while installing the nRFconnect SDK.
$ west init -m github.com/.../sdk-nrf --mr v1.5.1
FATAL ERROR: already...
Need to create Encrypt Image for nRF5340DK board and used Hello-world sample for beginning.
On Enabling BOOT_ENCRYPT_EC256 Kconfig option, I can not compile Hello-world...
Board: nRF52810
SoftDevice: s112
SDK version: 17.0.2
I've tried to debug my application in segger embedded studio, I'm getting "No Bootloader was found" error message...
Hi, I'm building an application include ble_app_uart + libuartes + pwm.I merged successfully two 2 examples ble_app_uart + libuartes into an application. So now I need to...
Hello, everyone.
I learned about Bluetooth communication through the example of ble_app_uart. I learned about Bluetooth communication through the example of bl_app_uart...
Hi everyone, i am developing a system where i have 2 types of board, one board is a central&peripheral (lest name it BOARD1), and the other board is only a peripheral(lets...
Hello!
First of all, thank you for your support.
I'm starting to develop firmware for Nordic chips (I'm a complete newbie). I have been able to compile and download examples...
Hello everybody,
I'm trying to develop simple time synchronization system upon mesh time model, but after sending bt_mesh_time_cli_time_set, first of all my time_update_cb...
NRF52840, SDK, nrf5-sdk-17.
This could be a misunderstanding of how the dual bank update works, however I am finding that after an OTA, Bank0 contains the new fw image but...