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...
SDK17.0.2 example dfu\secure\bootloader
in the dfu_public_key.c it say's that "This file was generated with a throwaway private key, that is only inteded for a debug version...
Hello,
I am using the vl53l5cx TOF sensor and implementing the ULD using zephyr. My setup is a bl654 board using zephyr on sdk 1.9.1. However I am running into an issue...
Hello,
I'm currently trying to implement a simple scenario: Using the nRF52840_Dongle, provide LOG output to the console.
This is the main program:
This is the usb_console...
Is there somewhere I can download a prebuilt microecc library? I've tried to make it for a few days now and have had no success. I've added GNU Tools ARM Embedded to my path...
Questions about 'comparing nRF52840 vs nRF52832', what are the big differences between them?
hi, all.
How are you doing?
I want to apply nRF52840 instead of nRF52832...
Hi,
I am migrating code from NRF SK 17 to nrfConnect SDK and I would like to create a library of source files to share between different apps.
I am able to add the individual...
I want to write numbers in my flash memory so I used this function "nrf_nvmc_write_words" but in it couldn't save float numbers in my flash memory
it is like that in nrf_nvmc...
Hello All,
I am using nrf52840 in my project. So basically the architecture is the sensor devices(ble peripheral) get connected to the central module(ble central). Now I...
hi support team,
customer is finding that 832 erase page takes more time than normal conditions, that is when the temperature is -20, erase speed is much slow.
as our...
Hi all,
I am confused about nrf52832 Tx/Rx max current. I am using PPKII measure the power current of NRF52 DK PCA10040 , As the following screen shot, :
In DC/DC mode...
Hi,
I'm working on a custom board based on PCA10100, nrf52833 but it seems to be stuck at the function "lfclk_spinwait".
my custom board does not have an external LFCLK...
Hello,
For my application I have a need to buffer data for, say, 8 GPIO pin outputs and continuously generate those buffered outputs in parallel on the GPIO pins. I have...
Hi,
According to the BLE core specification, a host can communicate with multiple controllers via HCI. I want to confirm whether zephyr's BLE stack supports the feature...
Hello,
I am working on a project using the nRF5340. I will eventually be supporting OTA DFU for both cores so I need to be able to statically define the partitions for both...