I'm trying to use the ADC and internal reference to measure battery voltage on the nrf51422, while S210 is enabled.
From the example nrf51-ble-app-temp-master, I found...
I have Nokia Lumia 630 and it works well with nRF51822-EK but only with SDK nrf51822_v5.1.0.36092 and SoftDevice 6.0.0. Now I decided to try DFU OTA. I programmed bootloader...
Hello,
I found that there is a multiprotocol demo in folder Board\nrf6310\s110\experimental\ble_app_multiactivity_beacon,then I found it can implement concurrent connected...
Dear Sir
We got the problem on DFU upload firmware, it always failed in second DFU . We must unpair the device at iOS setting panel. Before next DFU.
Here is the log data...
Hi All,
My requirement is to read the data from nRF51822 device that is connected to a bluetooth and bluetooth is connected to a system using a .Net application.
I have...
Board: nRF52810
SoftDevice: s112
SDK version: 17.0.2
I'm trying to enable 2Mbps data rate. So I've added The following code in both peripheral and central.
ble_gap_phys_t...
I try to create new application using worspace type but fail , if I use freestanding type is OK. I already downlad and install SDK 2.0 . What happen? Could someone help me...
Hello, I just wanted to throw in that for a hobby project I created a PWM audio driver, with which one can play back 8-bit audio data very easily. Since it may be useful for...
hi
i'm new to the nRF platform and realised it uses zephyr. i come from a pic & stm32 background with little rtos knowledge and find the official zephyr cryptic. especially...
I created a BLE device with custom characteristic showing the sensor value (int16). But I can't achieve 1khz sampling rate.
1. Is sending data via NUS faster since the central...
I would like to using Keil to build secure_bootloader project for changing NRF_DFU_BLE_REQUIRES_BONDS from 0 to 1. But Keil failed to build. Please refer to snapshot of Keil...
Hi, I am using a third party module based on nRF52840. I want to use a standard UART to operate the CLI shell. I am not clear how to do this, any help?
Thanks,
Kaus...
Hi,
I am trying to run a sample "Beacon" that a sample of nrf5340 about bluetooth.
but, there is one issue as follow when i run each sample about bluetooth :
Bluetooth...
hi,
the project https://github.com/project-chip/connectedhomeip/tree/master/examples/lock-app/nrfconnect
if this project can't build in windows platform?
thanks...
nRF 5 SDK 17.0.2
I am working on getting the nfc_pairing_reference example application migrated to S140 on two nrf52840 DKs. I have successfully ported the hardware, the...
We have a customer interest in developing a BlueZ application using the nRF52840.
This will be using the ARM9 CPU Atmel SAM9G25.
These are some of the software versions...
Environment introduction:
1. Use software SEGGER Embedded Studio for ARM (Nordic Edition) V5.50a.
2. 52833-DK*3 And EK42442ds *2
3. Switch order ANT1>ANT2>ANT3>ANT4...
Hello Group,
I'm trying to send I2C/twi data from nRF52832 using the Nordic development board with nRF Connect SDK 1.9.1.
Based on the sample project ble_app_uart, I was...
Hello there!
We have different sensors connected to our custom nRF52840-based board running Zephyr OS. The goal is to transfer sensor readings to the PC by using a USB link...