I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I'm trying to accurately measure our 3.0 volt coin battery (CR2450).
Our product consume low power (<50 uA) and we measure the battery voltage every minute.
We must...
Hello,
I've been trying to get through SUPL client library license signup process but I my request get denied every time.
I think I've done everything that is required...
I wrote a firmware on my dk52 and am advertising some data to the nRF Connect for Mobile App.
Is there any way on how I can copy or send the received data (service data...
Hi,
I have the following ouput using the throughput example:
Altered output format a bit to give me the same for local and peer.
But I was wondering why there is a...
Hi All,
I am running nrfConnect SDK v1.8.0 ad started a new sample LBS project. I ultimately want to have 3 devices, 1 being a Central and 2 Peripherals both running LBS...
Hi
Nordic Team
I used nRF5_SDK_17.1.0. I have a very difficult problem:
I now only want to configure an RX pin and no TX pin. Can the serial port receive data function...
After programming the a chip (52832) with hex files (including boot code, main app code, and softdevice), the chip jumped to the boot code so we need to do the DFU to let...
Hi again Nordic. I'm using the sparkfun level shifter: https://www.amazon.com/SparkFun-Level-Shifting-microSD-Breakout/dp/B01CF569VQ together with Sandisk 32gb formatted to...
I'm running into some rather strange things lately.
In debug mode, let's say I have two lines:
a[0] = 0;
a[1] = 1;
If I place a breakpoint at the 2nd line, and...
Hello,
I am trying to do my own i2c read/write from a sensor, and I followed the twim example available with the SDK.
When I build the project, I get errors wherever...
I am using Visual Studio Code to create applications based off samples, which I then build and flash to a nrf52840 DK which works great!
However, when using the nrf52840...
Hello,
I was working with the SDK 17.0.2 development kit and combined a few examples. When adding dependencies from other examples the path is entirely contained within...
Hi,
I have developed attached code for I2C communication with temperature sensor. The main function I2C_sample() checks whether sensor is detected by detect() and then performs...
When I try to debug my nrf9160 app through segger, it never starts. Hitting the pause button brings me to main.c in the mcuboot project, and it stops on line 214, Unable to...
Hello,
I'm evaluating both the Thingy:91 and nRF9160, trying to walk through the Getting Started Tutorial . Despite connecting my nRF9160DK to my Macbook (via an HMDI/USB...