I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
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...
Hello Everyone,
right now i use nrf51822 module, now i want to make program for that, so for that i use Eclipse juno, i have download the SDK zip file of version 7.1.0_372d17a_packs...
When I run the nRF51822_beacon_firmware_1.1.0.msi to install the Nordic beacon firmware, the file "beacon.c" under C:\Nordic Semiconductor\nRF51822 Beacon v1.1.0\Source Code...
Hello! I'm trying to program nrf51822 like a BLE device. I'm using QT Creator(QBS) + GNU Compiler + Open OCD + STlink(debugger) to create and to program. What I must to do...
There is a bug in bootloader_app_is_valid in the bootloader
if (DFU_BANK_0_REGION_START == EMPTY_FLASH_MASK)
{
return false;
}
What is probably meant:
uint32_t...
hi...
can anybody help me to familiar with api "sd_ble_gatts_service_changed" .
1.what is its use.
2. where do i call this api in my application code/bootloader code...
Hello,
I am trying to use the v2.0.0 of softdevice S120 released today. I copied the included header files in nRF51822/Include/s120/*.h and modified the Target -> IROM1...
I'm using SDK 7.1, PCA10028 eval board, SD310 2.0.1, MCP 3.6.0.8331
I'm trying to implement bonding. I first initialize pstorage, as a separate call from main. Then I call...
Hello Everyone
i have J link for ARM processor from IAR 2008 module version 6 which specify support for swd, As I checked it on IAR website it support CORTEX-M0 processor...
I use pin SDIN, SCLK, CS, DC.
but how do I connect the pin nrf51822
spi_master_example is
#define SPIM0_SCK_PIN 25u /**< SPI clock GPIO pin number. */
#define SPIM0_MOSI_PIN...
I have been reading about code regions in the nrf reference manual and understood about CLENR0 and how to use it. I have however, two questions
What is Pre Programmed...
I am using the SPI Slave port in the nRF51822 and am always transferring 20 bytes. No matter what I do, it seems that the status register in the IRQ says that I got a TX buffer...
I am working on BLE. I have created a service using read property(services_set_barometer_service_barometer_data(void *src, int size))
After connection is set-up i am calling...