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,
The eddystone example enter to connectable mode by press a button, but our customer don't want to press button one by one, they hope the beacon can advertise eddystone...
Custom nRF52 device uses SPI interface for external flash, so in order to read/write to external flash would need a RAM loaded firmware to keep code in internal flash untouched...
Hello,
How can I have two or more temperature probes reporting using the ZCL library?
Imagine that I want to have a device that measures for instance two temperatures...
Hi,
I am trying to measure the current of a custom board using PPK board, My custom board takes 5 Volt input supply but PPK board has a 1.8-3.6 Volt external power supply...
I am trying to modify the nRF52840dk_nrf52840 spi_flash sample, ncs/zephyr/samples/drivers/spi_flash , to use dual QSPI.
Following is my device tree configuration:
I...
I am able to pair a peripheral device using advertising 16bit UUID to the Central Device(nRF52840-DK board).
Also I am able to read the Battery level service and Device...
Hi, I have successfully achieved the OTA DFU function on nRF52805. This is what I can see now:
Step 1) I can see the Nordic_Buttonless BLE signal. After connection, there...
When using the nordic power profiler for the nrf52840, it gives the "idle" current as 2.7uA. Presumably this is the deep sleep current, but it seems like this number doesnt...
I've been using nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8 for my development. I'm trying to switch to the nRF connect SDK. I'm having a hard time figuring out where to...
Hi everyone,
So Im trying to modify the event handler of the ATT_MTU example file to have it so that it logs every time a byte is sent / instead of KB but for some reason...
Config options for enabling SDHC card support are not working with nrf SDK V1.6.0. Unable to create the project using Segger IDE.
The same options are used with nrf SDK...
Hello,
We are switching our firmware from the old sdk into the NRFConnect zephyr sdk and I cant see any way to retrieve the channel of the advert when scanning. We need...
Hi everybody,
i've got an issue i want to discuss here. I'm building a webserver using the nRF9160DK with ethernet-shield from PHYTEC and an SD-card which holds the frontend...
Hello,
So I was exploring the nRF52840 DK as a Zigbee device when I found this page: Zigbee CLI wrapper .
This seems very promising, having a python CLI to interface with...