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...
Hi NORDIC:
Current NRF9160 MODEM mfw_nrf9160_1.3.1.zip, I want to update to mfw_nrf9160_1.3.0.zip,
But an error is reported during the upgrade:
how can I update to...
I have modified this project to set the current date via a bluetooth service instead of UART. But as soon as we try to access any of these static variables from the bluetooth...
Here's what does work, new attribute set as read/write. I can configure then see on connection tab.
When i change to notify or indicate, the Current Time Service...
I ran periodic_adv and periodic_sync but I see that in the periodic_sync running node after the sync it calls sync terminate. I don't understand why if it is periodic advertisement...
Hello.
I'm using keil compiler and j-link EDU debugger.
After upgrading the version of j-link, the attached problem is occurring.
I tried reinstall or down grade, too...
Hi,
I the nordic video
https://www.youtube.com/watch?v=2p-IL-8dA3c
It is mentioned that there is a wizzard to create a new board.
In Visual studio, there is: NRF...
Hello,
We are currently using the HTTP sample on the nrf9160 and are able to send messages using POST commands to the web server. We were wondering if there is a way for...
Which type of antenna diversity is used in nRF21540 DK- Space Diversity, Frequency Diversity, Time Diversity, Polarisation Diversity, Pattern Diversity, Directional Diversity...
What is the tolerance of the internal ADC 0.6V reference voltage for NRF52840?
i.e. what's the max/min of the 0.6V reference or what's it in percentage?
Where can this...
Hello,
Windows10 X64 VS Code,nRF5340-DK;
when i change NCS1.8.0 hello_word to NCS1.9.0,got error
it can build complete,but can't flash to chip.
i've remove build,and...
Hello,
I would like to know the number on ms that a timer has been running before stopping in a breakpoint while debugging.
I can know the number of ticks with the...
Hi, I want to enable Bluetooth support on nrf5340 for FOTA. Serial seems to work fine but BT doesn't seem to advertise.
I get the following error after flashing smp_svr...