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,
I am testing the ble_peripheral example of ble_app_uart (SDK 12, soft device 130), this has been asked at a lot of places that the MTU is limited to 20.
But then...
Hi,
I am using nRF51822 and implemented timer-2 with 2 sec capture/compare interrupt rate. But if I want to read timer's current count before it generates interrupt or...
at nRF51 SDK v9.0.0, S130, PCA10040, at peripheral side
If we receive a characteristics less than 20 bytes, we can get the correct handle value(like 0x3B). And then everything...
I bought nRF51-DK yesterday.
I installed nRFgo Studio(1.20), Keil uVision(5.15), Softdevice s110 (8.0.0), J-Link(5.00),
nRF51 MDK(7.2.1)
I turned on the nRFgo studio...
Hi,
I'm using Eclipse Mars 5.2 on Windows 10 along with the GNU Toolchain as described in the "Development with GCC and Eclipse Tutorial" by Vidar Berg (Thanks very much...
Hi, I can't get SPI slave mode working on nRF51822. I'm using the Core51822 module with a BLE400 board from Waveshare and up to date mbed. SPISlave::receive() always returns...
I implement it with sdk 11.0 and a third party core-board.Firstly,I program s132_nrf52_2.0.1 SoftDevice by nRFgo Studio,then I open ble_app_hrs s132_with_dfu(arm4) project...
Hi,
Currently I'm using internal RC osciallator for LFCLK on the system that run on CMSIS-RTX and Softdevice S110 and it doesn't have external 32K crystal.
The RTC os...
Hello,
I just received an NRF52DK today. I was able to run the demo (LED blink/Switch and NFC) which comes factory installed. But copying the hex files from demo (proximity...
In the picture, the usb pcb is PCA10000, the circle PCB is the product PCB.
The diameter is 20mm.
Chip antenna is used now but the distance is 5m in 4dbm TX.
Here...
Hi all,
I would like to design a product based on the nRF52832 chip. The board should have an accelerometer, a charging circuitry for a LiPo and some additional components...
Hi there,
I am done with TI and the new IDE and Stack 2.2
May be anybody can point me to the right IDE and chip to replace my TI CC2640 4x4 designs to Nordic semiconductor...
Hello,
I would like advertise for an unlimited time.
Why value 0 in ble_gap_adv_params_t::timeout don't work ? Device don't advertise anything. It works fine with a positive...