I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...
Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
In the nrf51 series reference manual section 12.1.9 it states that there is hardware protection that prevents write instructions from being executed and that there is more...
Hi,
Everyone,
I am trying to understand BLE app code and using debugger to find the values of the data sent over BLE during advertising mode.
But during debugging I...
Hello,
I am designing a custom protocol using the radio as a peripheral. The protocol has the chance for two nodes to transmit at the same time on the same channel. My...
Dear Sirs,
We compile the bootloader in dfu folder, sdk 10.0.0, with IAR, and download on 51822 QFAA chip. When trying the DFU function with MCP tool with version 3.10.0...
Hi, I have peripheral device using the nRF8001. I'm using the Android BLE SDK on the MCU to talk to it. I am having a problem where I am using lib_aci_set_local_data() SDK...
Hello,
I would like to implement the sniffer on PCA10036 (I have two, they are no more useful with the latest SDK). I programmed the hex file from this post:
link text...
Hi,
Can i use internal 16Mhz clock of nrf51822, to run peripheral uart example? I don't want to use any external clocks?
If yes what are the changes i need to make in...
So, I have made 3 custom boards (all boards have the same layout, with a nrf51822AC) and I've been able to develop code. I've been using the swd lines from the nrfdk (pca10028...
I want to implement a button-less boot loader with ble_app_uart running as application. What I have to do is, when I send some data through ble_app_uart it should switch to...
I'm testing out twi_master_using_app_twi example code on the nRF51-DK.
It appears to wite on the twi bus as expected but the nRF51 resets after executing
// Initialize...
Hi
I am trying to write an application that works in both central and peripheral role simultaneously. This means that my application needs to initiate and accept pairing...
Hi,
I have made my custom board using nrf51422 sample chips (Which came nrf 51422DK ), but my working / sample program which works on DK gets crashed on custom Board.
...
Hi, everyone
I add the dfu service codes to the ancs sample program, the dfu service codes comes from the heart rate sample, and download the bootloader codes to the device...