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. We are an OEM design company that is in immediate need for a BLE solution that will be compatible across the assorted phones in the market. Very new to BLE and only...
I am developing an application using Nordic SDK 8.1 for BLE that requires a low power consumption. To lower the power of the slave BLE device I was able to lower the advertising...
Hi,
My board env as below:
nRF52832, pca10040, SDK14.2.0, S132
I am trying advertising sample according to the tutorial
devzone.nordicsemi.com/.../
The "Address...
Hi,
I'm trying to build and install my first code that uses the BLE / softdevice to my NRF52-DK
I'm using Windows 10, Eclipse/gcc and nRF5_SDK_14.2.0_17b948a I'm able...
On my peripheral I filter the devices connected and refuses them when not bonded.
When a device not bonded tries to connect to the peripheral, it forces the disconnection...
Hi,
I am using nrfsdk11 nrf52 and s132 soft device. In my code,I am doing this in main();
void fs_evt_handler(fs_evt_t const * const evt, fs_ret_t result)
{
if (result...
hello sir,
i am using ble mpu example and it working fine now i want do send some commands from mobile to nrf52832 chip via these commands my application should work.
...
Hi everybody,
I will to use the nRF52832 QFAA for a drone, and I carried out this schematic for this chip.
I have two questions :
For the capacitor C6, which value should...
I'm trying to start my app from the bootloader, which is funcionally basically the same as the one in nRF5_SDK_11.0.0_89a8197.
To start the app I call bootloader_app_start...
Hello.
I use nRF52832 and its dev board, S132 soft device. nRF5 SDK v14.2.0 is the version number.
I want to change some manufacture specific data from mobile app. Like...
I am working on the nrf52840 kit with the ble_app_beacon example, compile and download the code successfully. But I don't know how to test whether the kit is advertising,...
I have my own hardware design with the nRF52840 on it. I more or less copied the whole radio/antenna part from the dev kit reference design. The blinky example works fine...
After checking and searching, i found this ble_gatts_conn_cfg_t::hvn_tx_queue_size should be the key to set it. In my custom project (SD132 V5 + SDK14.1) the only setting...