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...
uart:~$ *** Booting Zephyr OS build v3.1.99-ncs1 ***
Just build standard example for openthread , like coap_sever.
Application rebooted after openthread are fully started...
I have TCP client socket and a thread blocking on `recv()`. I noticed that while gnss is active (trying to get a fix without any assistance), no data is received until I call...
Hello,
after some hours extensive search, I want to share my findings.
I got very strange reset behaviours in a C++ project on an nRF5340 with nRF Connect SDK 2.1.0. ...
hi team,
we are triying to enable and disable timer register for our programe.how can we do this register level bit masking in nrf52840DK board without library API. kindly...
Hi there,
I am able to build asset tracker v2 from source using todays main branch from github. But when I flash the app_signed.hex through nRF Connect for Desktop v3.12...
Hi,
The fstorage library is not available for NCS. Instead, the OS Service "Settings" should be used. (see the last answer of this thread )
In fstorage, it is possible...
I am working on a prototype using the nRF Connect SDK v2.1.0 on the nRF52 Thingy platform.
For my prototype, I need to store normal log output on the internal flash of the...
Hi,
We have to enable the radio shorts in our developing multi link firmware. ( We let any node connect to 3 other nodes at the max ( 1 as a slave and 2 as a master )) ...
Hi all,
I use GPIOTE and DPPI to read SPI data from IMU sensor. After IMU send out "Data Ready" signal, GPIOTE will be triggered and DPPI start to read using SPIM2.
And...
Hello ,
I am working on a project an nRF52840 + quectel BG96 modem. I am porting the freeRTOS cellular interface library for the Nordic platform and mainly the FreeRTOS...
Dear all,
I am developing a device that base on nrf52833, nrf connect sdk ver 2.0.0
The device run bluetooth mesh. And becase it was powered by battery, so it must go...
Hi there,
There are some problems when setting nrf52840 GPIO interrupt. When I use gpio_pin_interrupt_configure_dt api to configure 11 gpio pins then download to my customer...