Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
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...
Hello,
we developed a application on the nRF52840DK as a central device. Now we need to add four GPIO as inputs for reading the edges of four signals. Our problem is, that...
I have simple Bluetooth commination working. I can connect to nRF52840 with your nRF Toolbox on my Android. I can send a string from the nRF52840 to the Android app and have...
Hi,
I found this code for adafruit BNO055 sensor on GitHub which is a Arduino code.
https://github.com/adafruit/Adafruit_BNO055
How can I import this on the Nordic nRF5340...
Hi all, I'm searching for a SPI example with NCS 1.8, I'm currently using nrf52840dk_nrf52840. I've looking at the drivers (nrfx_spi) but I still don't get it at all, so I...
Hi, I have a Nordic Thingy 91. I need it to save battery and transmit sensor data to Nordic Cloud on PIR external interrupt (if I could count number of PIR pulses that would...
Hi I am testing the Thread examples
I worked on SIMPLE_COAP_EXAMPLE in nrf52840 DK there it works fine while opening UART and enter to CLI commands and its working
but...
Hi again Nordic. I'm trying to write sensor data to the external flash continuously as there is not enough RAM to hold all the data required. However, the writing operation...
Hi,
I am using BL653 dvk to write an application for SPI, In my prj.conf, I added below parameters:
Now when I am debugging SPI master code, execution enters the file...
We are performing a preliminary power analysis with this device and have questions regarding the power consumption reported in the Product Specification. For example, the...
I've been struggling with enabling HTTP support on the serial_lte_modem. I've tried using various versions, currently I'm using NCS 1.8.99. I edit the prj.cnf to include CONFIG_SLM_HTTPC...
Hi,
I use nRF52840 and SoftDevice s140 (7.2.0). I use SEGGER Embedded Studio to compile a project written in C++. But lately I've been having trouble debugging. For example...
i've been test code from nrf51-app-button-example/main.c at master · NordicPlayground/nrf51-app-button-example (github.com) but not effect when presss any button.
I am new to Zephyr and Nordic. I onserved that to use variuos APIs it is required to declare in prj.conf file. But, where is the list and document of various commands woth...
Hi
I have a Nordic nRF51 as a Peripheral.
I have it open advertising until it connects for the first time to an Android handset.
When a connection is made it stays...