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 am trying to upgrade SoftDevice and Application firmware from v6.1.1 to v7.2.0 on Nordic USB840M dongle and I am facing a strange issue after such upgrade.
Please find...
Hi,
I have created my own service and charecteristic
1. But i am seeing only unknown service - How to give a name to this service
2. I am getting unknown charecteristic...
Hi
I have compiled (successfully) the Zephyr example samples/bluetooth/peripheral example for the nRF52 DK (nRF52832).
I am going through the code and trying to understand...
Hi
I have developed a device using the nRF52832 and I am wondering if there is built in functionality to reset the chip back into bootloader mode without programming the...
Hi All,
I'm using SDK17.1.0 and I have a question about mobile device subscribe.
I asked this question before, but the engineer didn't reply, so I asked again, thank...
Hi All,
I want to port BPS to my custom project, I encountered the problem as the title.
When I connect and trigger the subscribe like this picture.
My project will...
I have code that runs for around 5 days, then for some unknown reason hangs or stops running, which makes it almost impossible to debug.
I have also tried to implement interrupt...
Hi.
I have an issue that, If I power off Master and do save flash at Slave side together, the nrf_fstorage_is_busy(p_fs) return value always true .
When BLE is connectting...
I added a mesh shell module to my firmware running on nRF52480 .
Opened the mesh shell
uart:~$ mesh init Mesh shell initialized
mesh provision 0 0x100 0
Crash (see...
Hey,
I have implemented BT FOTA process for my zephyr based application. DFU over Bluetooth works fine. But now I struggle to implement manual upload of image (it will be...
Hello Devzone,
My name is Ted. Recently I posted here and received some good help on low power sample code for the nRF9160DK board. This code helped me prove in real life...
I'm currently trying to set up a simple demo using 2 dev kits running the SPIS and NRFx_SPIM examples but the SPIS seems to always send corrupted data over the MISO line....
Hi,
I'm using two dev kits to test out some SPI firmware before I deploy it to our custom boards and I've been running into a weird issue where my SPIS sends out corrupted...
can i store the NRF_LOG_INFO() or debug terminal outputs to text file as i want to check large amount of data and i want to save it as .txt file to run script on it
Hi
my os is Ubuntu 20, and has install vscode && vscode extends for nordic && zephyr-sdk-0.13.2-linux-x86_64-setup.run into /opt/Zephyr ;
when use "create new application...