Hi,
I find the CSCS example program reading zero at low cadence levels below around 50 rpm.
Using ble_peripheral example ble_app_cscs loaded into the PCA10040 board or...
I had manged to deploy and configure mesh networks on Nordic Thingy devices based on these 2 examples separately. 1. Generic OnOff models https://github.com/NordicPlayground...
Hello,
I am unable to access my SRJ profile with email id [email protected] due to two factor authentication. i do not get anything in the google authentication app...
The link for downloading nRF6939 live cd v5.4 is broken.
https://www.nordicsemi.com/Software-and-Tools/Reference-Designs/nRFready-Smart-Remote-3-for-nRF52-Series/Downlo...
Using one ADC, the current can be reduced to about 40uA after the ADC value is taken. Using a two-channel ADC, after the ADC value is taken, the current stops at about 0.4...
I'm searching for a software engineer who can help us getting OTA support between nRF52810 and PIC16 MCU.
nRF52810 must have command- and data mode over UART, Pic controler...
Hello,
I'm trying to connect a bluetooth device (peripheral) with Web Bluetooth (central). I send an addvertising packet and I can see the device in Web Bluetooth but I...
Hi,
I just bought an NRF51-DK which I want to use with MBED. I need to download the CMSIS-DAP firmware for this board but cannot find it on the downloads page for this DK...
Hi,
i am trying to create a new model for mesh SDK 4.2.0 i am using nrf52832 please provide link or any document for creating new model, i found a link which is for SDK...
I have been using the nRF5 Mesh SDK for development and am in need of implementing single press, double press and long press on the nRF52832. I have seen the nRF5 SDK for...
Hi,
I get the error "[DFU] Remote DFU error: INVALID OBJECT. SD busy? Retrying...." when attempting a firmware update over Bluetooth.
The bootloader, application and the...
Hello,
I'm working on nRF52811, SDK16.0, Softdevice 7.0.1.
Using the pwm_driver example in the SDK, I'm trying to run a simple PWM for an RGB LED. Following is my simplified...
Hello,
I am trying to develop a product on a large scale. I need the last 4 digits of DEVICEADDR[0] as the advertising name for uniqueness. But I am not able to get it working...
I started working on power saving. I tried running the power_off sample from zephyr but there was no change in the current. The current holds the range 30mA to 32mA even after...
Hi,
I'm using saadc library to measure the voltage on nrf52832 DK. also I'm using soft device s132 on the project. I have several questions and will list below,
I want...
Dear Team,
I am trying to use nrf53840 USB dongle as sniffer. getting following error.
Reopen device failed: Timeout while waiting for device FAC66FF88C25 to be attached...
hai ,
In my application to connect 5 peripherals with central and here i am connecting with device names
static char const m_target_periph_name1[] = "Nordic_Blinky1";...
I try to send NRF_DFU_OP_PING reqeust ,then received BLE_GATTC_EVT_WRITE_RSP message. but write_rsp.len is equal to 0,.I can see gatt_status is BLE_GATT_STATUS_SUCCESS. I...
hai ,
i my application i should connect 5 more peripherals with one central .
at first i connected with peripherals mac id , mac id hard coded in central
in central...