Apologies if this has been asked before but did search for 'format' in faq and got nothing.
I have been answering to questions.
In my answer I place hard empty lines....
Hi
i use nrf51822 s110 "hrs" example to transmit the data to ios.
I need to add an option to send back some data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hi
i use the hrs example to transmit the data to ios.
but i need to add an option to send back data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hello,when i get connected to the phone,when i call err_code = ble_hts_measurement_send(&m_hts, &simulated_meas) and err_code = ble_bas_battery_level_update(&m_bas, battery_level...
I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
Hi All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
Hi everyone!
I want to send data (with nRF52832 chip) on a mobile phone every 1 ms, is it possible knowing that the minimum connection interval between a peripheral and...
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...