Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
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 integrated the example code for mesh dfu provided in the nrf mesh sdk5 in my main application . I have followed all the steps mentioned in this dfu guide. The...
Hi,
We have a working LwM2M device based on nRF9160 and NRF Connect SDK 1.1. When we run with a short register-update period (30 seconds) on a NB-IoT network it works. When...
Good Morning,
I would like disable passkey in the example "peripherals_hids_keyboard". I am able to connect with differents hosts (2 smarts and i computer) but I'm having...
On SoftDevice S140(V7.2.0)
ble_gap_adv_report_type_t status has four types.
BLE_GAP_ADV_DATA_STATUS_COMPLETE BLE_GAP_ADV_DATA_STATUS_INCOMPLETE_MORE_DATA BLE_GAP_ADV_DATA_STATUS_INCOMPLETE_TRUNCATED...
I am using nRF Connect SDK with VS Code on Ubuntu 20.04. I have installed SDK using the nRF Connect for Desktop and Toolchain Manager.
When I start VS Code I get the following...
Hi, I am trying to see the connected devices by executing the "lsusb" command, these are the steps I followed:
1.- Connect USB / swith NRF power Source to USB:
2.- Click...
Our development environment extends the NCS for our 9160 and 52840 hardware. To create a command line build environment in v.1.x.x, I was able to leverage the env.cmd file...
I have migrated an application based on the peripheral uart sample, running on a Fanstel BT40 board, from nRF Connect SDK v1.6.1 to v2.0.0. The application receives one line...
Hi,
I am trying to send data to a http server, and are trying to error handle. I am looking trough the documentation on the send() funciton in the socket.h library, but...
Hi,
I have an issue with interrupts on TIMER1 on nrf5340 NETCPU. My setup involves 2 timers that are linked via DPPI, TIMER2 counting microseconds and TIMER1 counting milliseconds...
Hi!
I am currently using the ADC to take two thermistor values from 2 AIN pins. Currently we are using the 10 bit ADC but I am looking to achieve 14 bits with oversampling...
Hi Devzone
currently we found the time cost for memset has increased after the project the use NEWLIB_LIBC
inside the project , we use funcation k_cycle_get_32 to calulate...
I'm making a device that has a nRF52833 along with an IMU, SPI flash and an LED. This device is running off a CR2032 battery and, of course, we're trying to stretch the battery...
Hello. I'm making an application that sends Mqqt data to a broker using the zephyr\samples\net\cloud\mqtt_azure example. I am using the W5500 module for internet access. Everything...