Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
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...
Anyone had any success get uCXpresso.NRF working with the latest nRF51 Dongle. I can't seem to get the BLE stack working.
Trying to run this example but the device is not...
Just starting the external LFCLK needs a considerable amount of energy. With my evaluation board it takes about 340ms for the XTAL to get started, which is well within the...
I am only interested in one max bonded device at the moment so I want to replace the old bond with a new bond. Is there an easy way to do this? I only want to replace the...
Hi,
I am try to manage situation when a wrong PIN code is provided from Master control Panel.
Using an NRF51822 with S110 I receive this code:
BLE_GAP_SEC_STATUS_CONFIRM_VALUE...
Hi,
I'm trying to communicate between a stm32f4 (spi master) and a nrf51822 (spi slave). I have configured the MISO, MOSI, CS and SCLK of the nrf. I use the spi_slave_example...
I'm using SDK 7.1, PCA10028 eval board, SD310 2.0.1
My application has no display, and a single button for input. I want to prevent bonding until the button is pressed...
I use Eclipse, gcc and OS X to compile.
I had FW working just fine with SD 6 and SDK 5.2. I recently tried to upgrade and ran into many problems, but the latest is the...
Hi
I've written an application that uses the gazell proprietary stack for nrf51822 and I want to use OTA-DFU using BLE.
Is it possible to upload the new firmware using...
I’m running into a problem with the SoftDevice safe twi that’s been posted in the forums a few times. I got the file here:
devzone.nordicsemi.com/.../
One of my peripherals...
Hello,
I have been messing around with a PCA10001 Dev board trying to do some power consumption tests (Beacon demo code). When I enable RTC1 only and use __WFE in the main...
Hello everyone,
I haven't read anything in the official documentation about it, but I was wondering if the S110 has an embedded checksum that I can use to verify its integrity...
Hi,
I'm currently working on nrf51822 beacon connected with stm32f4 board. able to communicate fine on UART as well as with bluetooth device. is there any way to find out...