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,
I'm developing on a custom nrf51822-based board, and using the s110 softdevice, version 7.0.0. With JLinkGDBServer and the toolchain's gdb, I can debug softdevice-less...
Do you have a BLE SOC chip that can behave as a master and a slave, and also has embedded stack so no host processor is needed. I am looking for a chip that can be used in...
hi,
Inorder to flash the softdevice to evaluation board PCA10024 , i tried using nrfgo studio as mentioned in the user guide.but the nrfgo studio does not show any board...
Dear all,
I am using SDK7.1 with S130 v0.5 alpha. Can I use the DFU example in the SDK6.1 to update my firmware in the chip(nRF51422)? If not, is there any alternative...
I am using S110-based peripheral device which is sending 20byte notifications. Application on my peripheral works fine (testing with MCP gives transfer rate about 15kB/s which...
Hi,
I was using nRF51DK with Keil uVision ver 5.14 and SDK 8.0.0. It worked okay yesterday and I tried HW peripheral as well as BLE peripheral.
But today it doesn't...
Is it possible to identify a device as a previously bonded peer based on the advertisement package and before establishing a connection?
I would like to be able to bond...
Hi
Im using nrf51822 board from RedbearLab. SDK6.1and SD7.1.0.
I added DFU to my application and iam able to update the firmware OTA.
My issue is after adding dfu...
Hey there,
I am looking for the right pin out to wire up a reset button to my board so that I can reset the IOS device is paired to. Can some one help?
Tyler
Hi,
Is it possible to set an address lets say for an array to be in Flash memory on compilation?
So that way I dont need to reserve memory twice - once in my program memory...
I have two nrf51822 devices with sniffer firmware. At the beginning all tests were well, it can sniffs beacon packets with ble-sniffer_win_1.0.1_1111_Sniffer and display packets...
[edit]
This problem is solved!
The problem is from project target.
I am using uvision5, but I opened the uvision4 project. (\arm4...)
Now I am using the example under...
I am using the Sys Events to monitor the POFWARN but it appear that I get a POFWARN event repeatedly when the voltage is below the threshold is this normal or do I need to...
Hello,
Some questions regarding the linker script for the 8.1 SDK for SD110.
I was able to get an environment set up with ARM GCC, Make, etc. and compiled my program...