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...
Anyone able to run the nRF9160 DK on Window 7? I see the 3 serial ports and the mass storage device but even though I see the device in the Programmer app I get "Unsupported...
Hi dear,
Good Day!!
I am using nRF5SDK1702d674dde\examples\ble_peripheral\ble_app_uart- software to test the UART over the BLE to my mobile , The BLE was automatically...
Hello,
i am using "ble_app_uart" example code in nrf SDK to connect to bluetooth and to read-write the data after connection through nrf connect application.
write...
We are using a custom board with softdevice S132, sdk14, and freertos and ana nrf52832.
Our ble_app does:
init gpio put up a splash screen via a display on spi
...
I am starting a new project using SDK 17.0.2, DK52 dev board and Segger embedded Studio.
To create the new project I started from ble_app_buttonless_dfu and commented out...
I got the update notice for 3.6.1, the install gets to around 33% then just sits there. This happens both with upgrade and with clean install for me, I left it to hang for...
Hi all,
in my current platform I have:
a DK (we are working to implement HW modifications to use a nrf52 dongle for this purpose) that is performing as a Thread DFU...
Hello,
I am currently trying out the assert mechanism of Zephyr.
I have added CONFIG_ASSERT=y to my prj.conf file and included " sys/__assert.h " in my main.c .
My program...
Hi,
May I ask what's the minimum reference circuitry for running nrf52840 without RF? Thanks.
My scenario is as follows.
1) RF, eg, Antenna is not needed
2) GPIOTE...
Hi,
I'm developing a CENTRAL using 52832 to connect a earphone.
1.When I enable LESC, the pair fails with the AUTH_NOT_SUPP error. Why ?
What I think if the earphone...
Hi.
I'm trying to use direct advertising to connect only with devices that have already been paired.
When I start direct advertising, I get a app_error_fault_handler...
Hello,
I am using nrf52832 and I just have 3 questions regarding it.
1) SAADC change over temperature. According to the datasheet, it has a change of 0.02%/C but I only...
Short version: can I use a pin both as a GPIO input to trigger GPIOTE PPI event, and as SPI MISO *at the same time*?
Detailed version:
I want to use the SPI peripheral...