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...
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...
This might not be the correct place/forum to ask this question.
Since a couple of days, I am not able to step or next with gdb .
I understand that gdb needs to know what...
Hi:
Now keil4 default is to use the 16_bit THUMB instruction set, if I want to set it to start the program using the 32_bit ARM instruction set, how should we do? thanks
Hi,
After reading some questions about these topics I became a little confused.
I want to count milliseconds, so should I use Systick_Handler or use Real Time Counter...
Edit 1
To narrow down I did this... Below is ble_dfu_init() from ble_dfu.c.
uint32_t ble_dfu_init(ble_dfu_t * p_dfu, const ble_dfu_init_t * p_dfu_init)
{
uint32_t...
I am running NUS and a custom service.
I have updated vs_uuid_count = 2 in softdevice_handler.c
Following other posts on the forum, I have stepped through the code using...
Hi,
I would like to receive some suggestion about finding a CHEAP smartwatch / wristband already available that has these minimal features: BLE (with SDK / GATT profiles...
Hello everyone
I was not able to find any explicit statement regarding the use of the TWI_APP with easyDMA on the nRF52 series and SDK13.0.0.
I checked the examples...
Hello guys,
I am currently looking at the recommended schematic QFN48 with internal LDO setup and I have a few questions (sorry, if they are silly, I am a newbie).
...
Hi, I'm working on an extremely space-tight design and need some clarifications. It is an nRF52832 QFAA chip with a Johanson 2450AT18B100 chip antenna.
Up to this point...
Hi,
I would like to use higher dBi antenna instead of the DK pcb antenna. Can I say the pi-network before J1 (measurement point) probe is 50ohm? Hence I can just remove...
I am trying to control another BLE device with nRF52xx. For controlling the device I need a terminal for connecting, disconnecting and switching on & off a sensor. I have...
I am using NRF52DK and trying to debug an SPI transfer, using SEGGER_RTT.h to print. However, printing of the logs are not consistent. Some debug lines do no appear in the...
Hello,
The only semi-official information that I can find regarding the differences between PCA10040 1.1.0 and 1.1.1 DK boards is this post . It suggests that there are...
I recently ordered two NRF52840-PDK and a Segger J-Link Base to program/debug the boards.
Then I just read that the development kit have a J-Link OB included, or I could...