Hi Team,
To implement iBeacon what are the things to be take care at the peripheral side.
Whether the code for advertising the peripheral in "CoreBluetooth" and "CoreLocation...
Hi, I have both the nRF8001 dev kit and the nRF51822 Eval Kit (EK). We are using the nRF8001 for most of our project with the BLE Arduino SDK. But I wanted to just load a...
Hi,
What is the suggested method to change a pending request, and make it earlier than previously requested, without closing and reopening the session?
For example,...
Hi,
I am using a custom pcb with a nRF51422 chip, and trying to setup ANT communication between 2 modules, but the sd_ant_channel_id_set call returns an invalid address...
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...
Hi there. I am trying to utilize both the network core and the application core to perform two separate tasks at the same time. I have looked through some of the sample projects...
Hi, I need to setup a vendor specific class USB device driver. The driver shall present the following data endpoint:
0x84 for Bulk IN endpoint 0x03 for Bulk OUT endpoint...
SEGGER Embedded Studio for ARM can't connect to nRF52832 device. But J-Link RTT Viewer can connect to nRF52832 device. The following is log messages of J-Link RTT Viewer....
Hi there,
I am currently developing on the nRF5340DK and am doing some very processor-intensive work (@ 128MHz) on data read from the QSPI bus. I would like to set up non...
Hi, I have been trying to build an example of console usb example and then build it for thingy91_nrf9160_ns but got an error :
I have been trying this code several weeks...
Hi, with appropriate pm_static.yml and dts.overlay we managed to setup a LittleFS instance over external flash. However this broke the Settings storage subsystem the BLE stuff...
hi support team,
for our sdk17.0.2 demo hid_keyboard, i tested it and using IOS mobile to pair with our 840dk or 832dk
find out after lots of reset the keyboard device...
I am developing an application that uses nRF52840 wake on NFC, and spends most of its time in system OFF state with NFC wake enabled.
Per the nRF52840 Product Specification...
On the NRF52840 dongle am building a protocol on USB CDC ACM.
Using app_usbd_cdc_acm_read to read one byte at a time works perfectly.
However, I can seem to make app_usbd_cdc_acm_read_any...
Hi,
I am developing a wireless product in which i want to use nRF52 in ESB mode.
The product is battery powered and should be sleep mode.
What i have decided to do is...
Hi,
I have read the thread here: which implies that this config option might not work?
Does it work? I would like to build mcuboot and then always use the same binary...
Hi
I'm using UART1 built on interrupts, everything more or less works, but I can’t catch UART errors. From the documentation, I saw that it is possible to activate an interrupt...
I would appreciate your feedback on the 802.15.4 CCA implementation on NRF52840.
1. Is it possible to perform CCA without disrupting the RF reception?
2. If it is possible...