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've some questions on nPM1100's buck regulator
1) What is the Iq (quiescent current)?
2) Does it support 100% duty cycle?
3) What will happen to VOUTB if VINT...
Hi,
We are using ANNA-B112 module with nRF52832 chip and trying to store the product serial number in UICR. From the description of UICR, it seemed that the CUSTOMER area...
Hi,
A have an application on a custom board that will not start, unless I use JFlash Start Application command, or attache the debugger. I already added CONFIG_BOARD_ENABLE_DCDC...
Hi,
given "nrf_drv_twi_xfer" or its "nrfx_twim_xfer" younger brother is used to communicate over I2C, and its a TxTx tranfer, than what does "nrf_drv_flag_tx_no_stop"...
I am using bleak and python to connect to a ble device and then using subprocess to run the dfu. The ble device disconnects when the dfu starts and then I get "Connection...
I have a Thingy:91 board that appears to be broken, no response either on the LED or via USB UART when switching on.
I've earlier done some development with it, and hooked...
Hello,
I am attempting to follow along with the AWS IoT example. Everything has gone OK so far (Create a Thing, Create a Policy, Create and download certificates) until...
Hi All,
In our product we have noticed that, on a few occasions, some important information that is saved using FDS (in a file with ID: 0x02) are being erased when an OTA...
Hi,
Do you have a recommended circuit for supplying VDD_GPIO with the right timing relationship to VDD?
Section 11.1 of the datasheet says "VDD_GPIO should be applied...
Since the 9160 will vary his transmit power based on signal strength, is there any way of determining what power is being used for a given transmission? I know that the max...
The Edge Impulse firmware compiles and flashes to the Thingy53, without problem. I would like to increase the range of the BMI270 accelerometer, but can't find any reference...
I am using 52840 and SDK V14.2.0. When compiling nrf_ble_dfu.c I see the following error in nrf_dfu_types.h: line 258
"two or more data types in declaration specifiers....
Hello,
I am getting 0x07 error code when invoking sd_ble_gattc_char_values_read(..) function.
I am using SoftDevice 140 v6.1.1 APIs. I have an NRF52 dongle and I programmed...
Hello,
I am trying to send status messages to a Client model with a specific unicast address on one node. This node's parent element has both generic onoff server and client...