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...
Hello I am trying to add OTA update functionality to my device which is running the nrf52810 micro with the s113 softdevice. Currently I am trying to convert the PCA10040e...
Hi!
I am working on SES studio and NRF52 DK suit.
I wanted to add ble – service files, other periphral driver and libraries files in one of the example project as per...
Hi I want to change MTU size cuz I want to send more
30bytes.
Now I'd identified only 20 bytes of data being transferred.
I changed the MTU SIZE, but it does not become...
Hi,
I set TX power for ble_app_uart application like this;
advertising
sd_ble_gap_tx_power_set(BLE_GAP_TX_POWER_ROLE_ADV, m_advertising.adv_handle , 4);
peripheral...
Dear Nordic,
just got my Thingy:91 out of the box and followed the instruction.
Very surprised that the device could not connect (blue led flashing slowly every 5sec...
Hello
I am a beginner for NRF52832 FW desgin.
Now there are some issue stuck me
The scenario could me show as below: IDE platfrom: Embedded Studio Release 4.12 SDK...
Hello we want to save power and there we had the idea to not send the scan response to the central. Because we don't need this exta 31 Byte for advertising data.
We use...
Hello,
I'm trying to write BLE app that talks to Android phone. sometimes I need to set MTU more than 23 bytes so I decided to increase NRF_SDH_BLE_GATT_MAX_MTU_SIZE....
as already written in other threads (two years old) the DFU upload with nrfutil is extremely slow.
Transferring the same data from a smartphone (with BLE5) takes about...
Hi,
I want to measure the pulse length of sqauare wave (accuracy in ms) using PPI.
I have counted the number of pulses occurring in particular time period using PPI...
Hi
I am using nRF5340 PDK, but there seems to be something wrong with the configuration of my environment. Could you please help me see what is wrong.
thank you!
Hi,
I'm trying to program our custom development board which has an nRF5340 on it using the external JLINK on the nRF5340 dev kit. However, during a simple read of the...
I was working from the ANCS example and the way it stores the remote characteristics in flash. I expanded the example to add the time service, and was now storing additional...
Hello together,
from the 19th of Dezember 2019 Apple has put his HomeKit Protocol under Open Source ( https://github.com/apple/HomeKitADK ). My question is now, is it planned...