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...
We want to create solution/project for family of boards using segger embedded studio. We want to create the solution/project in such a manner that new boards software can...
Hello,
I want to build in a reset function for handling certain error states on the 9160DK running nRF Conenct 1.6.0. In the datasheet it appears that nRESET is p0.32 and...
Hi,
I am looking for a way to count the pulses going out of a GPIO pin. If I configure that pin with the input buffer connected, how can I route that signal to a timer/counter...
Hello ,
I am a firmware engineer in Taiwan ,
I already use nRF52820 to finish one case ( cheaper alcohol/acetone BT checker.)
I used USB/ BT wireless uart / Uart send...
Hello,
I have some problems with connecting and interacting with my nRF9160. It doesn't show up in LTE Link Monitor, only got "No supported devices connected" - If i have...
Hello,
nRF52832, SEGGER Embedded Studio for ARM V4.12
We want to improve BLE transmission speed between nRF52832 and iPad mini.
Now condition and transmission speed...
I have two devices:
NRF52832_xxAA_REV2
NRF52840_xxAA_REV3
Running the Zephyr blinky sample application with the following KConfig option added:
CONFIG_NRF_APPROTECT_LOCK...
Hello,
I am trying to create a Matter device by following the steps in https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_matter_creating_accessory.html...
Target nRF52832(nrf52dk_nrf52832) SDK NCS v1.9.1
We are preparing NFC with classic tag.(Not connected to nrf52832, separated custom tag) Recently I found that android cannot...
Hi, I have a question to ask: I am using ESB demo as the communication framework. One master corresponds to two slaves, but occasionally there are some problems. Please see...
I would like to implement button interrupt handler. I found two examples in nRF5 SDK v16.0.0. One is examples\peripheral\pin_change_int. And another one is components\libraries...
Hi,
I want to set up a set of four PWM signals that are delayed at a specified interval, just like how the stepper motors are run but the falling edge of the previous...
Hello all,
I am merging the buttonless DFU example with my application for nRF52805.
Everything is well, but I am running out of flash. I am therefore trying to reduce...