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,
I'm using the PCA10056 dev kit and nRF5_SDK_17.0.2. I am aiming to connect multiple initiators to acceptor using Initiator and Acceptor examples. So far I've been able...
Hi There,
When I am trying to write code, I am not clear about the meaning of the code " bearer_adtype_add( BLE_GAP_AD_TYPE_COMPLETE_LOCAL_NAME ); "
I try to check the...
I'm using the Zephyr provided WS2812 LED driver (SPI). I am noticing some strange behavior when my chain-length property is greater than 10.
I connected a digital logic...
Hi Nordic
We are developing our IOT product and we are starting our development of firmware on nRF9160 DK so that we can port that code to our custom PCB that will contain...
Hello
When I output some data using a 'LOG_xxx' macro, I do get debug information over the RTT console like this:
But as you can see there are some extra bytes in front...
Hello,
I wish to send SPI message by 2 Bytes per once, total 102 bytes.
Basically SPI works fine.
I wonder if there is way to reduce inter SPI time. It measured 18u...
Hi,
We are looking at porting the Tuya BLE SDK to the Nordic platform and on reviewing the documentation we have identified that the SDK uses two 16bit service UUIDs:
...
Most of the examples and posts are about the libuarte async driver, but I am using the basic libuarte_drv (not async) and running into difficulty. Without any concrete example...
Hello fellow developers,
I have purposefully not connected any sensor to my nrf52832 dev. board to see if the example program logs "no device found". Once the application...
Hi,
I have nRF52840 DK, nRFConnectSDK v 1.7.0-rc2,
I compiled iso_broadcast and iso_broadcast_benchmark projects: ( no changes are made)
Here is the run log:
//==...
Hello, I am starting to learn about the nrf9160DK and I found myself forced to use Zephyr while reading through the documentation. I would like to know if there is a way to...
Hi,
I am trying the new nRF connect extension for VSC. Great direction. Hope it takes off.
For those interested, the announcement and details are at: https://devzone.nordicsemi...
Hello everyone,
i encounter a problem on building my application that uses BLE and a I2C ssensor. If I build only the application without a Bootloader there is no problem...