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 created a BLE application on nRF52 PCA10040 devboard with S132 SD, in which I would like to use a PWM with the PWM_Driver .
My pwm source code as below...
Hello,
I am new to nordic nrf51822 and want to program nrf51822- www.raytac.com/.../MDBT40 spec-Version A5.pdf using jlink ( world.taobao.com/.../537881589911.htm .
I...
Dear friends,
As it said in title,when using 52832,s132 softdevice,what is the max number of packets that can be sent in one connect interval ? In which document i can get...
I have run into a challenge with the app_twi API, and I'd like to run it by you for your advice. To be clear, I am not blocked. But I am not pleased with the source code maintainability...
Hello,
I'm trying to implement DFU support to our application on nRF52832. I got it working fine with SDK11 SD2.0, but now SDK12.2 SD3.0 is causing "gray hairs". I used...
i have a nrf51822 mcu device, when it ok, i use Ultrasonic bonding technology to Assembled box,and today,many device crashed,is it related to ultrasonic?
Hi,
this is for anyone having problem with the eddystone EID after reboot. There seems to be a problem that the EID slot will write the encrypted IK to flash instead of the...
I'm having issues with my application implementing DFU. I added the DFU service in my application and can get into the bootloader. I have added my own key to the bootloader...
I'm migrating form S332 0.9.1alpha (aligned to S132 2.0.0) to the newer S332 2.0.1 (aligned to S132 3.0.0) on a nRF52 board, and I'm seeing a new characteristic under Generic...
Hello,
I am trying to configure gpiote to give an interrupt for wake on motion functionality in MPU9250
I am configuring the MPU for that by calling separate wake_on_motion...
I tried to run some examples from pc_ble_driver_py but i always end up with the following exception.
(using python 2.7.9)
Traceback (most recent call last):
File ...
I have an application developed using S110 v7.3.
I want to upgrade to v8.0 to get additional features (over air update, DC/DC converter etc.), but notice S110 is not supported...
I have bootloader that supports Serial(HCI) DFU on the nrf52832 device which I have to update to Bootloader that supports OTA DFU and also a new application firmware. I tried...