We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
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...
Env:
gcc version 10.3.1 20210824 (release) (GNU Arm Embedded Toolchain 10.3-2021.10)
std=c++11
nRF Connect SDK v2.0.0
Including nrf_socket.h from nrfxlib/nrf_modem...
Hi,
I am using BL653dvk, which has nRF52833 as soc. I am working on DFU-OTA example by following this link.
https://devzone.nordicsemi.com/f/nordic-q-a/83402/ncs1-8-0...
I tried to build hci_spi example application for nrf5340...
identifier "__device_dts_ord___BUS_ORD" is undefined
identifier "__device_dts_ord___P_irq_gpios_IDX_0_PH_ORD...
While migrating my project to use the new pinctrl mechanism in I ran into an issue where the I2C communication on some busses was not working. Further investigation revealed...
Nordic Connect SDK 2.0.0 moved to the use pin control interface, also for I2C.
When I tried to port some of my application I noticed a possible regression.
As a basis...
According the BLE specification, the software and firmware revision strings are mandatory. I would like to set put information about the softdevice version in the firmware...
I'm trying to make a one-shot mqtt function. The process is below
- connect - publish - disconnect
Then I coded like below. I show only the core code.
Do I have to...
Hi,
I want to get a sample that supports both BLE OTA and NUS functions, so I find the following two samples as reference and merge them together.
...\zephyr\samples\subsys...
Nordic BLE Mesh transmission is transmitted through the Publish address bound to the model in the Instance, so that subscribers can receive packets.
As shown in the figure...
Project: Variation of Nordic ble_peripheral project
SDK: 15.1, Softdevice : 132 rev 6.1
How do you change the BLE packet length? I have a project where I defined a characteristic...
I am using the example zephyr basic button which gives output when the button is pressed.
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/zephyr/samples/basic...
Hi,
I have installed the nRF Connect SDK v2.0.0 with Visual Studio and can now successfully, build, flash and run the nrf9160 at_client sample application. But when I try...
we currently have a product which use nrf52832 as processor using SD132 for BLE capability with DFU capability
we want to build a sister product with nrf552810 with no SD...
HI,
We are looking to multiplex a few I/O on the NRF52840 to save pin count on a header. If D+ or D- get driven when VBUS is unpowered, will that damage the NRF52840? Or...
Hi there,
I think that I am seeing the repercussions of errata item 136 in my application. I abruptly turn on/off power several times to my board, and every once in a while...