nRF24l01+ at a transmitter module one time successful transmission show & after 1 sec failed also . if any doing programming with atmega32 ,please send code for TX & RX ....
Hello,
can the radio notification and radio disable APIs be used to use the radio hardware from the application layer?
Background of my question is, that I have an application...
Hi,
I am using central s120 with peripheral s110. The connection to the peripheral is depending on the name advertised by the peripheral.
When connection is done, the...
Hello,
I am trying to ecrypt some data in order to send some data encrypted in the MINOR and MAJOR adverts of the device.
I used this code to ecrypt the data ( this is...
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...
On initialization of the bsp, I get ERROR 4 (NRF_ERROR_NO_MEM) when I define LOCATION.
Why is this? Because it seems rather weird there's no more memory at that point in...
Hi all,
When I start the bootloader using ble_dfu service as-is in my application I get no ble events in the bootloader. When I call the bootloader from the main loop it...
I have a sample program that is failing on sd_ble_gap_device_name_set with an invalid parameter.
It's calling BLE_GAP_CONN_SEC_MODE_SET_OPEN(&sec_mode)
And then it passes...
Gentlemen: Do you have posted a copy of the original firmware that comes installed on the nRF51822 beacon? I have been experimenting writing my own app on that beacon, and...
Hi all,
I have an TICK interrupt on RTC1 on nRF51822, but the program keeps cycling in the interrupt - as if the interrupt is never cleared?
Here's my code:
void...
Hello,
I am currently building up a little application on top of the ble_multilink_peripheral_example.
I would like to have the nRF Master Control Panel on Android to...
Hello,
First, my setup is as follows:
nRF51822 Rev. 3 dev board (PCA10028)
s110 7.1
SDK 6.1.0
I am developing firmware on the PCA10028. I am matching SPI to a custom...
Well not my best title. But I hope you can follow this explanation:
I added RTT to my project to replace UART. It works so far. But there is a strange behaviour...
Code...
I am trying to do OTA DFU on nRF51-DK from a BLE dongle (CSR 4.0) and gatttool from BlueZ. The image is compiled from blinky_s110_pca10028 example ( blinky_s110_pca10028.hex...
Hi
I want to program the S120 softdevice over an mbed HRM1017 ([link text] that uses nrf51822. I can program only with CMSIS-DAP or drag and drop over the drive. I am using...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
Hello,
as I couldn't manage to get my SPI Measurement working flawlessly when called from inside a timer handler I tried to work around it by just setting a flag inside...
Hi,
I have a setup :
nRF51822_QFAC Chip Rev3
Softdevice: S110 V8.0.0
SDK: V8
Code hangs at sd_softdevice_enable(). Clock Source I am using is NRF_CLOCK_LFCLKSRC_XTAL_20_PPM...