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...
Good morning,
I have nRF52840 Dongle.
I am looking for a tool that will allow me to connect to a BLE device based on its name.
Need:
- find the device,
- connect...
What I'm working on:
I'm working on a small project using this nrf52840 module:
www.minew.com/.../
Access to source:
If it helps to understand my issue, all the design...
In the function "bt_scan_filter_status_get(bt_filter_status *status)" [file: subsys/bluetooth/scan.c #1302], the variable
"status->manufacturer_data.enabled" is not updated...
hi devzone
I've trouble starting nRF Connect for Desktop v3.12.0.
I'm using nrf52-dk / pca10040 board and nrf5_sdk_17.1.
when I run the program "nRF Connect for...
Hi,
I do have a question about PCB layers. I did read it is better to use a minimum of 2 layer PCB, but why is this? By example is a single layer also OK?
I'm trying to...
Hi Team,
We are using Nordic connect SDK nCS 1.9.1 & nrf52833
currently have not changed any clock frequency they're at default settings, we want to know what is the...
Hi, quick question.
Software: SDK 17.1.0 with segger embedded studio
Hardware: nrf52833-dk
Background: I read that it is possible to take iq samples of the payload....
Trying to using IEEE-802.15.4 on nRF52820 with SDK-17.1.0, Librarie 802_15_4/raw/802_15_4_lib_gcc.a.
nRF52820 n ot support FPU so set -mfloat-abi=soft in Makefile
Encounter...
I successfully completed all exercises from DevAcademy using nRF Connect SDK v2.0.0 and nRF Connect SDK v2.1.1.
However, when I tried to experiment with DevAcademy Lesson...
I have not done anything with the SDK for a while so I updated Segger Embedded Studio to the latest: 6.40 and the latest nRF SDK 17.1.0 and built my project and I only needed...
Hello together, I'm searching for a way to go I max low power mode possible an then wake a from one of three reasons:
Timer/Clock
NFC-Field
GPIO
I searched the...
I have an application setup to use RTT for console and logging whereas UART is disabled. If I enable the UART async API then RTT stops working.
Working:
CONFIG_ESB...
Hello,
I tried to run the llpm (low latency packet mode) code by establishing a connection between nrf5340dk and nrf52840 devices.
I receive a transmission latemcy between...
I've been trying to get breakpoints working on a new nRF Connect project but have been running into an issue: when I hit "Debug" in the nRF Connect plugin in VSCode, the app...
The documentation here:
https://docs.zephyrproject.org/apidoc/latest/group__bt__gap.html#gae11eb8ad254418c38a0e8689df25a159
says, I can call l bt_id_create() before bt_enable...