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...
Hi,
are the GPIO pins broken out on the nRF51 Dongle configurable and can be used for SPI Slave tests? I have a running system powered by a ARM Cortex 4 (Teensy 3.1) and...
We have an early implementation of the v6 SDK DFU ported to support S310 on a handful of devices in the field and need to update them to a new bootloader and we'd like to...
Hi,
With the validation of the BLE V4.2 specification will Nordic be implementing the new features of the spec and if so do you have any idea of availability and dates. ...
Hardware: NFR51822_QFAAC0
Firmware: S110_7.0_SoftDevice
SDK: NRF518_6.0
Application: ble_app_hrs in NRF51822 S110 Examples
I start a timer to toggle led once per...
Hello Everyone,
I want to start working on nRF51822 development kit for my project. but as mentioned on this site : www.nordicsemi.com/.../nRF51822-Development-Kit
that...
Hello there,
I am using the experimental_ble_app_uart with S110 on nRF51-dk and receiving sensor data via 1MHz SPI every time the timer ticks = 100ms.
Data transfer displayed...
Hey,
I created a custom PCB with the nrf51822 that reads two sensors via TWI and transmits certain data over BLE. I can program the chip, print strings to the terminal...
I am having problems with th Master Control Panel (no response from master emulator). When I search devzone, I see an answer related to this question that says cloed because...
Hi,
I have application where I drive LEDs with shift registers. I need to send 14 bytes via SPI every 200us while I am in BLE connection. Timing should be exact as shift...
Hi,
I have a project where I need to communicate using UART BLE between nRF51822 and a PC (MS Surface Pro 3) with Windows 8.1 and embedded BLE hardware.
I have programmed...
Hi,
I have downloaded nRF51_SDK_7.0.1_1d6e5cb.zip and run nRF51_mdk_6_1_0_installer.msi
Neither zip file nor created Nordic Semiconductor/nrf51/ folders have ewp or icf...
Hi,
I think it's a simple question. I want to connect a micro to communicate with a phone via the nrf8001. I ported everything thanks to the guide that you posted (for...
Can we use the tx_complete.count given with BLE_EVT_TX_COMPLETE as an indication on how many packets were sent out from the last ended connection interval?
thank you
...
I have a custom board utilizing an RF51822aa device. To test connectivity to the board I built blinky_s110_pca10028. Using Keil 5.12 I tried to debug the program simply expecting...