Hi all,
I'm working with the nrf51422 and the nrf51822 and I was wondering what the current status of the over the air DFU system is.
I'm using SDK 6.0 and I managed...
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...
Has anyone managed to get this revision of the nrf8001 IC working?
i bought 280 of them and none of them seems to work as it should.
When i reset the chip i get no interrupt...
I tried to download softdevice 8.0 and the example code of SDK8.0
(\nRF_Examples\8.0.0\dfu\bootloader\pca10028\dual_bank_ble_s110\arm5)
to PCA10001.
First I Copied the...
I'm devloping application on nRf51 for that i'm using... SDK : nRF51_SDK_7.2.0_cf547b5 Tool chain : GNU tools arm Embedded [arm-none-eabi version 4.9.3] Dev Board : PCA10028...
Along with S110 BLE stack I programmed my application, which I managed to do without any conflict.
My application is not working properly and neither control is transfered...
how much time of keep level HIGH/LOW can make nRF51822 detected the HIGH/LOW level and generate an interrupt?
how width of impulse need to generate an interrupt?
Hi Team,
I was trying to load firmware to external board using nRF51-DK.
I have successfully programmed the boards many times and now when I am trying, LED (LD5) on nRF...
Hi all,
I downloaded the nrf51SDK_.8.0.0 from nordic site and tried to flash the new softdevice s110 but failed. I used an android application to flash it over the air...
Hi:
i use ble_app_uart project and want to change the UUID lenth(128 bit) to be 32 bit;but i change "nus_base_uuid" to be 4 byte and change "uuid128[16]" to be "uuid128[4...
Hi,
Does hardware that has already a Qualified design Listing (Bluetooth.org) requires re-testing of the RF-PHY ?
(refering to transmitter tests (i.e TRM-LE/CA/01/C (output...
Hi,
Im using a module NRF24L01 + LNA bought off ebay, connected it to msp430 via SPI interface. All spi communications are going solid, I manage to completely configure module...
I am trying to create a file and write to it during runtime. When I use fopen with "w" option to create a new file, the file pointer is always retuned to be NULL.
Is there...
Hi,
I recently tried SDK7.2 on PCA10028 board in order to make sure that SDK7.2 works well before I migrate my project to SDK7.2 codebase. My project code didn't work as...