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,
I do erase flash pages in my application I use the sdk api:
nrf_nvmc_page_erase(firstaddress);
nrf_nvmc_write_bytes(address, data, len);
but I did not found...
Hello,
i couldnt find the correct answer yet. I would like to use a RTC and also the s110 and BLE.
I collect data from sensors over i2c and send it over BLE. timing...
My username and password credentials do not work here or on the normal nordic semi site. The random password (i.e. fj[k%3) will work at the nordic semi site, and continue...
Hi,
I am starting development on my project using the ble_app_hrs as a template. This project already has the buttons setup for interrupts using the Button Handler library...
Hi guys
I use gazell protocol for my application. I want to try some other way to decide the channel tables. So I decided to monitor the RSSI and chose the channels in...
Hello, I want to be able to perform actions in my app based on the tactile buttons being pressed on the beacon. When I bought it I was under the impression that the service...
Hi,
I have some problems to advertise a custom 128bit UUID.
I succeeded to set the 128bit base UUID and my Characteristics UUIDs are 128bits.
But how I can set the PrimaryService...
Hello,
I want to implement device pairing, using the pairing bit. The pairing bit is set in the masters device type. For a slave to pair with such master, it opens a channel...
Hi Nordic!
I am using nRF UART2.0 and nRF51822.
I am sending some data from nRF51822 to nRF UART2.0
But after 3 minutes, I can get disconnection.
and 0x16 error...
I am currently using ARM's CMSIS-DAP interface to support flashing of an nRF51422 from a host MCU (i.e. to perform updates of the SoftDevice and/or application code running...
Hi guys,
I have a custom hardware with the nrf51822 and we have a slow connection and services discovery is clearly slower that when we run the code in the Development...
I use two nRF24LE1s as transmiter and receiver Here are my questions:
I set the transmiter side to auto reply mode using PIPE0 ,but i found the STATUS regesitor to...
Hi I am trying coding a remote controller using nrf24le1 but failed. any sample code?
it with several keys when push down the pin will connect to GND.
when any key push...
Hi all,
I would connect the NRF8001 module to my microcontroller (SAM3SD8C). Does anyone have an example code for this microcontroller?
Otherwise is possible to modify...