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...
Hi Everyone,
We trying to make Tag using nRF52810 with following expected output
1. The Tag need to send the data at fixed interval (say for every 2 or 3 sec) continuously...
Hi,
I'm currently playing around with the NUS example in the SDK and still trying to understand how it works. My BLE event handler only receives the first byte of the string...
Hello,
I have an nRF52840 custom board, I'm unable to connect with the board using J-Link EDU after programming once. Here is the connection diagram, I have used same connections...
Hi,
We are in developing stage of one of our project.
Integrating Flow sensor with Pulse type output.Can you please suggest a pin to connect with Pulse count feature...
Hi,
i am trying to read the written certificate detail to verify. but i got the error of EPERM,
The below log is the response for my aws_fota program,
The MQTT AWS Jobs...
Hello Everyone, I want to learn java and I am looking to online java certification course but I am confused which one is better in below courses which improve as my carrier...
Hi,
I'm having an issue with timers. They work fine for shorter timeout values (<8hours) but after trying with a timeout value of 24 hours, my timers expired immediately...
Trying to implement the BLE peripheral advertising code, but sd_ble_gap_adv_set_configure() in ble_advertising_init() returns error NRF_ERROR_INVALID_LENGTH. Any help will...
Dear experts,
My app needs to monitor an incoming DRDY signal changes at 200Hz to 16000Hz. I am considering to use NRFX_GPIOTE driver to detect the DRDY event. It seems...
Hi Nordic,
I was checking the ble_app_uart_coexist example application and it says it is a combination of both UART & Mesh. So would this support provisioning via mobile...
Hi, team. ********** environment : SDK : Mesh v3.2 (w/ SDK v15.3.0) SoC : nRF52840 IDE : SES ********** I am challenging to handle each event, such as Mesh receive interrupt...
Hi all,
Radio notification inactive state interrupt is coming but I was not able to do any action by comparing it.
I am thinking, if radio_evt is false then it is radio...
Hi,
I need trigger repeated SPIM via PPI for a batch of samples until the given RAM buffer is full. Then I need start another round of batch SPIM with another buffer.
...