Hello,
I manage to work with new S310 V2.
I use S310 for hrm only. Saying so also not for DFU service.
I have own proprietary method for transfering application images...
I am working on an application and need to get the exact time that the master node receive advertising from the slave node. I tried with PPI and it's ok to capture the Radio...
Hi, could you please tell me if my assumptions below correct?
Measuring a (ratiometric to VCC) analog signal and selecting VDD_1_2_PS as the reference selecting AIN_NO_PS...
When I initialize the SoftDevice with SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false); // Sets up Crystal Source to 20ppm 32.7628kHz
The project I based...
I am trying to make a product with NRF8002B. I finally have the product prototyped. The user will connect to the device, beep, light up, and track. It will always stay on...
Please,
It seems that "Flow Control" signal is not available on nRF24AP2-USB.
EVENT_TRANSFER_TX_START event message appears only one time after the first data packets...
I found a project named "nRF51-ble-app-uart-static-passkey" on Github,
but I want to set a static passkey on nRF52832(PCA10040).
How can I do that?
Thanks!
Dear Nordic team
It seems there is a small mistage in the mechanical specification of the AQFN package in the nrf52840 datasheet v1.1 p582
The e2 dimension seems wrong...
Hi all;
I want to know how to get setting file data in application layer , which means I want to know the value in address 0x3FC00. From the web , it is easy in bootloader...
Hi,
We are using a custom circuit with nRF51822 chip and Taiyo Yuden BLE module. Currently we are encountering an issue that we cannot detect our PCB over BLE. We used to...
I want to know the version of Bluetooth to connect with. Is it possible to execute the following in an application? Is it possible to reference values in the application?...
Dear Nordic,
I'm trying to make a Bluetooth device that only needs to transmit 2 bytes to tablet/smartphone apps running on android, iphone or ipad. The 2 bytes only need...
Dear nordic,
I face an issue in coded phy scanning. I have two device each advertise in coded. one device is nrf another is not from nrf.
First test:-
scanning(nrf52840...
Hi,
I know that for a time there was a limit to the count of characteristics an Android phone could discover - 40. (See open AOSP bug report )
For what I understand the...
Hi all,
I using SDK MESH 3.0 and light swich server exam. If I send data in button_event_handler function. All run correct.
If I send data in int main -> error in function...
Hi all,
I am using the nRF52832 and Segger Studio for developing a project.
My code is based on saadc, spi and rtc examples from 15.3 SDK. The saadc and spi work fine...