Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
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...
After some days trying a very simple tx/rx, reading each page of the manual, looking at at this developer zone, etc. I´m still in trouble, with many distinct partial results...
Hi,
I have a problem with my SPIM read buffer.
As you can see below, my SPI device received bytes correctly and answer correctly
My code is based on SPI example...
In the simple_uart.c there is a code:
void simple_uart_put(uint8_t cr)
{
NRF_UART0->TXD = (uint8_t)cr;
while (NRF_UART0->EVENTS_TXDRDY != 1)
{
// Wait for the...
Hello. I wanted to use a receiver on a quadcopter and some becons nearby(+-5 meters). Is it possible to determine the distance IN REAL TIME to the drone?
I'm a newbie to nrf52832 and would like to ask a dumb question here: can I use radio notification to implement a dynamic advertising message? I've looked into this question...
Hi,
As I know that one reading operation requires 2 connection events:
First - ATT Read Request
Second - ATT Read Response
GATT Read Message Sequence
My question...
Hello.
I'm working with the nrf52 with s132 loaded.
There is a way to have a 6Mbps on the SPI ? I try the value 0x60000000 but this do not work.
Thanks.
Eric Provost.
Hi,
there are similar questions to this but I cannot solve my problem.
I am trying to upload a new code using DFU by means of a smartphone (using nRF Connect) or PC (using...
Hi everybody
Is it possible to use secure dfu (SD130v2, SDKv12.2) with 16k RAM dervices (concrete nRF51822 256k flash, 16k ram)? When I try to shrink ram in dfu project...
Hi,
i have an openwrt image running on my rpi. I made sure to build the openwrt image with 6lowpan modules and other bluez library.
i am trying to connect to the nrf52 running...
I am using Martin's code to test my I2C connection.
I use PC10040 evaluation board, SCL and SDA are 3 and 4.
My sensor is a Max 30102 pulse and HR sensor.
I used Martin...
Fight continous! I have NRF51822 chips and today i got NRF51 DK motherboard. I wanted to flash it according to tutorial found here: devzone.nordicsemi.com/.../ .
After some...
We are selling our own nRF51 and nRF52 based boards (Aistin Blue, www.iprotoxi.fi/.../iprotoxi-aistin-blue) and would like to offer customers easy way to run Nordic Semiconductor...