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...
Hi,Nordic Teams:
I have emergent proble ,can you help me?
1.in light_switch example provisioner,there is some code below:
2.when provisoning ,we can setup a node to...
So I run SDK 15.0. I have a notification channel, and I want to transmit some data on it.
I run this code
hvx_params.handle = gatt_notify_handlers[index].gatt_handle;...
I'm using the nRF52840 to interface with an existing 802.15.4 network. For reasons decided long before I became involved, the messages exchanged are MAC command frames, not...
Hi,
I am testing BLE throughput between NRF52832 and iPhone XR using S132 stack. I am able to get maximum of 400Kbps. Is there a way to achieve throughput better than...
Hi,
I am trying to design the transmission lines based on the reference board design from Nordic.
I opened up the Altium layout file for the board which I downloaded...
I'm trying to communicate with HTS221 sensor and read WHO_IM_I but then I always get error 17 on nrf_drv_twi_rx and receive 0 on output
Twi init
ret_code_t ret;
const...
Hi
I want to use TWI read temperature from sensor Si7050, but i got a problem that doesn't jump into twi handler event. Can anyone give me some information? Thank you. ...
Hi,
This is somewhat tricky question..
Does GAP broadcaster differ with the BLE device which advertise packets with non-connectable option?
Is The device which operates...
I read the specifications on nRF51 series and the spec say that Bluetooth 4.2 with 2Mbps. However, standard Bluetooth 4.2 only support maximum 1Mbps bitrate.
First, I wonder...
So I added a header files folder to my project and then added a header file. The project would no longer compile after doing so. To troubleshoot, I changed everything in my...
Hello,
I am trying to upgrade my working projects to SDK15.3 from SDK15.2. All projects work except the bootloader project as there are significant differences in 15.3...
Hi,
If I understand corrctly, the flag CONFIG_NRF_CLOUD_PROVISION_CERTIFICATES=y should only be used once,
after that, the certificates are saved inside the modem.
...
Hello.
We are developing a device that require a 1Gb qspi memory interafaced with a nrf52840.
So far the qspi driver and the memory inits and the memory respond to some...
It appears that my watchdog timer is running during interrupts that are handled by the SoftDevice and do not cause a return from sd_app_evt_wait. This is described in the...
In migrating a project from SDK 14.2.0 to SDK 15.3.0, I'm also trying to move from the "legacy" non Easy DMA SPI driver to the Easy DMA one. I don't much care whether I use...