Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
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...
Hello,
We are developing an application that has to be able to send the data of a VGA image, and We don't know which of the GATT supported profiles will be the best to...
Hi,
I'm using SDK 4.4.2 and softdevice 5.2.1 to try the HID example. Although it is provided for the nRF6350 kit, I ported (buttons and LEDs) the example to the EV kit...
Hi,
I've been using your nRF51822 with considerable success. I now need to migrate across to an M3 for greater power. I want to keep most of the application code I wrote...
Hi
Thank you for the IOS App "nRF Loader" which was released last week. It works well and offers a lot of possibilities for Nordic developpers. I've one question about...
Hi,
I have just opened my nRF8001 DK. It seems like for the evaluation of the nRF8001, I also need to purchase a nRFgo Motherboard, which is sold separetely.
Where does...
Hello,
I would like to do some code tests and simulations of my application in the keil microvision, so I would like to know if you could give me an example project to...
Is it possible to initiate communicate with an ANT+ device using a nRF24L01+?
I understand that the RF Channel is 2.466 GHz (66), however I do not know what Address(es...
hi nordic guys,
i created one custom profile, which is having two characteristics
my minimum and max conn interval is - 10ms and 50 ms
1. characterisic one will send...
Hi,
i am using accelerometer sensor, which is i2c compatible.
i have nrf51822 pca10001 board.
in accelerometer datasheet it is mention as after every write there...
The documentation clearly state that if the payload length is read as > 32 byte, the RX FIFO must be flushed.
My question is, will that erase all other pending messages even...
How much current can the nrf51822 sink per pin? In the datasheet, I can see that it is at least 5mA. I also see that the chip can drive 3 pins at 5mA, but can it handle more...
Hi
SPI master is 3rd party MCU. SPI slave is nRF51822.
If MCU sends a bunch of data to nRF51822 via SPI, at the same time, BTLE host like celluar phone try to connect...
Hi,
I am using the PCA10001 v1.0 from the development kit and am having trouble measuring the same current as the one from the specification.
I am using the ble_app_proximity...
Hi,
According to nRF51 Series Reference Manual v1.1 , section 10.1.3 there are 3 ways to leave debug interface mode after programming the chip. Assuming that my device...