Hello,
I upgraded nRFgo Studio software to version 1.17.0. Installation goes OK but the application crashes every time I try to launch it after installation process.. Then...
Hi,
i tried to send data from ios 7 via tx_characteristics(like in UART example) but received error:
didWriteValueForCharacteristic 2A38 error = Error Domain=CBErrorDomain...
I have been trying for a few days now to get my environment setup for development with the nRF51822. Since there is no official configuration for the Mac w/ Eclipse I have...
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...
Hello,
What is the limitation of the total current we can source/sink at the same time in multiple pins for low Vdd?
I could find a similar question (and answer of 15mA...
Hello there, I am working on a customized nrf52832 board. For the limited size, the 32kHz crystal is not install because I think the clock from 32khz crystal can be replaced...
Hi all
I want to do a device firmware update via the bootloader, and I am unable to do so, as all attempts end with a disconnect from my Android phone (Pixel 4a). I can...
Hello!
Hardware: nrf52840 IDE: Segger Embedded Studio SDK: nrf5 SDK 17.0.2
I've been having issues with receiving USB HID IN reports on Android. If I send at an interval...
I'm trying to debug a usage fault in my NCS project using an nRF52833 DK. I can't seem to select the logging backend for coredumps. I have the following lines in my prj.conf...
Hello,
in my project i am using GSM module so i need to add UART to TEMPLATE example but i am getting error that "undefine reference to app_uart_init"
please resolve the...
Hi
The Zephyr mesh_demo project has been built correctly but I'm facing a problem when I flash it
C:\Users\OMAR\zephyrproject\zephyr\samples\bluetooth\mesh_demo> west...
Hello :)
I am using pca10056. Use SPIM to control the external flush memory of this board. I read the IC's surface, I recognized its name is MX25R6435F. (Is it correct ...
Hi. I've tried to build the TF-M Hello World sample using nRF Connect SDK and I get these two errors (which I think are related):
opening dependency file secure_fw\partitions...
Looking through the documentation and examples for the nRF9160, they all seem to be based on the Zephyr RTOS. I have 2 questions:
Is there any benefit (mainly from a power...
Dear Nordic,
Could you please advice me how to combine system off mode and bluetooth advertisements using Zephyr / nRF Connect SDK? Is there any clear example around?
...
Hello, I'm very new at nrf connect sdk. I tried to rebuild mqtt_sample and I got this error: opening dependency file modules\nrfxlib\nrfxlib\nrf_security\src\mbedtls\CMakeFiles...
Hi all,
I want to use TWIM1 on NRF5340, and I initialize it as follows:
But the return value of err is 0x0bad0005,
I guess may be TWIM1 is occupied by zephyr, because...
Hi,
I am trying to implement beacon-ing into my existing firmware of different beacon types. I have successfully generated an iBeacon and Eddystone-UID beacon using ble_advertising_advdata_update...