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...
Is it possible to do OTA from one nRF51822 to another? Is so how, and is not why?
I am using S120 and S130 for my applications and would like one device to uppgrade another...
Nordic has provided a good SPP implementation over BLE.
devzone.nordicsemi.com/.../
However, will it raise power consumption and cause BLE to lose its low-power characteristics...
When trying to do a direct advertise massage ( sd_ble_gap_adv_start ) I get error code NRF_ERROR_INVALID_STATE (Invalid state, operation disallowed in this state). This is...
Hi Team,
In my application UART is used.
I need to send parity bit based on particular responses that I need to send to the device
connected to UART.
Can I change configuration...
Hello,
I'm working with timeslot API (basing on github.com/.../observer) . I have an advertising and active scanning running concurrently. However, I want to completly...
I am using nRF51822 to generate 3K HZ PWM signal for a buzzer.
I read other people's question and try it.But as far i can't solve this issue.Please help.
At first i use...
Hello,
I just ordered a shiny new nRF Beacon from Mouser. The beacon is version 1.1.0 advertising "DfuTarg", so I am attempting to flash the application file that comes...
Enlight of the increase in 8.0 SD size, I am concerned that my application size may soon grow too large to utilize Dual Bank DFU. I know the actual size of the .Hex files...
修改Device_Name.jpg
After programming, the device name cannot be changed.
Is there any solution that can achieve?
I know that I can change the paramter from the function...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
The Master Control Panel will be able to keep the connection for hours and hours.
But when I am using the iPhone 6 to do the test, after connected, it will also be disconnected...
Hello
I've been having some strange problems with my SPI and TWI bus. In my setup, I'm using SPI0 and TWI1. I noticed that, even though I'm not using it, that SPI1 was...
This seems to be a common problem after searching in this forum. In my case, I need to read from an I2C slave and send the data out in BLE. I have made it work without SoftDevice...
Hello!
In my application, I have to receive UART signals from another device. The problem is the signal comes inverted so the nrf51422 can't handle it. I thought in 2 possibilities...