Hi,
i use anRF51822 with soft device 7.
I run the UART app on my iPhone 4s with ios7 and on the nrf51822 board the ble_app_uart with keil uVision5.
Both devices connected...
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...
I was able to create a Distribution package with the command as shown in the following photo.
I have taken the zip file from email app in my iPhone and have opened in...
Programming the bootloader
How the MBR knows the start address of the bootloader?
pape says : This start address is defined in UICR.BOOTLOADERADDR, which is located at...
How do you do
1.Now want to set the PWM output frequency is 60 hz, but with an oscilloscope test is 60.24 hz, here more than 0.24 hz.How can I do the precision of the precision...
Hello,
I'm trying to connect my Linux computer to the nrF52 DK card using BLE.
I'm connecting my Bluetooth chip to nrF52 and I want to display "hello" on the serial interface...
Hi everyone,
I would like to create my board like this one :
www.adafruit.com/.../3406
learn.adafruit.com/.../39913
I know that Adafruit changed the bootloader...
I'm using PCA10028, SDK12.3 and android(7.1.1) application using BleProfile.
My application implement ADC using app_timer and indicate adc value each timeout.
The narrower...
Hi,
I have bought a Smart Remote 3 and now I wonder if there is any user manual available for it. I want to test the features it has out of the box before I start to modify...
Using SD130 v2.0.1 on nRF51822, I would like to be able to change the advertisment interval after first connection.
My app is based on the HRS sample, with a modified avertising_init...
Hi,
I am trying to bond Thingy to Android device. But, it is rejected by the device.
How do I bond Thingy to Android device? Any Hints would be helpful.
Thanks
Has the dev kit gone through FCC? i.e. can the SoC/antenna design be replicated on a custom board so there are high chances of passing certification tests?
Hello ,I hope the speed of NUS can be achieved 7K Byte/s. The data form phone to uart is ok,but the data form uart to phone is not.I tested the Bluetooth part separately.Loop...
How to make an encryption on nRF51822?
Does it need to set
sd_ble_gap_sec_params_reply(m_conn_handle, BLE_GAP_SEC_STATUS_SUCCESS, &m_sec_params, &sec_keyset)
the...
I want to flash a client and three servers with the BLE mesh simple light switch example:
infocenter.nordicsemi.com/index.jsp
The third instruction on the above web...
Hello,
I've recently properly started programming my nrf52832 DK with segger embeded studio playing a little with the debuging tool break points modifing example ect.....