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...
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...
Hello everyone,
I'm working on an nrf52832 custom board and trying to initialize the SPI module(I configured pin 21 as SCK)
I known pin 21 is a PIN_RESET, so I set CONFIG_GPIO_AS_PINRESET...
Hi,
I am developing an small application which helps to erase the persitent memory
mesh_stack_persistence_flash_usage(const uint32_t ** pp_start, uint32_t * p_length);...
nrf52810 used and sdk 15.3 used . i able to run my program without error and i even able connect my ble dfu. but i cant upload my zip file and i cant bond with nordic dfu...
Hi, we are working on a device that is currently doing non connectable advertisement by utilizing the Eddystone frame. We would like to skip the button pressing to switch...
I am working on slowing down the connection interval in the secure_bootloader_ble example to reduce the average power usage. I've successfully slowed the interval down to...
Is there a direction finding example in the nRF5 SDK, either with the nRF52833 or the nRF5340? I came across the nWP-036 white paper but was unable to find an implementation...
I have been working with the pc-ble-driver on the PC. Now I want to move my code to the nRF51822 and nRF52840 chips. Starting with the DKs first.
On the PC when I get an...
Hello
I'm using mpu6050 to get the value of roll,pitch,yaw. I used a filter to get it right. The roll and pitch are good, but the Z-axis yaw has a strange value.
There...
Hi everybody, thanks for your time.
I try to develop an iot board with FOTA. To do so, I have a custom bootloader (address 0x00000000 in flash ) who perform the following...
Dear Members,
How can I increase ANT+ BSC time out ?
I read from nRF5_SDK_17.0.2_offline_doc/nrf5/ant_examples_bicycle_spd_cad.html
User interface
If a time-out occurs...
Hi,
How to get a same interval between the two events . I am seding the data from nrf52832 to phone every 1second . I want a uniform interval between the two data please...
Hi there,
I've set up an nRF52840 DK with an external power supply of 1.8v and also connected the USB IF MCU to my laptop. I've positioned the VEXT->nRF switch to "on" and...
I am creating a BLE central device. This device has to communicate with BLE advertisers to collect some data from them and then send this data to server. I am currently achieving...
Hi,
My project already has the ability to DFU throw BLE.
How can I add to it the Serial DFU throw USB ?
Is it possible to have one boot-loader that can handle both...
Hi there!
I have run light switch example for Mesh demo but no activity could be found via nRF Mesh app even my dongles have never been provsioned.The version of SDK and...