Hello,
I established a connection between my central and peripheral module. Now i want to write characteristic value on peripheral. I tried with sd_ble_gattc_write function...
I am using the NRF24l01 for my products and looking to buy in bulk(100-1000). Now I know where to buy the just the IC but antenna design is a hard point to break right now...
Hi, my friend,
I've been with nrf905. I use a 16-bit CRC check.
But I encountered problems in use:
1.Nrf905 16-bit CRC check format is CRC-16(IBM):X16+X15+X2+1 or other...
I have two custom PCBs, each of which has a microcontroller and an nrf24L01+. Everything related to the transceiver in the designs are complete duplicates (with the exception...
Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
I am working on nRF52832 controller for a small project . I am completely new to this series of controller.
I want to develope a firmware to measure Humidity and Temperature...
I am developing one project where I use the Rigado BMD-300 Series Evaluation Kit for controlling one ws2812b strip with 8 LED.
Currently, the system work as I intend when...
We are developing our product on nRf52832QFAAB0 SoC. BLE 4.2 is currently implemented in our products.
Seeing all features in BLE5 (long range, Higher throughput, increase...
Hi,
Why doesn't Nordic offer a stand-alone BLE controller variant of its softdevice protocol stack? As far as I understand, the softdevices includes both Host and Controller...
hi,
I am using nRF52-DK with nrf Sniffer
What are LED 1 and LED 2 Indicate ?
Initially LED 2 Blinks very Fast, Sometimes LED 1 is Off LED 2 is ON
sometimes LED 1 and...
When and where can we purchase the nRF52840 chip for engineering developpement and production in China, and how long is Manufacturer Lead Time? Thank you.
I am using nRF Connect app testing bluetooth connection ,and I got problems in some Moto phones ,and error message is in the below pictures , below model number is Moto Z...
Hello,
I'm currently migrating from SDK13.1 to 15.0. I'm doing it in steps so I first started migrating to SDK14.2. After I finally got rid of all the warnings and errors...
I am using nRF52832 pca10040 developement board. As I am begineer I dont know much about coding. I am using Eclipse IDE for developement. I want to transmit 1-10 numbers using...
BLE_GAP_ADV_SET_DATA_SIZE_MAX is use din ble_advertising.h
This macro is defined in ble_gap.h for each softdevice - however not in the header for S332. Also ble_gap_adv_data_t...
Is race condition possible when stopping advertising?
I need to disable BLE for some time to perform critical tasks. I need to stop advertising and be disconnected.
Let...
Hi Nordic team
As the title mention, I would like to program the DTM and radio test mode on thingy.
Did thingy support it?
Can I flash both program in thingy and switch...
Hi.
I scan devices with sd_ble_gap_scan_start command and on start it consumes around 6mA.
here are my parameters:
#define SCAN_INTERVAL 0x00A0 /**< Determines scan...