Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hello , I am advertising from a nrf device with advertising interval of 40ms. and I want to measure this interval at scanning side.
How I can measure using timer , timer...
I am using nRF52 DK to evaluate the TX power settings using sd_ble_gap_tx_power_set command:
sd_ble_gap_tx_power_set ( BLE_GAP_TX_POWER_ROLE_CONN , m_conn_handle, tx_power...
I have a project that needs to scan and filter the advertising name, uuid and mac address from the device. I will set them one by one and enable them one by one. I set them...
My problem seems to be a lot like case numbers 217967 and 243215.
I do not have an oscilloscope or logic analyzer.
I am using a nRF52840 DK (PCA10056 1.0.0 2018-17) and...
I've just received my nRF9160 development kit this morning and after trying to setup the development environment for a few hours I've come to a halt.
I got it working...
I am looking to use libuarte in our project. We are creating a battery powered device and so need to be low powered. EasyDMA draws about 1mA when running which is far too...
Hello,
We are developing an application that is trying to receive a steady stream of bytes from a serial port. But we constantly get a fatal error when we call app_uart_get...
I'm running 6 X Thingy:91s in pre-production for use as a GPS tracking/iOT solution. Currently I'm located in Austin, TX. If I do not request GPS, I receive regular data from...
Hi all, I'm working with NRF52DK using Segger Embedded Studio with NRF SDK 15.0 trying to communicate to a UART sensor using the serial port abstraction layer API. Following...
Hi all, I'm facing an issue communicating with a UART-based sensor on the NRF52DK (52832). I've followed the serial_port example and using various forum topics I've got to...
Hello,
I am using the nrf52832 bootloader and i got it working with the s112 sofdevice and a custom application mapped at the end of the softdevice.
I want to add another...
Hi guys the following is an Arduino code:
In here,
We are taking the rising edge pulse to measure the rotation per minute of the DC motor and to detect whether the DC...
Dear Community,
I am trying to implement a simple Tensorflow Lite C++ project on the nRF52833 board. I work with the Segger Embedded Studio.
Therefore I added the tensorflow...