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...
Hello,
We are in production with a nRF52832_xxAA device using SDK 14.0
Recently we started experiencing some timer anomalies. It appears that others have also had problems...
Hi
My SDK is 15.3.
As I know, Android and iOS MAC address is going to change when smartphone reboot in random.
I want to store several smartphone id at 52810.
...
i am trying to create ble beacon. I am able to advertise the ibeacon data using nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_beacon\pca10056\s140\arm5_no_packs...
Hi,
I am developing a Bluetooth controller for MicroHeat water heater. I am using Bluetooth module - MK01A from MOKO TECHNOLOGY LTD. I purchased their development kit and...
I am using SD7 and I want to send exactly one 23-byte notification per connection interval. If I wait for the BLE_GATTS_EVT_HVN_TX_COMPLETE event and call sd_ble_gatts_hvx...
Hi,
I am trying to generate a 1 MHz clock in the nRF52832 (nRF52 DK). This is my code:
When I try to build, I get numerous errors like this
error: 'NRFX_TIMER2_INST_IDX...
This surprised me.
I disable advertising, stop my app timers, and then loop "while (gpio_sample()) { nrf_pwr_mgmt_run(); }"
I have five low-accuracy nrf_gpiote buttons...
Hi everybody,
I am sending notifications from an nRF2832 (GATT Server) to another nRF52832 (GATT Client) and after some time (sometimes 1 minute, sometimes more minutes...
hello Nordic
i am working with nrf52840, SDK 16.0, s140
i use a timer for sampling of 3 adc channels, (4 times * 3 channels = 12 samples)
i put a pin to toggle in...
in my project, I use SPI inerface (4 pin(pin must can been changed)) communicated with a 4G TF card, this card must mount in Zephyr filesystem , in connect SDK\ v1.5.0\zephyr...
Hi,
I would like to ask a question regarding NFC connection.
When Im using my nrf52840 device to connect with a PC using NFC pad - the NFC triggers the nrf device to start...
Hi,
I am trying to program an extrnal nrf52840 it is Minew MS88SF2 , I did exactly as desribed here at least I think I did, but unfortunatly it always programs the internal...
Hi,
I have installed nrf sdk 1.5.1 via toolchain manager.
I have opened a bash via dropdown in your toolchain manager.
From there I have followed your instructions on...