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...
Dear All:
We run a simple message model in light_switch_client and light_switch_server code.
After provisioning the two nodes via nRFmesh app and set pubilsh in clent...
Hi,
We need to refer detailed documentation & implementation for health model struct bt_mesh_health_srv_cb
we referred to this document - https://docs.zephyrproject...
Hi, This appears to be similar to Case 232209 (from 3 years ago).
What: I am looking to have the 9160 act as a producer - sending ANT and GPS records on a regular basis...
I have a problem to advertise a service. When I include a header file, an extra service is automatically created. It seems like that the service will be advertised twice....
Hi,
I managed to do a DFU with an application on a nRF52820. Now I wanted to test if I can also update the softdevice. For this I read the following article: infocenter...
Dears,
I am developing a device base on nrf52833 SOC, nrf Connect SDK ver2.0.0.
I run the bluetooth mesh sensor server example and I want to have OTA on it.
But when...
What is the maximum time that I can use in app_timer_start?
I tried setting it to APP_TIMER_TICKS(15 * 60000) in order to set a timer of 15 minutes but it timed out after...
Hi,
I programmed network core ble5-ctr-rpmsg_3303.hex with nrfConnect programmer. I then used VS code to run/debug nrf5340_audio_dk_nrf5340_cpuap.
Please let me know why...
I've been trying to connect to a mqtt broker using the program called "mqtt_simple_sample" provided in the example files.Sadly I've been unable to get it to work.
I changed...
I'm looking to set up a UART-BLE passthrough for high data rate transmissions (~7500 bytes/s). I've been looking into the peripheral_uart example script but it can't keep...
Our software engineer working on this has recently left the company who and he is unavailable to help out. I am very in over my head with this. The software our tester uses...
Just want to report this for anyone running into the same problem. I already resolved it.
I used Toolchain Manager version 2.1.0 to install everything on my M1 Mac. When...
Hello,
I need to configure server parameters in the "Bluetooth Low Energy Standalone v4.0.0" PC application used with nRF52840 dongle.
I configured Device Name as Read...
Hi,
I am transferring data received via ble to uart PC.
BLE MTU - 247, connection priority - HIGH (15ms).
I successfully receive data from ble, put it in the fifo, then...