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...
I'm investigating the flash usage by the peer manager to store bond related data. While I haven't had a chance to fully investigate how the FDS and fstorage modules work,...
Hi,
We have a need to have a Nordic app for nRF51822 which both serves as a beacon and also offers a connectable service.
It's my distinct impression at present we cannot...
Hi,
My setup :
nRF52832
Soft Device S132 v5
SDK14.2
My use case involve me to send data to to a central device at 50 meters. I need to send only a small data...
Hello everyone :) , I work on a project initialy configured for a PCA10040 board and I would like to use the debug with my PCA10056 board but unfortunatly the debug doesn...
Hi
For some reason I get stuck in softdevice at 1EA7A when a send some random data to my phone also I notes that function sd_ble_gatts_hvx return 3401
PC = 0001EA7A, CycleCnt...
I am trying to connect thingy as peripheral and many smartphones as central but i can connect only one smartphone by using thingy at a time.Is it possible to connect many...
[References]
In page 234 of nRF52832_PS_v1.4 it says "In both modes, the TIMER is started by triggering the START task, and stopped by triggering the STOP task."
In this...
I am trying to add a custom service to support a communication path in my project. The Nordic UART example gives a good place to start so, using that as a template, I have...
Hi All:
i met a trouble.
i want to implement a function that i can restore mesh device by uart cmd.
so , i add uart to light switch service demo, when i recive a cmd...
Hi,
I tried the BLE Uart example on my own nRF51 board, but after a few minutes the application hangs in the softdevice.
The board is one we developed, an FTDI cable...
Is there a way to retrieve 128-bit base UUIDs from the SoftDevice, either the "built-in" Bluetooth SIG standard or a vendor-specific one registered via "sd_ble_uuid_vs_add...
Hi,
I'm having problems running the ble_peripheral/ble_app_blinky example with my iPhone 7 and nRFConnect. Here are the specs for the tools I'm using:
nRF52-DK: PCA10040...
Hi all,
I am currently trying to develop my own Secure BLE DFU bootloader from the example provided in the SDK 12.3.0. I don't work on the DK, I have my own board with a...
Hi I've got two nrf51 dongles that i would like a communication path between (ble) to transfer numbers only. I am a student, and these bluethooth products are new to me. I...