I have two custom PCBs, each of which has a microcontroller and an nrf24L01+. Everything related to the transceiver in the designs are complete duplicates (with the exception...
Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
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...