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, all
I have a problem with ble data exchanging.
I have programmed an application which controls servo motors through phone application.
At the connection, ble...
Hi,
I am trying to use the SAADC to periodically sample an input from AIN0 and send the resultant data over a BLE link to a phone. Going through the forums I saw that the...
Hi,
I am trying to debug the blinky example project on the nRF52 development kit.
I have followed the following tutorial: devzone.nordicsemi.com/.../
Building and flashing...
I'm in the process of designing a circuit that requires Bluetooth. So instead of having a separate chip for Bluetooth and processing, I decided to use a Nordic Semiconductor...
Classic C documentation issue. Are the values that are passed by pointer (p_peer_address and p_whitelist) to sd_ble_gap_adv_start() copied into that function, or do they need...
I'm trying to read the 32-bit value of TIMER1, but it seems the value I read is always 16-bit value. When I debug the value is never above 0xFFFF.
snippet from nrf_drv_config...
The peripheral is actually a dual-mode device, with BLE being a peripheral device.
I can connect to this device and discover the GATT services with the nRF Connect iPhone...
What is the minimum and max value that the NRF_RADIO->TXPOWER register can get set to? The datasheet it takes a signed 8 bit for the setting, but what happens if you set it...
Hello,
I am trying to read data from nRF51422 ADC using SDK51 PCA10028 board downloaded with S130. I tried one of existing ADC with Softdevice examples, it seems to work...
I have meander antenna design on my board with matching network(similar to PCA10031).
Since I don't have access to VNA or Spectrum Analyzer for tuning antenna, I am tuning...
I'm building some code off of the twi_master_using_app_twi example which is available in the SDK (v11.0.0).
The two peripherals I'm working on are an accelerometer (LIS3DH...
I've just upgraded to Windows 10, and I've found that the PC freezes completely (i.e. no mouse movement, no keyboard response) when I unplug an nRF52 DK board. When I plug...
Hi,
In my application, I need 3 PWM to drive LED. Each PWM will have the same frequency but not the same duty cycle.
Is that possible to do that?
I know that Timer0 is...
hi
on android side of my project i try to disconnect from gatt by this code
mbluetoothGatt.disconnect();
but in nrf51422 this event not trigering
static void on_ble_evt...
Hello, I am working on low power modes and I got trouble finding the code to switch from NRF_POWER_MODE_CONSTLAT and NRF_POWER_MODE_LOWPWR. Can anyone please guide me to better...