My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
I did some modification from radio test example.
But I don't know why the function "rand8" never ending.
In the function, rand8,
NRF_RNG->EVENTS_VALRDY = 0;
while (NRF_RNG...
Hi,
I have been trying to get up and running since the first DK was released for nRF52x and I am yet to have installed a working development environment. I have tried to...
I'd like to use a DMA channel on the nRF52 to copy RAM from one block to another. However, there doesn't appear to be any DMA controllers that are not directly associated...
Hello everyone
I'm trying to disable advertising but it doesn't work in some cases, I don't really know why. Here is my pretty simple piece of code:
/* Disconnect and...
www.keil.com/.../uv4_db_dbg_evr.htm
www.keil.com/.../EventRecorder.html
Keil worked in a new EventRecorder feature that uses some SWD buffer memory to push data out...
Hello,
A question to understand please. A lot of issues still unfixed in rev 1, but are known for a long time (see errata docs). Like SPI with RX = 1, DCDC -4dB on RF,...
Hello, I try to run the sdk example for adc, i set an input voltage in varying from 0 to 4.38 V in the pin 4 (AIN2), but the returned value didn't corresponds to the desired...
It there a specification for current draw during POR? (From time Vdd starts rising until cpu starts executing?) For nRF51 and 52.
I found this devzone.nordicsemi.com/....
(Hello! I'm drawing the module circuit base on nrf52832 with rfx2401 power amplifier (PA). As I understand it needs to set pins TXEN, RXEN to high level to activate this PA...
It may sound a bit old and you may have fixed them in latest Soft Device stacks however I wanted to share with you a couple of pairing issues we encountered with Soft Device...
i am using nrf52832 and programmed it with eclipse by blinky example.. now i have to debug the project , but when i debug the project with the configuration given in tutorial...
Hi,
We are using a BL652 from Laird, embedding a nRF52832. We wanted to give Zephyr a try, but we are facing a problem.
We compiled the blink example, but when we flash...
Hello dear Nordic members,
I got a theoretical question: I want to connect two chips, one as central and the other as peripheral. Is it possible to stop advertising procedures...
I am using nrf51822 for a BLE project as peripheral role. I am using S110 soft device (SDK version 10).
I want to store bonding information, GATT data and all data storage...