Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Hi,
Based on peripheral uart sample code on nRFConnect SDK 1.8, I'm developing a custom BLE application under nRF5340 using VSCODE though nrfConnect extension.
In order...
I tried to program this example developer.nordicsemi.com/.../README.html onto the nRF5340 network core, following the instruction from here devzone.nordicsemi.com/.../ncs...
Hi,
I am new here. I have a very basic question, maybe bordering on Dumb.. but couldn't see the answer in previous questions.
My board will normally be working on AC power...
Hello,
I'd like to remove the "configurations" in Segger Studio and the associated extra directory level; I consider them counter productive.
So how can I get rid of those...
Dear Sir.
A timer is defined for 1 hz,
Every 3 minutes or so we drive the buzzer with different pulses ( see code attached )
We are using the PWM to drive a buzzer...
error repported segger
39 minutes ago
Online lm
47 pts.
Hello, i'm trying to flash a code in my module nrf52805 thx to my Dk nrf52840. i have this error I...
Hi team,
I'm streaming the sensor data through USB (using hterm) every 2.5ms.
i have configures USB as CDC and using virtual COM port.
In each iteration, i transfer...
i have nrf52832 using nrf sdk version_17 and s132.
I have application for logging
i have followed steps:
1). intially device in sleep mode
current: 0.35 micro Amp...
Hi,
I am working at a project that was abandoned by a guy that worked on my position. I have to fix some issues and add some features. I'm using SDK 17.0.2, my IDE is VSCodium...
Dear all,
I am now using two nrf52840DK and nrf connect sdk v1.7.1,and I want to send packet using llpm mode between two devices,one is receiver and the other is sender...
I need a battery-powered programmable device to communicate via Bluetooth to a headset, and communicate with another device via serial (TXD/RXD) interface. Performance requirements...
Hello,
I am writing a single byte value to a cypress module using write with response (BLE_GATT_OP_WRITE_REQ). For some reason the peripheral will receive the value but...
Hi!
I am trying to develop a way for a Bluetooth Central and Bluetooth Peripheral using Secure Connections (security mode 1 level 2 if I'm not mistaken) using a static...