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...
Hi there,
The mentioned known issue needs a workaround requiring a soft reset. This is quite a bruteforce method and I can't believe this hasn't been fixed already. Quite...
nRF Connect SDK v2.0.0
VS Code 1.70.2
nRF9160 development kit
To view all possible log messages the fololwing logging configuration is set up in prj.conf:
CONFIG_LOG...
I'm using nrf52832, and it is connected with external mcu (stm32) to uart.
I'd like to connect this ble module to PC with ble (wireless connection), it was paired.
After...
Hello,
We developed a zigbee coordinator with nRF52840.
We discovered that our coordinator is not receiving the the beacon request coming from some Ember based sleepy...
Hi,
Is it possible to connect the Thingy53 over Bluetooth with Raspberry and store the sensor data in a database (e.g. Firestore).
I only found one solution, but its for...
Hi,
Is it possible to get the device name - i.e the GAP_DEVICE_NAME - of an unprovisioned or provisioned device using a serial device and the interactive_pyaci? It would...
Hi everyone,
at the moment we are trying to upgrade our nRF9160 software form the SDK v1.8.0 to the newer version SDK2.0.0. The main issue of the migration is our UART implementation...
Hi,
I'm using NCS v2 and VSCode on a custom board, and the android nrf connect app.
The board which has an external crystal, which I am not trying to use, in favor of...
Hi,
I am migrating to use Advertising Sets, which require Extended Advertising, and I am seeing that the number of connections per-connectable-service is seemingly reduced...
Hi,
I have been successfully working with CoAP customized client/sever app for a custom dev board. This custom dev board was based on Minew MS88SF21 module. I have created...
Hi,
I create two extended adverts, one connectable and one none, (nRF Connect 2.0.0) using the following code:
This works great, but then i want to amend the data...
Hi, I have just started looking at integrating Matter in my devices and am looking to measure voltage. However, there is no cluster under the matter clusters that matches...
Hi,
There is a loose wire on our PDK, The right side is on the cap, but the left side is loose and not clear where it came from. Can you help?
Regards,
Peter
Hello everyone,
In my application, and in samples I have studied, the A-GPS data request starts with the NRF_MODEM_GNSS_EVT_AGPS_REQ event when the modem wakes up/is started...
I'm in the project in which we are trying to implement logging to file functionality to NRF5340 chip.
Following lines were added to config.proj file:
# experimental...