Hi, my friend,
I've been with nrf905. I use a 16-bit CRC check.
But I encountered problems in use:
1.Nrf905 16-bit CRC check format is CRC-16(IBM):X16+X15+X2+1 or other...
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...
Hi. Is it possible to enable the encryption of data which corresponds to the particular characteristics?
I'm looking for a way or an e.g showing how to use the encryption...
I download the hex file in nRF5_SDK_11.0.0-2.alpha_bc3f6a0\examples\ble_peripheral\ble_app_beacon\hex\ble_app_beacon_s132_pca10040.hex directly into the nrf52-DK. But the...
Hi,
By using the PWM exampl in SDK 0.9.2, I can generate a 1MHz PWM signal without problem.
However, it seems that the function provided by SDK can just set upto 1MHz...
just when I send command to nrf51 to stop advertising by calling sd_ble_gap_adv_stop I got error NRF_ERROR_INVALID_STATE . what's the source of this error ?
static void...
In the past nRFGo Studio worked fine. Then I reinstalled windows due to an unrelated problem (and changed from 32 bit to 64 bit), and now it reliable freezes.
Most often...
To have a reference receiver to evaluate a new antenna design i would like to use the nRF52 development kit.
Therefore i am looking for a example application that can be...
Hi,all,
in the Core 4.2, the sentence with word 'Controller' and 'Host' have appeared many times.
like 'When a Host performs the auto connection establishment procedure...
Hello,
I'm using a custom board (nRF51822 QFACA chip), with the optional 32KHz crystal.
When, I use the SDK 5.1.0 and the S120, my code works perfectly. But when I try...
I would like to develop some BLE applications using the nRF52 Preview DK, that embed a NRF52 revision AA. S132 soft device 2.0.0-8.alpha documentation says that is not compatible...
I've been developing some ble code for a custom board. Recently, I just finished creating a new smaller board. When I load my code onto it, I notice that I have trouble discovering...
Can the nRF52 be programmed by 6-pin J-Link Adapter by just connecting the following 4 pins,
Pin 1 : 3.3v Supply,
Pin 2 SWDIO,
Pin 4 SWDCLK,
Pin 5 GND,
Can pins 3...
I want to save custom data in NV address. Which address is safe to save custom data in NV?
I'm working on nRF51822-xxAC with very simple and small code.
And, using s110...
My project for nRFs has a few configurations for different boards.
So, how to enable 'batch build' button to build all configurations by one click? Currently this in disabled...