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...
Hello,
I Preparing the KC (korea-certification. about bluetooth)
KC requirements as follows:
Set Test Modes
Set Continuous modulation mode
Set Unmodulated...
I'm interested in getting started with NRF51, but the full DK is quite expensive here and I don't need it. Does the nRF51-Dongle sku come with a key for downloading & using...
Hi,
Can someone tell me (definitively) what the max SPI clock speed is?
I have seen 2,4 and 8Mhz here and in recent documentation and I'm confused.
Thanks
Hi
I have been experimenting with encryption and bonding and I think I don't understand completely the bond procedure.
To bond a device, it is necessary using the bond...
HI ,all !
I have a question about PORT event function.
as the 4 channels of GPIOTE (channel0 to channel3 ) have been used for other usage.
i need to use a general IO...
The only documentation I can find for s120 is part of the nRF51 SDK . Though it isn't clearly stated the SDK assumes release 1.0.1 of S120 is being used.
The v2.0.0 S120...
Hi
I got some questions about KEIL MDK uVision5.12 PACK.
I tried uVision5.12 PACK to install Nordic SDK package. Currenly, their latest version is v7.1.0.
If...
Hi,
I get 0x2001 error in spi_master_close() at the following 2 lines.
/* Disable interrupt */
APP_ERROR_CHECK(sd_nvic_ClearPendingIRQ(p_spi_instance->irq_type));
...
I got my UART working just in basic sending and receiving.
Now I am trying to implement buffer feature and other non-blocking features. I have done this on other CPU's many...
I've been playing with the simple_uart example and it seems like it might be missing responses. Does it buffer incoming data until the simple_uart_get() is called?
Hi,
I searched through the devzone but I cannot find a answer on this question but the question has been asked before.
Some background. I have a working solution from...
Hello,
I am working with nRF51822 DK. For the development of my system, I want more BLE devices. So I am planning to buy nRF51 dongle. But I need to know how many times I...
Hi, I'm using mbed version nrf51-dongle. ( developer.mbed.org/.../)
It made an error when count it to the OSX Yosemite, so I tried to fix this error.
...and I gave up...
Hi,
I am try to read and write sd/sdhc card with file system with nrf51822 controller for that i need sd card library for read and write.But i read and write raw data into...