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 would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...
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...