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...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi, I'm designing a new PCB using nRF52832 and I'm wondering what is the way to programm it for the first time.
I'm connecting pins 25 (SWDCLK), 24 (SWDIO), 31(VSS to GND...
I found out that google fitness support BLE sensor: developers.google.com/.../ble-sensors
Does anyone have experience with using nRF52 as Bluetooth sensor for Google Fitness...
Hi
I use nRF52832 and SDK13 and Central Device project.
and my device has not bonding function so may I mask my central device pm_conn_secure call
here is my part of code...
Hi,
I got the nRF52840 preview development kit and I am trying to follow the quick start guide here:
link text
It works fine for me up to step 7, where I am supposed...
Hi
I have gotten a Nordic PCA10040 hooked up to a Sparkfun nRF52832 as described near the bottom of the page here: learn.sparkfun.com/.../nrf52832-breakout-board-hookup...
hello,I'm having a problem with the ANT application,I have two pieces of the PCA10040 board as a ANT connectivity board for a ANT application board.According to the instructions...
Hi,
what is the default tx_power value in new v13.0.0 SDK in the ble_app_att_mtu_throughput example?
I can't find the use of the sd_ble_gap_tx_power_set() function which...
Hi,
After configuring the nRF51422 as a SPIS slave 0, we get the following error when trying to create the slave instance:
static const nrf_drv_spis_t spis = NRF_DRV_SPIS_INSTANCE...
Do you have any ready made example where beacon and NRF52 DK are communicating will each other.
Our idea is that beacon sends data to the NRF52 DK and NRF52 DK sends the...
Sorry if this is obvious but I cannot find the units of nrf_esb_config_t::retransmit_delay
in the SDK documentation, it just says: "The delay between each retransmission...
Hej,
I'm working with the nRF24L01+ and the ATmega328p programmed in c. The goal is to have both TX and RX mode in the same device, mainly work as RX but in certain conditions...
Dear sirs, I've had a difficult time establishing communication between my nRF24L01+ board and the SPI bus on my Arduino Uno R3 microcontroller. Could you please provide me...