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...
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...
Hi,
I am using nRF 5340DK borad, trying to flash Direct test mode sample "nordic,nrf5340-dk-nrf5340-cpunet". My aim is the enable direct test mode on the nrF board in order...
I'm using 3 nRF52840 DK borads (provisioner,light_switch_client, DFU). I set DFU (DFU example used) as target board and connected it to PC as serial interface. I have provisioned...
Hai,
I'm facing some difficulties in programming FOTA over UART on the NRF9160 board.
Currently, by using the following command I'm trying to push the bin file via UART...
Hello Team,
I have a small issue but troubling me since a long time now. Accidently my debug terminal and project explorer came out from their original positioning. Now...
Hi,
I am new to NCS and visual studio. I created an app based on the hello world sample app. And set the break point to the line of the printk in main.c. However, when...
Hello Zephyr experts,
I am having problem with the function wdt_disable(const struct device *dev);
There is no problem in setup and feed the watchdog.
wdt = device_get_binding...
Hello,
My application is a modified version of MQTT_simple.
I have moved all the code inside while(true) to a thread and set username as a device token.
The error -12...
The device has high power consumption when in shutdown, around 0,5mA. It uses SPI and TWI in normal operation but I have implemented the work around according the errata but...
Hello,
In normal C program, if I want to print int64_t, I can use the following code.
But it does not work on nRF Connect SDK v1.7.0.
1. Why it prints %li on the terminal...
Hello,
I am working on a custom program for the Thingy:91 that will use the aGPS as well as LTE to send data to a custom cloud server. As part of this, I wanted to ensure...
Hi
I am using the nRF52832DK and the BLE_App_Blinky example.
It is working nice, but I would like to change it to send/receive 2 bytes of data instead of 1 bye.
How...
Hi,
i'm absolute beginner with the nRF Connect SDK and Zephyr as well as BLE in general (to be true, this is my first project using any NORDIC device....). I installed the...
Hello,
Basically I'm using NCS SDK (1.7.0 - see Generated Info in the end) and Zephyr.
The board I'm adventuring on is the nRF52840 DK.
In the project, I have 1 main...