Recently s110_nrf51822_7.0.0 softdevice has been released. I cannot find specification where those new amazing features (they are impressive, indeed :) ) are described, so...
Hi All,
Please correct the following in my understanding. Also , i am planning to build a
remote controlled device using a PWM output. How does ATT,GATT and GAP affect/influence...
My board works most of the time are very good,but one time i power down the board when ble connecting and data transmitting,the board can't work when power on.and i can't...
Posting this as separate question as it got no traction in the other thread:
Why are there many of the same include files in the DFU example directory as in the S110 7...
Hi all,
this is not a question per se but rather a warning to those who are attempting to debug Flash related operations with the SEGGER J-Link GDB Server (v4.84a for Linux...
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...