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...
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...
I have integrated MCUMGR to perform FOTA and it does successfully perform the updates where both slot0 and slot1 locations are from internal flash. As the code size is getting...
Hello !
I bought a new nRF51DK board and need to read its RAM data. I used nRF connect to erase it. The data read by nRF connect shows 262144 bytes and I don't know the...
Reproduce issue:
Windows 10 21H2
Set global git option gpg.format to ssh
git config --global gpg.format ssh
Install nRF Connect SDK v2.0.2 with Toolchain...
We are using the external flash w25q32jv via SPIM connection. the configuration as below.
arduino_spi : & spi3 {
status = "okay" ;
compatible = "nordic,nrf-spim" ;...
Hello-
I'm seeing the nRF52840 stay awake when I don't want it to. I'm calling sd_app_evt_wait() every turn through the main loop with SEVONPEND disabled, but it's waking...
Hi,
I am trying to measure the current consumption of nRF52832 using nRF52DK. I am using STM Nucleo board.
I made a cut on SB9 (P22 open), and gave supply on p20.1....
I am using nRF52832 and SDK17.1.0.
Is there any example code to start with for being able to advertise/transfer multiple data values using a custom UUID? I am using ble_nus...
I want to interface SCD30 Sensor Module with nRF 52832 Board through I2C. Can I interface the sensor "SCD30 module" using nRF Connect as I am not getting .h file (Zephyr RTOS...
Hi,
I've written an app for the nRF52840 dev board using the nRF connect SDK. Now I'd like to port the app to the STM32F4 discovery dev board. I've managed to get the app...
I'm using s132 v5.1.0 in my Server Peripheral application. The documentation for sd_ble_gatts_hvx() says that when using it for Notifications, a return of NRF_ERROR_BUSY ...
Hi,
I'm trying to implement the FATFS example with the SD Card access into the Mesh DFU example. Setup is SES v5.44, SDK 17.0.2, Mesh SDK 5.0.0 and S140.
After the...
Hi,
I have been looking into the passkey for BLE connection but didn't found any clear documentation or any example on this. If we have one central and one peripheral...
Hello, I am a student who wants to improve myself in the field of nrf and this is my first question. I am using NRF24LE1. I can run Timer0 and Timer1 separately in main function...