Hello,
i am working with the Enhanced ShockBurst proprietary protocol and i am wondering where I can find the sources of this protocol, so that I can do some changes. ...
[uart - Copy.rar](/a master _error.png ttachment/3cc01f5e2484d2b0f33e62befd3e6a62)
hello there
I am interfacing master nrf51 dk with nxp's slave lpc11u24
(1) my main...
It is good practice to prefix the includes from one's C libraries with a directory so that they are all part of the same 'include namespace'. Unfortunately the Nordic SDK...
Hi, is there an available developer in my tri-state area of Minnesota, N. Dakota, or S. Dakota? Please call me if you are available for a project for hire. The developer should...
I'm trying to design a very low power sensor that takes readings using ADC and SPI 200 times a second. I'm a bit worried by the current EasyDMA uses (1.1mA). As far as I can...
Hi, I am working on a project where I want to make one nrf51288 chip as central hub and connect that to a android phone and other salve nrf51288 .
idea similar to this: ...
I have implemented static passkey onto ble_app_uart.
I would like to configure this passkey through uart, then store it in the flash. I am confused at the choices available...
Hi, I'm having some trouble connecting to the nrf51822 chip and I've tried connecting to it using master controller, nrf connect, and nrf toolbox. The chip isn't even appearing...
Hi,
I'm working on NRF52 NFC and I meet an issue related to timing.
I'm using hal_nfc_t2t driver directly (Without nfc lib) because I want to do some custom work and I...
Hello !
I am trying to read WHO_AM_I register from a LSM9DS1 IMU.
I have spi_update_imu_data() as my callback for when the spi transfer completes and inside it I make spi_xfer_done...
Hi all,
Using nRF51422 on nRF51-DK as a Central I have been successfully connected to a non-Nordic BLE peripheral, however when using the ISP130301 chip that embedding...
nRFgo Studio will not install.
It is rolling back when it is in the proocessing of copying.
The net framework4.5 has been installed on win10, and the virus softwares have...
I have recently purchased a few nrf51822 beacons. I have been successful in detecting the beacons on the Android and iOS apps. The firmware documentation says I need to press...
I just got an 32u4 BlueFruit LE board. and want to create a customized FW for its nRF51822 v3 chip.
I am using STLink v2 and OpenOCD connected to this chip. To verified...
Hello everyone! Frist of all, sorry for my broken English.
I had a timeout handler, which call by application timer every 50ms. In this function I took data from accelerometer...
I have a few nRF51-DK's lying around. I've compiled this simple test program using Yotta/mBed.
#include <mbed-drivers/mbed.h>
Serial pc(USBTX, USBRX);
DigitalOut...
hello,, i want an additional information on this product.... End of life of this chip... how long the chip will be available in market. Because we in our company decided to...
Hi,
I use the nrf24le1 device in my design. I want to stroe data when power is off, so I write data to the NVM flash. But something is wrong in my design, could you help...
Hello,
I am using the nRF51 transmitter_pca10028 example to try to communicate with legacy systems using nRF2401A.
I could achieve nRF51 TX to nRF24 RX successfully...
I would like to burst out 12 packets of 64 bytes and then go into RX mode immediately after for a single payload, followed by another round of transmissions. Is there a shortcut...
The data is sampled at 3khz, each sample is 2 bytes, connection interval is 7.5ms ,4packets per connection interval. The data is displayed on a graph with respect to time...