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...
Hello everyone,
according to the device specification, the nRF52840 can be operated with a MEMS oscillator as LFCLK input, which we intend to do. We plan to use a SiT1552...
I have a Zigbee router app that is mostly based on the light_bulb sample. I have noticed that unlike other Zigbee devices on the network (e.g. Philips Hue bulbs), there is...
I am currently working on a project that involves RSA signing data before POSTing it to a PHP web server.
I believe this uses the CC310 cryptography hardware in the nRF9160...
Is it possible to use ESB over the Bluetooth HCI from the controller, or through its own HCI? Preferably using Zephyr? If not, how hard would it be to implement? I am fine...
Hi
I'm using the nRF Connect Power Profiler UI with the Power Profile Kit II. It works great but has one annoying behavior. When I run the Power Profiler in sampling mode...
Hello,
NCS1.9.1, nRF52840DK, Windows10 X64, VS Code,
i want to use P0.31 as gpio interrupt pin,
anyone know how to do it ?
if config to overlay file like follow...
Hi,
Using the central and peripheral uart samples I have found the following CMake error when trying to increase the MTU ATT to 1020 bytes.
The added lines to the prj...
I am trying to update firmware but I am stuck on steps 6, 7 because I don't know where to get the img_app_bl folder and nrf9160dk_asset_tracker_v2_item_<version-number>.hex...
Hello,
I have developed firmware which communicates to an AWS IoT Core erver. To make sure the device is robust I decided to transmit data every 30s to the server. The network...
Hi,
We have a product which was developed with nRF52810.We found Samsung cellphone M31 couldn't scan the broadcast of nRF52810 with nRF Connect, but ther cellphone could...
I have MCUBOOT compiled under Zephyr 3.0 working fine with my 52840 based project. The transport is the CDC ACM "UART" using CONFIG_MCUBOOT_SERIAL
Using mcumgr.exe to load...
I am now developing nRF52805 with SDK 17.1.0. I am trying to use long pressing to enter the sleeping mode and wake the system up using the short press. However, there is an...
I am trying to debug a runtime issue on an nRF52832 based board while it is still powered up -- I am afraid that it will 'recover' if I cycle the power.
I have tried to...
Kind folks,
Automated tools like the nRF Connect SDK environment are wonderful when they work, but can be a Procrustean bed when they break or don't fit the exact requirements...
Greetings,
Struggling to test the mqtt_publisher sample. I would like to modify this sample as the basis for my application. I successfully compiled and flashed this sample...