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,
I am have programmed my Thingy 91 device with lte_ble_gateway program to collect data from 5 bluetooth devices and send them to the cloud. This program runs fine,...
Hi all,
I've a custom board in which I'm trying to interface SD card with nRF52840 chip.
I've checked connections with multimeter for connectivity and added pins accordingly...
I'm new to the NCS/Zephyr environment. In the past I got the nRF52832 working with the VL53L0x. I ported arduino code of the VL53L0x and got it working well. But now I'm trying...
I have never seen documentation this opaque. How on earth am I supposed to use this documentation to write C code? I can't find any macros, static variables, nothing to get...
Application blinky example hangs when connecting with android app. I get 0x4001 error in app_error_fault_handler().
It is strange that when i use blinky app on android it...
It was my first time working with the Segger embedded IDE
SEGGER Embedded Studio for ARM Release 5.42 Build 2021031901.45616
and NRF52840-DK.
PCA10056
2.0.0
2020...
I have a problem with printk/LOG in one program (samples/sensor/bmi160). All my programs, except this one, gives me serial output from both logging (LOG_INF etc) and printf...
I bought the PCA10056 board. I want to develop my own application over the ble_app_template example. How do I create a ble service? how do i create uuid? I'm confused. could...
Hello,
I tried to setup the UART example provided at this link: https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples/nrf9160
I open two COM ports...
Hello,
I am using nrf connect sdk 1.5.0.
Building example code, error occurs in devicetree.h file.
And when i generate project, i copy sample folder and open in...
I followed the directions in connecting-uart1-to-a-periph-on-nrf9160-dk .
I'm using nRF Connect SDK 1.30 and have compiled the hello_world application for board "nrf9160dk_nrf52840...
Hi, I'm using the nRF9160-DK and I need to implement an external uart communication. Which GPIO can be configured and are available on the various connector?
I have checked...