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...
We are trying to do some file transfer operations on BLE, we have log files of 50kb ~ 100kb in sd card module already working/interfaced with nrf52840 MCU, SDK 15.2
Is it...
Hi,
I'm testing the ble_app_uart and ble_app_uart_c example on two nRF52480 cards.
I'm actually trying to print the RSSI value.
I don't really know how to proceed...
Hello,
I have a service and characteristic that I am trying to switch from open to just works, with no bonding on the device. I changed the settings in add_char_params and...
Hi to everyone!
I have a problem when I try to connect to the Blinky application running on my nRF52dk.
My mobile phone (Nexus 5X, Android 7.1.2) is able to detect the...
Hello,
I am learning the different peripherals using the nRF52 DK (PCA10040). I am using the nRF5_SDK_16.0.0. I am using Segger Embedded Studio on Windows 10 64-bit machine...
Hi,
I am trying to use enhanced shockburst (ESB) to stream data at high bitrate between two nRF52 development boards. Even though I set the protocol to 2Mbs, the max netto...
I am testing a nRF9160DK board. I am located in Italy, so LTE-M SIMs would not work.
I have received some NB-IOT SIMs from TIM/Olivetti; I found a compiled sample "at_client...
Hi
I building a mesh network of sensors that will be spread across a building.
One node will have a cellular modem and will send the data to the cloud ( gateway ).
Data...
Hi, I got maybe strange and difficult question about nRF24E1 - I know that max supply is 3.6V, but I try to rebuild one project to Li-ION and I would like to ask if that chip...
There are many one star reviews for nRF Toolbox on the Android Play Store (not from me!). These one star reviews are from users complaining that the application does not find...
Dear All,
I want to program a device to perform the following actions:
Start->configure modem to connect to NB IOT, adjust the PSM and EDRX->potentially send a message...