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...
Hello everyone I'm doing my first steps so as to get things right from the start with a device based on the nRF52833 chip. My setup: PC <USB> nRF52840-DK <JTAG> CustomBoard...
Hello,
I am having a problem using DFU using the android NRF connect app. I have two separate projects that use the OTA DFU. These two projects have the same DFU code...
Now I want to construct a mesh network in an intermittent environment. You know the device will power off and power on frequently, I need to store the communication statin...
Hello All,
I have referred the reference example code to suit my needs. Below is my code,
Code is stuck at waiting for event. Didn't get callback with oversamping of...
Excuse me:
The client made a keyboard with nrf51802.,It has been mass produced。The customer reported that the keyboard and MacBook were connected and bounding before opening...
Hi,
We have observed that in areas of poor lte connectivity, the client_inti() works well but the mqtt_connect() takes a couple of minutes and times out.
I need to change...
Hi,
I'm compiling a piece of code that uses USB CDC ACM from a .cpp file, and I stumbled on the compiler complaining about out of order initializers in app_usbd_cdc_acm_internal...
Hi,
I'm trying to use Zephyr's 'http_client' library in Asset Tracker V2. I have included 'net/http_client.h' in main.c and have set 'CONFIG_HTTP_CLIENT=y' in prj.conf....
Hi,
I want Windows PC to communicate with nRF52840 dongle over USB full speed.
Are there sample of Windows software(likes API) and nRF52840 dongle ?
I want to realize...
Hello,
What is the limitation of the total current we can source/sink at the same time in multiple pins for low Vdd?
I could find a similar question (and answer of 15mA...
Hello there, I am working on a customized nrf52832 board. For the limited size, the 32kHz crystal is not install because I think the clock from 32khz crystal can be replaced...
Hi all
I want to do a device firmware update via the bootloader, and I am unable to do so, as all attempts end with a disconnect from my Android phone (Pixel 4a). I can...
Hello!
Hardware: nrf52840 IDE: Segger Embedded Studio SDK: nrf5 SDK 17.0.2
I've been having issues with receiving USB HID IN reports on Android. If I send at an interval...
I'm trying to debug a usage fault in my NCS project using an nRF52833 DK. I can't seem to select the logging backend for coredumps. I have the following lines in my prj.conf...
Hello,
in my project i am using GSM module so i need to add UART to TEMPLATE example but i am getting error that "undefine reference to app_uart_init"
please resolve the...