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...
I am getting this error in Ozone:
"The target stopped in HardFault exception state.
Reason: A fault with configurable priority has been escalated to a HardFault exception...
Hi Team,
I'm trying to build i2c example code with nRF9160 using Zephyr RTOS. But when i use "west build -p auto -b nrf9160dk_nrf9160 sample/drivers/i2c_fujitsu_fram" to...
Hi All,
I am working on BLE+SD card Library, s132. Although i am getting certain errors which i am unable to counter.:-
*** Using Compiler 'V5.06 update 4 (build 422...
hello,
i have been using nrf52832 with sdk 15.2 , while different interupts occurs i have been changing the advertising bytes with different aid like this
m_beacon_info...
Hi, I see there are similar and narrow questions for specific chipsets: nrf5340 and nRF5240
Does this mean that Bluetooth LE Power Control (LEPC) feature is not at all...
hi:
Use the https_client routine to send data after the socket is established, and then send the data after getting the response. The errno returns as 128, which can confirm...
I've downloaded a fresh copy of NCS 2.0.0 and created a brand new application in an empty workspace based on the Hello World sample. The only modification I've made is putting...
Can I use SVC function in my application code to copy bootloader image into flash instead of using mbr commands? If this is not possible, what are the other alternative options...
Hi,
I'm using SDK17.02 HID example on nRF52810.
I create a timer to use mouse_movement_send about 10ms interval.
When my custom board was connected, RTT viewer logging...
Hi,
I was checking the Beacon and Proximity examples. I wonder if the nRF52832 can also be used as a distance sensor, if there are two BLE device in a room.
For example...
I have been working on writing a basic TWI driver in order to use I2C on my nRF52810 DK. I have the TWI successfully initializing, and when I try to write a byte to a connected...
Hi,
I am working on NRF DK board as NRF52840, from that if I connect my board to my laptop its detecting, its showing the com port but if I open my NRFGO Studio, in that...
Hi,
I have an issue in my project using BLE connection (GATT). I configured the BLE stack to use an external 32k XTAL (NRF_CLOCK_LF_SRC_XTAL) or (NRF_CLOCK_LF_SRC_RC)
...